cb70c0a45a
feat(auth): Implements user API and fixes login flows.
...
- Adds new API functions for user management (createUser, etc.). - Fixes multiple bugs that prevented administrator login and broke the project build.
2025-10-01 23:17:39 -03:00
5655d0c607
feat(auth): implement user profile and access control
...
Adds user profile data fetching after login and protects the Doctors page so only administrators can access it.
2025-10-01 22:50:44 -03:00
84cb4c36eb
feat(api): add doctors and patients API integration
2025-09-30 13:57:43 -03:00
5030ae38d0
" "
2025-09-25 11:10:20 -03:00
f14643fa6a
feat(ui): implements a visualization mode and standardizes the layout for patients, physicians, and appointments
2025-09-25 02:09:47 -03:00
ab422746c8
feat(consultas, deps): Creates query page and adds dependencies
...
- Creates new query management page at /queries with view and delete functionality (frontend).
- Adds react-quill and react-signature-canvas libraries.
- Moves patient and doctor pages out of /dashboard nesting.
- Updates the sidebar to reflect the new routes, fixing 404 errors.
2025-09-24 03:05:15 -03:00