AY2324S1-CS2103T-T08-1 / tp

MIT License
0 stars 5 forks source link

BugFix: Message usage bugs #179

Closed mounilsankar closed 10 months ago

mounilsankar commented 10 months ago

Closes #178

  1. Standardised the message usage for add_p/add_d/add_a commands
  2. Standardised the message usage and example in other commands with the example in user guide
codecov[bot] commented 10 months ago

Codecov Report

Merging #179 (adbb9ce) into master (216f211) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #179   +/-   ##
=========================================
  Coverage     80.46%   80.46%           
  Complexity      904      904           
=========================================
  Files           132      132           
  Lines          2729     2729           
  Branches        263      263           
=========================================
  Hits           2196     2196           
  Misses          500      500           
  Partials         33       33           
Files Coverage Δ
.../address/logic/commands/AddAppointmentCommand.java 100.00% <ø> (ø)
...seedu/address/logic/commands/AddDoctorCommand.java 100.00% <ø> (ø)
...eedu/address/logic/commands/AddPatientCommand.java 100.00% <ø> (ø)
...dress/logic/commands/DeleteAppointmentCommand.java 100.00% <ø> (ø)
...du/address/logic/commands/DeleteDoctorCommand.java 100.00% <ø> (ø)
...u/address/logic/commands/DeletePatientCommand.java 100.00% <ø> (ø)
...address/logic/commands/ViewAppointmentCommand.java 100.00% <ø> (ø)
...eedu/address/logic/commands/ViewDoctorCommand.java 100.00% <ø> (ø)
...edu/address/logic/commands/ViewPatientCommand.java 100.00% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more