-
Notifications
You must be signed in to change notification settings - Fork 277
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-W16-1] SOChedule #43
Open
SoulUseless
wants to merge
976
commits into
nus-cs2103-AY2021S2:master
Choose a base branch
from
AY2021S2-CS2103-W16-1:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[CS2103-W16-1] SOChedule #43
SoulUseless
wants to merge
976
commits into
nus-cs2103-AY2021S2:master
from
AY2021S2-CS2103-W16-1:master
Conversation
This file contains 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
Codecov Report
@@ Coverage Diff @@
## master #43 +/- ##
=============================================
- Coverage 72.15% 55.38% -16.78%
- Complexity 399 615 +216
=============================================
Files 70 126 +56
Lines 1232 2533 +1301
Branches 125 333 +208
=============================================
+ Hits 889 1403 +514
- Misses 311 1009 +698
- Partials 32 121 +89
Continue to review full report at Codecov.
|
Hzxin
pushed a commit
to markuz5116/tp
that referenced
this pull request
Feb 27, 2021
Update AboutUs.md - Michael
…into v1.4b-ppp-jiahe * 'master' of https://github.com/AY2021S2-CS2103-W16-1/tp: (31 commits) Fix build error Update UG for changes in command(done_task, undone_task, edit_task, find_schedule) Update edit_task function to allow editing overdue tasks Update error msg for undone_test Update error msg for done_task Fix checkstyle added screenshots and manual test methods UG: Add table of contents and links to and fro sections UG: Fix links in Feature List DG: Add instructions for manual testing Messages.java: Update index out of range error message Add sample sochedule.json for testing purposes Resolve errorneous resolution of previous merge conflicts Add default sorting during init to ensure pinned tasks remain on top DG: Update saving data DG: Fix TOC indentation issues Standardise error message for PinTask, UnpinTask Fix PPP Fix EOF error PPP Draft 0.1 ...
V1.4b ppp jiahe
Issue squashing
Fix category ui wrap around
[jiaxiang] Update DG
* commit 'f9f27f6f0f44c4cf98c4ad8f56af5733825b8a17': (50 commits) Fix category ui wrap around Update DG for done_task, edit_task, undone_task, find_schedule Add UML for done_task Minor update on UML Update UML for undone_task Update UML for edit_task Update UML for find_schedule Fix minor format error Add PPP Allow past task and events to be entered into json Fixed bug where invalid json logic bypasses task list initialisation checks Fix sandboxing conflicts with checkstyle Fixed bug where invalid json logic bypasses task list initialisation checks UG: Update to reflect new char limit Restrict character limit to 30/15/15; update relevant unit tests Add TaskSochedule and EventSochedule toModelType tests Storage: Squash bugs Update design consideration of max length in DG Update model section for DG Update edit_task UG regarding ordering of tags and categories ...
Edit cat/tag ui
…into v1.4-reduce-ppp-again * 'master' of https://github.com/AY2021S2-CS2103-W16-1/tp: Fix DG fix dg, delete {more test cases}
V1.4 reduce ppp again
Fix documentation issues
Update UG and DG project scope
DG: Update size of architecture diagram
* Adding page breaks for UG
change example
* Adding page breaks for DG * Fix typo in DG
* Update PPP for Jiaxiang to reduce the size to 2 page in PDF * Fix typo in PPP:)
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.
SOChedule is a one-stop solution for managing tasks and events, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI).