-
Notifications
You must be signed in to change notification settings - Fork 262
[CS2103T-F09-2] JelphaBot #104
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
base: master
Are you sure you want to change the base?
[CS2103T-F09-2] JelphaBot #104
Conversation
|
Please retitle the PR with the correct format. |
|
|
||
| This section describes some noteworthy details on how certain features are implemented. | ||
|
|
||
| // tag::taskgroups[] |
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.
Lack of diagrams for added features. Good to have diagrams
docs/DeveloperGuide.adoc
Outdated
|
|
||
| Given below is an example usage scenario and how the task grouping mechanism behaves at each step. | ||
|
|
||
| Step 1. The user launches the application for the first time. The `MainWindow` will be initialized with `GroupedTaskListPanel` as a container for GroupedTaskList model objects. The panel is populated with sublists defined in `GroupedByDateTaskList`. |
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 to add screenshots in order to better understand the context of the usage scenario.
junhaotan
left a comment
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.
Generally, good effort on documentation. Just need to have more details in the added features.
docs/DeveloperGuide.adoc
Outdated
|
|
||
| ==== Implementation | ||
|
|
||
| **Function 1: Display calendar view in a selected month** |
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 to add more explanation in the features.
… into walking-skeleton
… into walking-skeleton
update DG diagrams
Signed-off-by: Thng Yao Jie <[email protected]>
Updated some explanations in DG section
… into walking-skeleton
clear command now clears reminder
update DG and sampleDataUtil
… into walking-skeleton
reminder index fromOneBased ? fromZeroBased
corrected reminder index
update Ui
updated screenshots of Ui for UG
Update README and main window size
Fixed FXML warnings Signed-off-by: Thng Yao Jie <[email protected]>
Fixed FXML warnings Signed-off-by: Thng Yao Jie <[email protected]>
Signed-off-by: Thng Yao Jie <[email protected]>
Finalize UG and DG
No description provided.