-
Notifications
You must be signed in to change notification settings - Fork 438
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
[Javier Lim] iP #446
base: master
Are you sure you want to change the base?
[Javier Lim] iP #446
Commits on Jul 23, 2020
-
damithc authored and damithc committed
Jul 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 3b19ba1 - Browse repository at this point
Copy the full SHA 3b19ba1View commit details
Commits on Aug 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 075f321 - Browse repository at this point
Copy the full SHA 075f321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 548b87d - Browse repository at this point
Copy the full SHA 548b87dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f0c6e3 - Browse repository at this point
Copy the full SHA 2f0c6e3View commit details
Commits on Aug 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 879a4b2 - Browse repository at this point
Copy the full SHA 879a4b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94fffe0 - Browse repository at this point
Copy the full SHA 94fffe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaf6c02 - Browse repository at this point
Copy the full SHA aaf6c02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87bcf40 - Browse repository at this point
Copy the full SHA 87bcf40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b1cdac - Browse repository at this point
Copy the full SHA 1b1cdacView commit details -
Configuration menu - View commit details
-
Copy full SHA for e800b23 - Browse repository at this point
Copy the full SHA e800b23View commit details
Commits on Aug 26, 2020
-
Incomplete note on some methods were removed
Configuration menu - View commit details
-
Copy full SHA for 034305a - Browse repository at this point
Copy the full SHA 034305aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b53c6ea - Browse repository at this point
Copy the full SHA b53c6eaView commit details
Commits on Aug 27, 2020
-
Merge branch 'master' of https://github.com/ijavierja/ip
* 'master' of https://github.com/ijavierja/ip: Remove incorrect notes
Configuration menu - View commit details
-
Copy full SHA for 4584ea0 - Browse repository at this point
Copy the full SHA 4584ea0View commit details -
Save method puts the list of tasks into a text file. This allows the client to access tasks even if Duke has been closed. The path of the text file can be found in the Duke.java file as a global variable at the top of the file.
Configuration menu - View commit details
-
Copy full SHA for a33904d - Browse repository at this point
Copy the full SHA a33904dView commit details
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7dd4bad - Browse repository at this point
Copy the full SHA 7dd4badView commit details
Commits on Aug 29, 2020
-
Add LocalDateTime attribute to Task class & modified deadline method …
…to allow only a date time description Level 8. Date and Times. The Task class was modified to include a new field of type LocalDateTime. This is to keep the Time and Date for the tasks. Deadline method was also modified to only allow for a date and time description.
Configuration menu - View commit details
-
Copy full SHA for bcd6315 - Browse repository at this point
Copy the full SHA bcd6315View commit details -
# Conflicts: # src/main/java/Duke.java
Configuration menu - View commit details
-
Copy full SHA for 781b8c0 - Browse repository at this point
Copy the full SHA 781b8c0View commit details
Commits on Aug 31, 2020
-
ui class deals with interaction with the user. Ui class takes commands from the user as well as print output to user.
Configuration menu - View commit details
-
Copy full SHA for d9cdb29 - Browse repository at this point
Copy the full SHA d9cdb29View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7af505 - Browse repository at this point
Copy the full SHA a7af505View commit details -
TaskList stores an ArrayList<Task> and deals with all changes to this list. Additionally, the class deals with all outputs needed from this arraytist
Configuration menu - View commit details
-
Copy full SHA for 716ad9d - Browse repository at this point
Copy the full SHA 716ad9dView commit details -
Add DukeException and Storage classes
Storage class deals with loading tasks from the file and saving tasks in the file DukeException is thrown when no file is present with the name represented by filePath
Configuration menu - View commit details
-
Copy full SHA for 9bb8360 - Browse repository at this point
Copy the full SHA 9bb8360View commit details -
Add Command and Parser classes
Command is an interface with two abstract methods. Parser deals with making sense of the user command. A Command instance is implemented using Parser's static parse method.
Configuration menu - View commit details
-
Copy full SHA for 60c5f05 - Browse repository at this point
Copy the full SHA 60c5f05View commit details -
Add ParserTest and TaskTest classes; Modified Command interface's met…
…hod, execute, output type to String from void Test classes uses JUnit for testing of the classes' methods.
Configuration menu - View commit details
-
Copy full SHA for 9eeb71e - Browse repository at this point
Copy the full SHA 9eeb71eView commit details
Commits on Sep 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 15d0e0c - Browse repository at this point
Copy the full SHA 15d0e0cView commit details -
Only header comments for classes have been added
Configuration menu - View commit details
-
Copy full SHA for d08b4b7 - Browse repository at this point
Copy the full SHA d08b4b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd09121 - Browse repository at this point
Copy the full SHA cd09121View commit details -
Configuration menu - View commit details
-
Copy full SHA for df9575e - Browse repository at this point
Copy the full SHA df9575eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4cd703 - Browse repository at this point
Copy the full SHA c4cd703View commit details -
Merge branch 'branch-A-CodingStandard' into branch-Level-9
# Conflicts: # src/main/java/Parser.java # src/main/java/TaskType.java # src/main/java/Ui.java
Configuration menu - View commit details
-
Copy full SHA for b8641f8 - Browse repository at this point
Copy the full SHA b8641f8View commit details
Commits on Sep 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1e87679 - Browse repository at this point
Copy the full SHA 1e87679View commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for da66a0e - Browse repository at this point
Copy the full SHA da66a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b52ab - Browse repository at this point
Copy the full SHA 52b52abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f28033 - Browse repository at this point
Copy the full SHA 8f28033View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ea8d56 - Browse repository at this point
Copy the full SHA 1ea8d56View commit details
Commits on Sep 14, 2020
-
Package classes into sub directories and imported relevant classes. Duke: Remove unused code (from previous iterations of GUI) from duke class. Remove Constructor with single param filename. Update main to use no param constructor. Made changes to the JavaDocs. Storage: Add switch statement for Storage class Task: used unicode number instead of the cross and tick characters.
Configuration menu - View commit details
-
Copy full SHA for 3a59672 - Browse repository at this point
Copy the full SHA 3a59672View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e8dec - Browse repository at this point
Copy the full SHA d8e8decView commit details -
Merge pull request #2 from ijavierja/branch-A-CodeQuality
Branch a code quality
Configuration menu - View commit details
-
Copy full SHA for be80895 - Browse repository at this point
Copy the full SHA be80895View commit details -
Merge branch 'branch-A-Assertions' into branch-A-CodeQuality
# Conflicts: # src/main/java/Duke.java # src/main/java/Parser.java # src/main/java/storage/Storage.java # src/main/java/task/Task.java
Configuration menu - View commit details
-
Copy full SHA for fedebaf - Browse repository at this point
Copy the full SHA fedebafView commit details -
Merge branch 'master' into branch-A-Assertions
# Conflicts: # src/main/java/Duke.java # src/main/java/Parser.java # src/main/java/storage/Storage.java # src/main/java/task/Task.java
Configuration menu - View commit details
-
Copy full SHA for 870d4fd - Browse repository at this point
Copy the full SHA 870d4fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e031fe6 - Browse repository at this point
Copy the full SHA e031fe6View commit details
Commits on Sep 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fece42b - Browse repository at this point
Copy the full SHA fece42bView commit details
Commits on Sep 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5ebf9a6 - Browse repository at this point
Copy the full SHA 5ebf9a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ccf763 - Browse repository at this point
Copy the full SHA 8ccf763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bde23a - Browse repository at this point
Copy the full SHA 2bde23aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2caaf8 - Browse repository at this point
Copy the full SHA c2caaf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b65646e - Browse repository at this point
Copy the full SHA b65646eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a66a6d5 - Browse repository at this point
Copy the full SHA a66a6d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a23b47 - Browse repository at this point
Copy the full SHA 8a23b47View commit details
Commits on Sep 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b55a86f - Browse repository at this point
Copy the full SHA b55a86fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35a5c0e - Browse repository at this point
Copy the full SHA 35a5c0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c81a55b - Browse repository at this point
Copy the full SHA c81a55bView commit details
Commits on Sep 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 714bb64 - Browse repository at this point
Copy the full SHA 714bb64View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb0877f - Browse repository at this point
Copy the full SHA cb0877fView commit details