-
Notifications
You must be signed in to change notification settings - Fork 4
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
Testing instructions #134
Testing instructions #134
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing much to nitpick on, just the birthday and the pay command thing we talked about earlier.
docs/DeveloperGuide.md
Outdated
Expected: Person list now shows the filtered list of persons sorted based on upcoming birthdays, with those | ||
whose birth month and birth day are closest to today appearing first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can rephrase to next birthday closest to today? Because later people niao our DG then say "the birthday is yesterday so it should appear first because 1 day difference".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, great job!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Add testcases to appendix.
Please review to ensure no errors, especially for sort and pay which I am not that familiar with!