-
Notifications
You must be signed in to change notification settings - Fork 411
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
[CS2103T-T10-3] ELISA #133
base: master
Are you sure you want to change the base?
[CS2103T-T10-3] ELISA #133
Conversation
3.1.1 Step one - The diagrams should follow UML notation, maybe it would be better to include less details about the algorithm and focus more on the interaction between classes and execution of the program. 3.3.2 More diagrams could be used to make the explanation clearer. Sequence diagram is clean and detailed. |
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.
Good job! Some comments:
- Remember to update AB3 diagrams if you renamed classes e.g. ABParser > ElisaParser
- Might want to add design considerations for some of the sections
- Resize diagrams so that the text size is consistent across the document
|
||
*API* : | ||
link:{repoURL}/src/main/java/seedu/address/logic/Logic.java[`Logic.java`] | ||
|
||
. `Logic` uses the `AddressBookParser` class to parse the user command. | ||
. `Logic` uses the `ElisaParser` class to parse the user command. |
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.
Remember to update the AddressBookParser
names in subsequent diagrams
docs/DeveloperGuide.adoc
Outdated
Step 1. The user executes `task eat`. A task with description "eat" is added and then the command is pushed into the commands stack. | ||
|
||
image::UndoStackStep1.png[] |
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.
Maybe you could label AddTaskCommand
in the model to reflect task eat
command in step 1. Perhaps the image could be resized so that the text size is consistent with the DG.
docs/DeveloperGuide.adoc
Outdated
@@ -153,6 +158,33 @@ Classes used by multiple components are in the `seedu.addressbook.commons` packa | |||
|
|||
This section describes some noteworthy details on how certain features are implemented. | |||
|
|||
// tag::undobyreverse[] | |||
=== [Implemented] Undo Feature |
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.
Remember to remove the AB3 undo future implementation section
… into focus-mode-fix
…to focus-mode-fix
Update ppp
Update UG and test cases
Edits to UG & DG
Edits to PPP
… into focus-mode-fix
Create parser test
Change PPP
Fix PNG issues
No description provided.