adarshachara / RocketMedecin

0 stars 2 forks source link

Appointment (Hospital) #79

Open RAJESHVASUMURTHY opened 4 years ago

RAJESHVASUMURTHY commented 4 years ago

View Accept Cancel functionality is not working need to give Hospital button to go back

image.png

kr-ambuj commented 4 years ago

There is development needed on this, we have not decided on what will happen on clicking any of these buttons. For View button get appointment API is there, discussion needed on Accept and Cancel.

kr-ambuj commented 4 years ago

As per the discussion, the View button will display the appointment details based on the Get request of Appointment (already present). The Accept button should be removed and the Cancel button should update the appointment status to Cancelled with an appropriate reason. There will be a DB update to store the Cancelled reason. Once done I will work on the API for Cancel.