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
Current design has several limitations, first of all it's simple CRUD where API is not designed to support Roles. E.g. specialist is allowed to see all appointments and update their statuses, which is nonsense. Etc...
It should be designed API first, and then logic and db schema should be redesigned appropriately.