-
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
[CS2103-T09-1] Modulo #19
base: master
Are you sure you want to change the base?
[CS2103-T09-1] Modulo #19
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.
LGTM
|
||
|`* * *` |user |find a person by name |locate details of persons without having to go through the entire list | ||
|`* * *` |user |categorise my work based on module |don’t have to manually categorise myself |
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 rephrase "don't have to manually categorise myself". Sounds informal.
docs/DeveloperGuide.adoc
Outdated
. Should be able to run seamlessly with 10 <<module,module>>s’ worth of data. | ||
. Data should be persistent within the local machine and the save file should be editable. | ||
. The application should not require an installer and be for a single user, with its size being smaller than 100mb. | ||
. Object-oriented. |
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.
Perhaps it is not an NFR. Since it cannot be tested.
docs/DeveloperGuide.adoc
Outdated
[[module]] Module:: | ||
Modules that the User is taking for the current semester. | ||
|
||
[[event]] Event |
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.
Formatting issue in the adoc. Missing ::
docs/DeveloperGuide.adoc
Outdated
[[event]] Event | ||
These are default events for each module, such as Lectures, Tutorials, Recitations, Sectionals etc. All these events are automatically populated from NUS data upon module creation. | ||
|
||
[[deadline]] Deadlines |
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.
Same issue as above.
test cases for writer package + exportcommand
…into branch-update-parser-test
Branch update parser test
Add slot to event
Update Sean PPP
…into LogicManagerTest
Updated on PPP
Rename file
Update file name
docs: fix issues and add effort
Abstraction of code
added javadocs
chore: Delete TODOs
@seanlowcy77
@JingYuOng
@ErnTekTeoh