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 bug regarding messages for Patients and update UG #217

Merged

Conversation

kohkaijie
Copy link

@kohkaijie kohkaijie commented Nov 10, 2023

Made changes to the format method in Messages.java to add patient fields if the person to be added/deleted is a patient.

Updated UG for adding patient and doctors to remove duplicate information already mentioned in the parameters table as well as potential errors when adding unspecified prefixes. This addresses the issue in #193.

Do help look through the phrasing for how i addressed the above issue as it may not be the most complete.

Attached below is my email to prof Damith verifying that the above bug fix does not violate the feature freeze.

image

The second commit entails the following minor UG changes:

  • Ensuring all sentences have full stops.
  • All duplicate information already included in the parameter table
    have been removed.
  • Minor grammar mistakes corrected.
  • Update Undo and Redo sections to inform users that exiting the app
    will prevent them from undoing or redoing their previous actions.

Made changes to the format method in Messages.java to add patient fields
if the person to be added/deleted is a patient.

Updated UG for adding patient and doctors to remove duplicate
information already mentioned in the parameters table as well as
potential errors when adding unspecified prefixes.
@kohkaijie kohkaijie added this to the v1.4 milestone Nov 10, 2023
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Merging #217 (5e3885d) into master (c6594dd) will increase coverage by 0.08%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #217      +/-   ##
============================================
+ Coverage     72.20%   72.28%   +0.08%     
- Complexity      724      725       +1     
============================================
  Files           112      112              
  Lines          2547     2555       +8     
  Branches        274      275       +1     
============================================
+ Hits           1839     1847       +8     
  Misses          601      601              
  Partials        107      107              
Files Coverage Δ
src/main/java/seedu/address/logic/Messages.java 70.58% <100.00%> (+9.04%) ⬆️

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

Minor UG changes including:
- Ensuring all sentences have full stops.
- All duplicate information already included in the parameter table
have been removed.
- Minor grammar mistakes corrected.
- Update Undo and Redo sections to inform users that exiting the app
will prevent them from undoing or redoing their previous actions.
Copy link

@cmHuang777 cmHuang777 left a comment

Choose a reason for hiding this comment

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

Looks good overall, thanks for fixing the details!

Copy link

@Mohammed-Faizzzz Mohammed-Faizzzz left a comment

Choose a reason for hiding this comment

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

Looks Good!

@Mohammed-Faizzzz Mohammed-Faizzzz merged commit 4fa3adc into AY2324S1-CS2103T-T09-3:master Nov 11, 2023
5 checks passed
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.

None yet

3 participants