libreconnect / backend

MIT License
13 stars 0 forks source link

Implement Display of Accessible Ressources for a Professional #24

Open NathaelB opened 2 weeks ago

NathaelB commented 2 weeks ago

When a professional sends a GET request to the /v1/patients/{patient.id} endpoint, they should be able to see not the the basic patient information but also on overview of additional resources they have access to, such as glycemia data, insulin boluses, meals consumed, and treatments. This will help avoid unnecessary requests for resources the professional does not have access to.

Objectives

Technical Details

Acceptance Criteria

Impact

This enhancement will improve the user experience for professionals by making the accessible data more transparent without the need to attempt accessing each resource individually. It will also help optimize server resource usage by reducing the number of unnecessary requests.

Tasks