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

Add task list command #75

Merged

Conversation

jeffsieu
Copy link

@jeffsieu jeffsieu commented Oct 21, 2021

Adds task list with task filtering parameters.

Command syntax

task list [undone/] [done/] [tag/TAG]

@codecov-commenter
Copy link

Codecov Report

Merging #75 (64fe761) into master (b250c49) will increase coverage by 1.15%.
The diff coverage is 83.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #75      +/-   ##
============================================
+ Coverage     63.03%   64.18%   +1.15%     
- Complexity      480      493      +13     
============================================
  Files            95       97       +2     
  Lines          1788     1812      +24     
  Branches        191      194       +3     
============================================
+ Hits           1127     1163      +36     
+ Misses          608      590      -18     
- Partials         53       59       +6     
Impacted Files Coverage Δ
.../seedu/address/logic/parser/TaskCommandParser.java 0.00% <0.00%> (ø)
...u/address/logic/commands/task/ListTaskCommand.java 66.66% <66.66%> (ø)
...ain/java/seedu/address/logic/parser/CliSyntax.java 90.90% <100.00%> (+2.02%) ⬆️
...dress/logic/parser/task/ListTaskCommandParser.java 100.00% <100.00%> (ø)
...rc/main/java/seedu/address/model/ModelManager.java 81.81% <100.00%> (+11.44%) ⬆️
src/main/java/seedu/address/model/task/Task.java 75.00% <0.00%> (ø)
.../seedu/address/model/task/filters/TaskFilters.java 65.00% <0.00%> (+20.00%) ⬆️

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 b250c49...64fe761. Read the comment docs.

Copy link

@yeppog yeppog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@jeffsieu jeffsieu merged commit 539f8a6 into AY2122S1-CS2103-F09-2:master Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants