Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Manage therapy - add prescription [GROUP 1] #15

Open
almeida1492 opened this issue Sep 30, 2024 · 0 comments
Open

Implement Manage therapy - add prescription [GROUP 1] #15

almeida1492 opened this issue Sep 30, 2024 · 0 comments

Comments

@almeida1492
Copy link
Collaborator

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

@ArnaudFonzam ArnaudFonzam changed the title Implement Manage therapy - add prescription Implement Manage therapy - add prescription GROUP[1] Oct 17, 2024
@ArnaudFonzam ArnaudFonzam changed the title Implement Manage therapy - add prescription GROUP[1] Implement Manage therapy - add prescription [GROUP 1] Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant