Skip to content
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
wants to merge 976 commits into
base: master
Choose a base branch
from

Conversation

SoulUseless
Copy link

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).

@codecov-io
Copy link

codecov-io commented Feb 21, 2021

Codecov Report

Merging #43 (a58a564) into master (c36220c) will decrease coverage by 16.77%.
The diff coverage is 54.28%.

Impacted file tree graph

@@              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     
Impacted Files Coverage Δ Complexity Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...n/java/seedu/address/commons/core/index/Index.java 76.92% <0.00%> (-23.08%) 10.00 <0.00> (ø)
...ress/logic/commands/ClearCompletedTaskCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...dress/logic/commands/ClearExpiredEventCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ddress/logic/commands/ClearExpiredTaskCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../seedu/address/logic/commands/DoneTaskCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../seedu/address/logic/commands/EditTaskCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...seedu/address/logic/commands/FindEventCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...du/address/logic/commands/FindScheduleCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
... and 168 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c36220c...a58a564. Read the comment docs.

Hzxin pushed a commit to markuz5116/tp that referenced this pull request Feb 27, 2021
SoulUseless and others added 28 commits April 9, 2021 21:06
…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
  ...
* 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
  ...
ljhgabe and others added 30 commits April 11, 2021 22:22
…into v1.4-reduce-ppp-again

* 'master' of https://github.com/AY2021S2-CS2103-W16-1/tp:
  Fix DG
  fix dg, delete {more test cases}
DG: Update size of architecture diagram
* Adding page breaks for UG
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants