AY2324S1-CS2103T-T08-1 / tp

MIT License
0 stars 5 forks source link

Remark Appointment/Patient/Doctor bug: Message displayed on result box #180

Closed yanghengtang closed 1 year ago

yanghengtang commented 1 year ago

Hi @kimshitong @mounilsankar @cheeggered ,

We need to discuss the MESSAGE_ADD_REMARK_SUCCESS

Currently it is: Appointment

Screenshot 2023-11-01 at 8 00 57 PM

Doctor

Screenshot 2023-11-01 at 8 03 02 PM

Patient

Screenshot 2023-11-01 at 8 02 14 PM

Also for MESSAGE_DELETE_REMARK_SUCCESS

Appointment

Screenshot 2023-11-01 at 8 06 42 PM

Doctor

Screenshot 2023-11-01 at 8 07 30 PM

Patient

Screenshot 2023-11-01 at 8 08 03 PM

The issue now is we are displaying the toString() of the entity objects, can we indicate which entity by name or by index instead?