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

Fix sort command bug and User Guide documentation #221

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

jylow
Copy link
Collaborator

@jylow jylow commented Nov 7, 2023

Currently, The sort command has a bug where the ordering of persons with null appointments will change each time the function is called. This bug fix fixes the functionality and causes people will null appointments to be ordered in an arbitrary order based on the previous way the list was sorted.

Edits were also made to the user guide to provide further clarification to the ordering of peoples names when sort appointment is called.

Currently, The sort command has a bug where the ordering of persons with null
appointments will change each time the function is called. This bug fix fixes
the functionality and causes people will null appointments to be ordered in an
arbitrary order based on the previous way the list was sorted.

Edits were also made to the user guide to provide further clarification to the
ordering of peoples names when sort appointment is called.
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #221 (e4101c1) into master (a4ec64d) will decrease coverage by 0.08%.
The diff coverage is 75.00%.

@@             Coverage Diff              @@
##             master     #221      +/-   ##
============================================
- Coverage     75.94%   75.87%   -0.08%     
  Complexity      666      666              
============================================
  Files           103      103              
  Lines          2141     2143       +2     
  Branches        217      217              
============================================
  Hits           1626     1626              
- Misses          459      460       +1     
- Partials         56       57       +1     
Files Coverage Δ
...edu/address/model/appointment/NullAppointment.java 91.66% <100.00%> (+1.66%) ⬆️
...a/seedu/address/model/appointment/Appointment.java 84.61% <0.00%> (-5.13%) ⬇️

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

Copy link
Collaborator

@sopa301 sopa301 left a comment

Choose a reason for hiding this comment

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

LGTM

@sopa301 sopa301 merged commit a6a8e4c into AY2324S1-CS2103T-F12-1:master Nov 7, 2023
3 of 5 checks passed
@sopa301 sopa301 added this to the v1.4 milestone Nov 7, 2023
@sopa301 sopa301 added bug Something isn't working documentation Improvements or additions to documentation labels Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants