issues
search
sntlln93
/
clini
Management App for Health Professionals
0
stars
1
forks
source link
Properties of Appointment should be individually editable
#25
Closed
sntlln93
closed
4 months ago
sntlln93
commented
6 months ago
Checklist
[x] ~Edit reason button, form.~
[x] ~Edit notes button, form.~
[x] ~Re-schedule appointment: date picker input.~
[x] ~Change appointment type: should be a dropdown menu that says "change to" and that should trigger the api call.~
[x] Change appointment status: same as appointment type.
Thoughts
The enpoint can, and probably, be the same. A single
PATCH /appointments/:id
should be enough.
Regarding the forms, I have to consider opening a new modal or mounting a single input+button for reason, notes and date+time.
sntlln93
commented
6 months ago
Duplicate of #11
Checklist
Thoughts
PATCH /appointments/:id
should be enough.