[CS2113T-W12-4] Plan&Score#81
Open
elizabethcwt wants to merge 1091 commits into
Open
Conversation
jialerk
reviewed
Oct 28, 2020
jialerk
left a comment
There was a problem hiding this comment.
Overall good job, you seem to have a lot of diagrams for your develop guide :)
|
|
||
|  | ||
|
|
||
| Figure 9. Sequence Diagram of the writing of data |
|
|
||
|  | ||
|
|
||
| Figure 10. Sequence Diagram of the reading of data |
|
|
||
|  | ||
|
|
||
| Figure 4. Class Diagram of the Model component |
| <br /> | ||
|
|
||
| #### Storage component | ||
|  |
| Each `StorageManager` reads in their respective data files through a `decoder` and writes to the same file through an `encoder` | ||
|
|
||
| ##### Event Storage | ||
|  |
hui444
reviewed
Oct 28, 2020
hui444
left a comment
There was a problem hiding this comment.
Good job on your DG! :)
However, do check your return arrows for the activation bar as many of your diagrams missed it.
|
|
||
| It returns an `EventParameter` to `EventStorageManager`. | ||
|
|
||
|  |
|
|
||
| It returns a `String` to `EventStorageManager` for further writing. | ||
|
|
||
|  |
|
|
||
| Figure 9. Sequence Diagram of the writing of data | ||
|
|
||
|  |
|
|
||
| #### Model component | ||
|
|
||
|  |
TomLBZ
reviewed
Oct 29, 2020
|
|
||
| #### Model component | ||
|
|
||
|  |
|
|
||
| #### List event (<date> / today) | ||
|
|
||
|  |
|
|
||
| It returns an `EventParameter` to `EventStorageManager`. | ||
|
|
||
|  |
|
|
||
| #### List event (<date> / today) | ||
|
|
||
|  |
pinfang
reviewed
Oct 30, 2020
pinfang
left a comment
There was a problem hiding this comment.
some sequence diagrams are missing activation bars
|
|
||
| #### Model component | ||
|
|
||
|  |
|
|
||
| It returns an `EventParameter` to `EventStorageManager`. | ||
|
|
||
|  |
|
|
||
| ### Help feature | ||
|
|
||
|  |
|
|
||
| ### Add feature | ||
|
|
||
|  |
There was a problem hiding this comment.
i could not find DataManager class in your code, i only see EventDataManager. is the naming of the class in the diagram correct?
Update images, github link and PPP link
…into branch-update-dg # Conflicts: # docs/AboutUs.md
Update developer guide UML diagrams
Update user guide
Update User Guide (Handle indentation of command 14)
Update QuizManager.java (Assertions)
Edit DG Quiz Feature (improve readability)
…ception Branch storage corrupted exception
Relocate unused file (QuizManager)
…into Update-UserGuide � Conflicts: � docs/UserGuide.md
Added more images and updated the userguide
Refine ppp & Fixed UG hyperlink
Update PPP, UG and DG authorship
…into branch-PPP # Conflicts: # docs/DeveloperGuide.md
…into branch-PPP # Conflicts: # docs/DeveloperGuide.md # docs/UserGuide.md
Add in authorship for dg and ug
Update ug dg
…into update-UserStories � Conflicts: � docs/DeveloperGuide.md
Branch developer guide
Update user stories
Update factory reset message
Update UserGuide.md
updated links
This file contains hidden or 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
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.

















Plan&Score is a Java command-line application that allows Primary 6 students to plan and track their classes, CCAs and test dates. This enables the students to remember their schedule so they can plan well in advance for their tests and score better.