-
Notifications
You must be signed in to change notification settings - Fork 565
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-F11-2] MODPRO #92
base: master
Are you sure you want to change the base?
[CS2103T-F11-2] MODPRO #92
Conversation
Codecov ReportBase: 72.15% // Head: 83.85% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #92 +/- ##
=============================================
+ Coverage 72.15% 83.85% +11.69%
- Complexity 399 1121 +722
=============================================
Files 70 140 +70
Lines 1232 2861 +1629
Branches 125 389 +264
=============================================
+ Hits 889 2399 +1510
- Misses 311 384 +73
- Partials 32 78 +46
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Fix more inconsistencies in UG
Add tests for UnlinkExamCommand and UnlinkExamCommandParser classes
…into add-tests * 'master' of https://github.com/AY2223S1-CS2103T-F11-2/tp: Update PPP edit-PPP Update ppp Update PPP PPP added. Update grammatical error Add PPP Added relevant information for PPP. Amend tests in TaskTest.java rename edit method in task for clarity Add tests for UnlinkExamCommand and UnlinkExamCommandParser classes Amend incorrect javadocs in Module.java Add tests for ParserUtil Amend bug for edit module feature Fix grammar mistake. Add JsonAdaptedExamTest
…into add-tests-for-model * 'master' of https://github.com/AY2223S1-CS2103T-F11-2/tp: Update PPP edit-PPP Update ppp Update PPP PPP added. Update grammatical error Add PPP Added relevant information for PPP. Amend tests in TaskTest.java rename edit method in task for clarity Add tests for UnlinkExamCommand and UnlinkExamCommandParser classes Amend incorrect javadocs in Module.java Amend bug for edit module feature Fix grammar mistake. Add JsonAdaptedExamTest
* add-tests: Correct the failed test for DistinctTaskList Add tests for Exam and DistinctTaskList
Updated JsonSerializableAddressBook tests.
Fixed issues with EOF for all json files.
Updated LogicManager tests and removed redundandt AB3 tests.
Removed redundant imports in Logic and LogicManager classes.
Modified json files for JsonAddressBookStorageTest.
* 'master' of https://github.com/AY2223S1-CS2103T-F11-2/tp: (51 commits) Update PPP edit-PPP Update ppp Update PPP PPP added. Update grammatical error Add PPP Added relevant information for PPP. Amend tests in TaskTest.java rename edit method in task for clarity Add tests for UnlinkExamCommand and UnlinkExamCommandParser classes Amend incorrect javadocs in Module.java Make some changes based on the comments Add tests for ParserUtil Amend bug for edit module feature Fix grammar mistake. Add JsonAdaptedExamTest Add invalid index check for parser tests Fix checkstyle error and add tests for mark and unmark methods Change variable names. ...
* master: (97 commits) Update PPP edit-PPP Update ppp Update PPP PPP added. Update grammatical error Add PPP Added relevant information for PPP. Amend tests in TaskTest.java rename edit method in task for clarity Add tests for UnlinkExamCommand and UnlinkExamCommandParser classes Amend incorrect javadocs in Module.java Make some changes based on the comments Add tests for ParserUtil Amend bug for edit module feature Fix grammar mistake. Add JsonAdaptedExamTest Add invalid index check for parser tests Fix checkstyle error and add tests for mark and unmark methods Change variable names. ...
# Conflicts: # src/test/java/seedu/address/testutil/TypicalTasks.java
Add tests for DeleteExamCommand and DeleteExamCommandParser classes
# Conflicts: # src/test/java/seedu/address/logic/commands/CommandTestUtil.java
Fix ped bugs
Updated architecture diagrams for model, logic, storage.
Add page break after future features
Update final ppp
Update Acknowledgements and table of contents
Made minor tweaks to spacing
Made minor changes to help command description
Changed from note to warning for delete exam
Made more changes to UG
Update jar file link in UG
…into update-ug * 'master' of https://github.com/AY2223S1-CS2103T-F11-2/tp: (76 commits) Update jar file link in UG Update DeveloperGuide.md Update DeveloperGuide.md Update UserGuide.md Update UserGuide.md Update UserGuide.md Update DeveloperGuide.md Update UserGuide.md Update DeveloperGuide.md Update UserGuide.md Update UserGuide.md Update DeveloperGuide.md Update UserGuide.md Update UserGuide.md Update UserGuide.md Update final PPP Remove binary file Change to addressBookOptional Update final PPP Update PPP ...
Improve consistency and fix formatting error for UG
Update images in UG
Removed a line
Update acknowledgements
MODPRO is a desktop application which helps NUS students in tracking the progress of their modules. It is highly optimised for students who prefer Command Line Interface (CLI) by allowing those who type fast to key in commands to track their modules. It also provides a Graphic User interface(GUI) for those who prefer it.