My to-dos
Your own queue, pulled together from SOP runs and anything assigned to you directly. One list rather than five places to check.
Not connected to a database
This is the queue an administrator works from. FeelOrganized has no Supabase project behind it yet, so there is nothing to read and nothing to save to. The schema and the access rules this screen runs on are written and tested, in sql/. Adding the environment variables switches this screen on with no code change.
Your queue is empty
Items land here when an SOP run assigns you a step, a clinician sends something back, or a colleague hands work over.
Waiting on: a Supabase project
What lives here
- Due and overdue first, with the practice each item belongs to on the row.
- Items created by SOP runs carry a link back to the step and the procedure that produced them.
- Handing an item to someone else keeps the history, so the trail does not restart.
- Completing an item writes to the audit log with your name on it.