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

Implement assign command #87

Merged
merged 40 commits into from
Oct 11, 2020
Merged

Conversation

lll-jy
Copy link

@lll-jy lll-jy commented Oct 11, 2020

No description provided.

@lll-jy lll-jy requested a review from T-Fang October 11, 2020 08:51
@lll-jy lll-jy self-assigned this Oct 11, 2020
@lll-jy lll-jy added the enhancement New feature or request label Oct 11, 2020
@lll-jy lll-jy added this to the v1.2 milestone Oct 11, 2020
@codecov-io
Copy link

Codecov Report

Merging #87 into master will increase coverage by 4.18%.
The diff coverage is 92.85%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #87      +/-   ##
============================================
+ Coverage     64.87%   69.06%   +4.18%     
- Complexity      486      522      +36     
============================================
  Files            87       89       +2     
  Lines          1640     1671      +31     
  Branches        182      187       +5     
============================================
+ Hits           1064     1154      +90     
+ Misses          521      460      -61     
- Partials         55       57       +2     
Impacted Files Coverage Δ Complexity Δ
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...u/address/logic/commands/catalogue/AddCommand.java 100.00% <ø> (ø) 8.00 <0.00> (?)
...address/logic/commands/catalogue/ClearCommand.java 100.00% <ø> (ø) 2.00 <0.00> (?)
...ddress/logic/commands/catalogue/DeleteCommand.java 100.00% <ø> (ø) 7.00 <0.00> (?)
.../address/logic/commands/catalogue/EditCommand.java 97.33% <ø> (ø) 12.00 <0.00> (?)
.../address/logic/commands/catalogue/FindCommand.java 100.00% <ø> (ø) 6.00 <0.00> (?)
.../address/logic/commands/catalogue/ListCommand.java 100.00% <ø> (ø) 2.00 <0.00> (?)
...address/logic/commands/catalogue/StartCommand.java 100.00% <ø> (ø) 7.00 <0.00> (?)
...edu/address/logic/commands/global/ExitCommand.java 100.00% <ø> (ø) 2.00 <0.00> (?)
...edu/address/logic/commands/global/HelpCommand.java 100.00% <ø> (ø) 2.00 <0.00> (?)
... and 20 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 be478f7...647c1d9. Read the comment docs.

@lll-jy lll-jy linked an issue Oct 11, 2020 that may be closed by this pull request
Copy link

@T-Fang T-Fang left a comment

Choose a reason for hiding this comment

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

LGTM

@T-Fang T-Fang merged commit d4ed216 into AY2021S1-CS2103T-W10-3:master Oct 11, 2020
@lll-jy lll-jy linked an issue Oct 18, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement assign command of tasks As a project team leader, I can assign tasks to my team members
3 participants