-
Notifications
You must be signed in to change notification settings - Fork 263
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-W17-4] TA Tracker #8
base: master
Are you sure you want to change the base?
[CS2103T-W17-4] TA Tracker #8
Conversation
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.
Commit message title doesn't match content of commit.
03553e5
to
587c311
Compare
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.
The image of Figure 3 is not updated, even though the .puml
file is.
The images in section 3.1.1 are not updated or labelled.
docs/DeveloperGuide.adoc
Outdated
1. LogicManager uses the TATrackerParser to first parse the user command. | ||
|
||
2. The TATrackerParser sees that the command is of type sort and passes the |
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.
TATrackerParser
should be in camel case to be consistent with the class name.
docs/DeveloperGuide.adoc
Outdated
|
||
The following sequence diagram shows the sequence of commands that take place | ||
between the logic and model components of the TA-Tracker when the user enters the | ||
command 'module add m/CS2103 n/Software Engineering'. |
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.
Try to denote quoted commands with different formatting from the main text.
Feedback for W17-4 DG
|
Feedback for W17-4 DG Very little use of |
@@ -1,4 +1,4 @@ | |||
= AddressBook Level 3 - Developer Guide | |||
= TA-Tracker - Developer Guide |
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.
Your UML diagrams can be less cluttered
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.
Especially the sequence diagrams
docs/DeveloperGuide.adoc
Outdated
@@ -96,11 +96,16 @@ The `UI` component, | |||
image::LogicClassDiagram.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 can modify the diagram above so that these 2 diagrams don't repeat each other??
docs/DeveloperGuide.adoc
Outdated
.Group Delete - Sequence Diagram | ||
image::DeleteGroupSequenceDiagram.png[] | ||
|
||
1. LogicManager uses the TATrackerParser to first 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.
Words such as LogicManager an be formatted to look nicer:)
docs/DeveloperGuide.adoc
Outdated
class structure is used. | ||
|
||
.Sort Commands - Class Diagram | ||
image::SortCommandsClassDiagram.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.
The words here are a little small to see (compared to the other diagrams) so maybe can change the sizing of the words!
…2103T-W17-4/main into test/session-view
… into test/session-view
…103T-W17-4/main into Aakanksha/Reposense
Add reposense compatibility
Update about us
Fix message in AboutUs
Fix EditSessionCommand error
Fix bugs found
Fix editing sessions with invalid module code
Here are the usernames of our team members:
@Eclmist
@aakanksha-rai
@chuayijing
@fatin99
@PotatoCombat