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 appointment details to view window of ViewCommand #115

Merged

Conversation

Dominic-Khoo
Copy link

Closes #98

@Dominic-Khoo Dominic-Khoo added type.Bug A bug alpha-bug alpha testing labels Nov 7, 2024
@Dominic-Khoo Dominic-Khoo added this to the v1.5 milestone Nov 7, 2024
@Dominic-Khoo Dominic-Khoo self-assigned this Nov 7, 2024
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...n/java/seedu/address/model/person/Appointment.java 0.00% 2 Missing ⚠️
src/main/java/seedu/address/ui/ViewWindow.java 0.00% 1 Missing ⚠️
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/ui/ViewWindow.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...n/java/seedu/address/model/person/Appointment.java 72.72% <0.00%> (-7.28%) 9.00 <0.00> (ø)

Copy link

@lim-jt lim-jt left a comment

Choose a reason for hiding this comment

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

LGTM, rmb to cover test cases in 1.6

@lim-jt lim-jt merged commit f61d004 into AY2425S1-CS2103T-W11-1a:master Nov 7, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpha-bug alpha testing type.Bug A bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

View popup does not display appointment date
2 participants