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

(v1.3) Implement sort deadline function #166

Merged
merged 2 commits into from
Mar 26, 2019

Conversation

jetkan-yk
Copy link

  • Sort function can sort based on alphabetical or deadline order
  • Update UserGuide to reflect new sort format:
    • sort CRITERIA (name/date) ORDER (up/down)
    • CRITERIA can only be either name or date corresponding to
      alphabetical or deadline order
    • ORDER can only be either up or down corresponding to
      ascending or descending order
    • Example: sort name up
    • Example: sort date down
  • Tested working

 - Sort function can sort based on alphabetical or deadline order
 - Update UserGuide to reflect new sort format:
    * `sort CRITERIA (name/date) ORDER (up/down)
    * CRITERIA can only be either name or date corresponding to
      alphabetical or deadline order
    * ORDER can only be either up or down corresponding to
      ascending or descending order
    * Example: `sort name up`
    * Example: `sort date down`
 - Tested working
@ptvrajsk
Copy link

Nice job 👍

@ptvrajsk ptvrajsk merged commit 1e0769b into CS2103-AY1819S2-T12-4:master Mar 26, 2019
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.

None yet

2 participants