Pixilib / GaelO_Flow_Frontend

Frontend for GaelO Flow
MIT No Attribution
1 stars 0 forks source link

[AccordionPatient] : Add Callbacks and Modals for Buttons #265

Closed remixxx31 closed 2 months ago

remixxx31 commented 4 months ago

[AccordionPatient:] Add Callbacks and Modals for Buttons

Checklist

Implementation Details

  1. Add callbacks in the AccordionPatient component for the Edit and Delete buttons.
  2. Create a new PatientEditModal component to handle patient editing.
  3. ImplementConfirmationModal component to handle delete confirmation.
  4. Ensure the ConfirmationModal triggers an API call to delete the patient upon confirmation.