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 panel for appointments #121

Merged
merged 4 commits into from
Oct 14, 2020

Conversation

ya0-yuan
Copy link

Fixes #120

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

codecov-io commented Oct 13, 2020

Codecov Report

Merging #121 into master will decrease coverage by 0.15%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #121      +/-   ##
============================================
- Coverage     14.10%   13.94%   -0.16%     
  Complexity      159      159              
============================================
  Files           127      129       +2     
  Lines          2482     2510      +28     
  Branches        307      309       +2     
============================================
  Hits            350      350              
- Misses         2107     2135      +28     
  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/ui/MainWindow.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../seedu/address/ui/appointment/AppointmentCard.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...u/address/ui/appointment/AppointmentListPanel.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../main/java/seedu/address/ui/client/ClientCard.java 0.00% <ø> (ø) 0.00 <0.00> (?)
.../java/seedu/address/ui/client/ClientListPanel.java 0.00% <ø> (ø) 0.00 <0.00> (?)
.../seedu/address/ui/hairdresser/HairdresserCard.java 0.00% <ø> (ø) 0.00 <0.00> (?)
...u/address/ui/hairdresser/HairdresserListPanel.java 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 a44c592...8a52ad0. 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

@iamjamestan iamjamestan merged commit 3417b90 into AY2021S1-CS2103T-T15-1:master Oct 14, 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.

Add panel to display appointments
3 participants