Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Email.java into Date.java #32

Merged
merged 4 commits into from
Oct 5, 2020

Conversation

maxxyh
Copy link

@maxxyh maxxyh commented Oct 5, 2020

Let's refactor Email class to Date class to be more reflective of a "date" of an expense.

Use LocalDate instead of LocalDateTime to reflect date excluding hour and minutes.

This change includes updating fields in UI, tests, json files, class/methods,.

TODO: validation checks against future date input.

Fixes #31

Let's refactor Eamil class to Date class 
to be more reflective of a "date" of an 
expense. 

Use LocalDate instead of LocalDateTime to reflect date excluding hour and minutes.

This change includes updating fields in 
UI, tests, json files, class/methods,.

TODO: validation checks against future date input.
Let's refactor Email class to Date class 
to be more reflective of a "date" of an 
expense. 

Use LocalDate instead of LocalDateTime to reflect date excluding hour and minutes.

This change includes updating fields in 
UI, tests, json files, class/methods,.

TODO: validation checks against future date input.
Fix typo in UniquePersonList.java
@lebencwb lebencwb merged commit 0b355d1 into AY2021S1-CS2103-W14-3:master Oct 5, 2020
@maxxyh maxxyh added this to the v1.2 milestone Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Email.java into Date.java
2 participants