forked from se-edu/duke
-
Notifications
You must be signed in to change notification settings - Fork 73
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
[Benjamin] iP #61
Open
benchan911
wants to merge
76
commits into
nus-cs2113-AY1920S2:master
Choose a base branch
from
benchan911:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[Benjamin] iP #61
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Implement a skeletal version of Duke that starts by greeting the user, simply echos commands entered by the user, and exits when the user types bye.
Add the ability to store whatever text entered by the user and display them back to the user when requested.
Add the ability to mark tasks as done.
Add support for tracking three types of tasks: ToDos: tasks without any date/time attached to it e.g., visit new theme park Deadlines: tasks that need to be done before a specific date/time e.g., submit report by 11/10/2019 5pm Events: tasks that start at a specific time and ends at a specific time e.g., team project meeting on 2/10/2019 2-4pm
1. Change the userCommand to read in 1 line instead of multiple lines 2. Added E.D.I.T.H Logo 3. Clean up Code
Addition of Todo class to handle Todo type tasks
Teach Duke to deal with errors such as incorrect inputs entered by the user.
Inserting a help function to navigate through Duke
Adding Task, Todo, Event, Deadline under Task Package
Used ArrayList Able to remove from ArrayList but unable to check the index
Removing int Index
This reverts commit 9602117.
# Conflicts: # Duke.txt
# Conflicts: # Duke.txt # src/main/java/Duke/Commands/AddCommand.java # src/main/java/Duke/Duke.java # src/main/java/Duke/Parser/Parser.java # src/main/java/Duke/Task/Event.java # src/main/java/Duke/Task/TaskList.java # src/main/java/Duke/Ui/Ui.java
# Conflicts: # docs/README.md
Branch level 9
Branch-A-JavaDoc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.