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

[Tan Juay Hee] iP #315

Open
wants to merge 103 commits into
base: master
Choose a base branch
from
Open

[Tan Juay Hee] iP #315

wants to merge 103 commits into from

Conversation

juayhee
Copy link

@juayhee juayhee commented Feb 1, 2022

Duke

  • CLI support
  • text based
  • super fast to use

Your mind is for having ideas, not holding them - David Allen

Features

  1. Add 3 types of tasks
    • Todo tasks
    • Deadline tasks
    • Event tasks
todo project
deadline homework /by 11pm
event go to the zoo /at next monday
  1. View tasks easily
  2. Mark them as complete
  3. Delete tasks as needed

Coming soon

  • Task searching
  • Date recognition
  • GUI

damithc and others added 30 commits July 29, 2021 20:30
…o generate the right type of Command. Command is the abstract type for all possible commands to Duke. That command is then executed (polymorphism takes care of correct behaviour).

* Echo function refactored to use Commands.
* Exit function (bye) refactored to use Commands.
* Now echos the task added back to the user
* Includes formatting
* Added more static methods for formatting in Duke.java
* Refactored many Command classes to now use these new methods for formatting
* Mark/Unmark commands now provide feedback in the console
* Updated Task.java to become a parent class of more specific subtpyes of classes.
* DeadlineTask
* EventTask
* TodoTask
*Changed Duke's introduction and goodbye message
*Updated expected and input files for use in testing
*Added custom DukeException exception
*Handles errors for invalid commands
*Handles errors for commands with insufficient parameters
There is only one command for each action. It is inflexible for users who prefer command shorthands.

Add more aliases to each action.

This gives users more flexibility to choose what they want to use when inputting commands or event types.

Example: todo X is the same as t X
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

4 participants