You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use MUI components for inputs (look at the prototype).
Entering the page, save an empty prescription: POST /therapies/:id/prescription
When adding prescription-times, call api: POST /prescriptions/:id/prescription-times; for edit: PUT /prescription-times/:id; if you think it’s useful, also implement a button for removing prescription-times, by calling: DELETE /prescription-times/:id
At the end, save prescription using PUT /prescriptions/:id
The text was updated successfully, but these errors were encountered:
ArnaudFonzam
changed the title
Implement Manage therapy - add prescription
Implement Manage therapy - add prescription GROUP[1]
Oct 17, 2024
ArnaudFonzam
changed the title
Implement Manage therapy - add prescription GROUP[1]
Implement Manage therapy - add prescription [GROUP 1]
Oct 17, 2024
https://www.figma.com/design/u3QbbGOEuDUcnEZSngo9EG/Oh---MediMemo-UI?node-id=46-605&t=u43PhigeIpmrmstf-4
Use MUI components for inputs (look at the prototype).
Entering the page, save an empty prescription: POST /therapies/:id/prescription
When adding prescription-times, call api: POST /prescriptions/:id/prescription-times; for edit: PUT /prescription-times/:id; if you think it’s useful, also implement a button for removing prescription-times, by calling: DELETE /prescription-times/:id
At the end, save prescription using PUT /prescriptions/:id
The text was updated successfully, but these errors were encountered: