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

Display hairdresser list in a separate panel #103

Merged
merged 4 commits into from
Oct 11, 2020

Conversation

ya0-yuan
Copy link

fixes #102

@ya0-yuan ya0-yuan added this to the v1.2 milestone Oct 11, 2020
@codecov-io
Copy link

codecov-io commented Oct 11, 2020

Codecov Report

Merging #103 into master will decrease coverage by 0.50%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #103      +/-   ##
============================================
- Coverage     17.47%   16.96%   -0.51%     
  Complexity      159      159              
============================================
  Files           106      109       +3     
  Lines          2003     2063      +60     
  Branches        234      242       +8     
============================================
  Hits            350      350              
- Misses         1628     1688      +60     
  Partials         25       25              
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/seedu/address/logic/LogicManager.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/model/AddressBook.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/ui/ClientCard.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...rc/main/java/seedu/address/ui/ClientListPanel.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...rc/main/java/seedu/address/ui/HairdresserCard.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...in/java/seedu/address/ui/HairdresserListPanel.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/ui/MainWindow.java 0.00% <0.00%> (ø) 0.00 <0.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 2de77cb...fcbac9b. Read the comment docs.

Copy link

@iamjamestan iamjamestan left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@iamjamestan iamjamestan left a comment

Choose a reason for hiding this comment

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

LGTM

@iamjamestan iamjamestan merged commit 02bfcf1 into AY2021S1-CS2103T-T15-1:master Oct 11, 2020
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.

display hairdresser list in separate panel
3 participants