AY2324S1-CS2103T-T08-1 / tp

MIT License
0 stars 5 forks source link

appointment bugs #170

Closed derekjxtan closed 10 months ago

derekjxtan commented 11 months ago

Fix this list after finishing the rest of the implementations. add to this list if any further bugs are found.

  1. list_a error message missing space before 'dic', missing newline before parameters, missing working example

    image
  2. add_a start time = end time shows: end time cannot be before start time

  3. add_a error message missing new line before parameters, missing working example

  4. Nric with missing too missing numbers shows: NRIC should only contain alphanumeric characters and it should not be blank (NRIC bug, will move this out of here afterwards)

  5. Mismatch between error messages for view_a -1 and view_a 10000. (not isolated to appointment, whether to treat this as a bug is tbc, just need to ensure that user guide reflects accordingly)

  6. remark_a incorrect success message.

    image
yanghengtang commented 10 months ago

Pointer 1,2,3,6 resolved in #179 and #182

yanghengtang commented 10 months ago

all issues resolved