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-T15-2] Dash #99

Open
wants to merge 631 commits into
base: master
Choose a base branch
from

Conversation

hanif-kamal
Copy link

Dash is a personal planner that helps students manage contacts and tasks. It is optimized for CLI users so that managing tasks and contacts can be done faster by typing in commands.

@codecov-commenter
Copy link

codecov-commenter commented Sep 18, 2021

Codecov Report

Merging #99 (3ce08ad) into master (ba53b8c) will decrease coverage by 6.15%.
The diff coverage is 64.46%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #99      +/-   ##
============================================
- Coverage     72.15%   66.00%   -6.16%     
- Complexity      399      773     +374     
============================================
  Files            70      126      +56     
  Lines          1232     2886    +1654     
  Branches        125      368     +243     
============================================
+ Hits            889     1905    +1016     
- Misses          311      845     +534     
- Partials         32      136     +104     
Impacted Files Coverage Δ
src/main/java/dash/AppParameters.java 75.00% <ø> (ø)
src/main/java/dash/Main.java 0.00% <ø> (ø)
src/main/java/dash/MainApp.java 0.00% <0.00%> (ø)
src/main/java/dash/commons/core/Config.java 68.18% <ø> (ø)
src/main/java/dash/commons/core/GuiSettings.java 69.23% <ø> (ø)
src/main/java/dash/commons/core/LogsCenter.java 78.37% <ø> (ø)
src/main/java/dash/commons/core/Messages.java 0.00% <0.00%> (ø)
src/main/java/dash/commons/core/Version.java 82.50% <ø> (ø)
src/main/java/dash/commons/core/index/Index.java 100.00% <ø> (ø)
...sh/commons/exceptions/DataConversionException.java 100.00% <ø> (ø)
... and 123 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 ba53b8c...3ce08ad. Read the comment docs.

okyntary pushed a commit to okyntary/tp that referenced this pull request Oct 26, 2021
hanif-kamal and others added 3 commits October 27, 2021 00:46
# Conflicts:
#	src/main/java/dash/model/task/TaskList.java
Implement sort functionality in UpcomingTaskCommand
HalphasX pushed a commit to HalphasX/tp that referenced this pull request Oct 26, 2021
…/Yukun99-patch-2

Update UserGuide.md with minor command summary corrections
aaronloh852 and others added 30 commits November 7, 2021 17:24
Make other miscellaneous changes
Fix inaccuracy in implementation section
Add more line breaks to DG
Limit previous command access to past 10 commands
Change file name of PPP
Add tests for TagPersonCommand
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