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

[mid v1.2] Populating warning panel with real values #62

Merged
merged 14 commits into from
Mar 11, 2019

Conversation

flxffy
Copy link

@flxffy flxffy commented Mar 11, 2019

Populated warning panel with real values. Currently using default thresholds for filtration.

Changed java.util.Date in Expiry to java.time.LocalDate as most of the the methods offered under the Date class have been deprecated since JDK 1.1. In this case, LocalDate will be more appropriate as the class is up to date. Furthermore, given the scope of this module, it will be safe to assume that the application will only be used locally (in Singapore).

JUnit tests and relevant documentations for the current implementations will be completed by next week.

Copy link

@JonathanLeeWH JonathanLeeWH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job 👍 We might have to include that assumption on local time though since the local Singapore time is assumed we might need to include that in documentation.

@JonathanLeeWH JonathanLeeWH merged commit e693c20 into CS2103-AY1819S2-T12-3:master Mar 11, 2019
@JonathanLeeWH JonathanLeeWH added the v1.2 For v1.2 project milestone label Mar 11, 2019
@JonathanLeeWH JonathanLeeWH added this to the v1.2 milestone Mar 11, 2019
Copy link

@jtankw3 jtankw3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very clean and impressive looking code! Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.2 For v1.2 project milestone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants