Commit Graph

10 Commits

Author SHA1 Message Date
NPS Agent be26e8b78d Created Cally 2026-05-21 15:49:36 +10:00
NPS Agent fd84caef63 Deleting user now works, and forces you to allocate tasks from each user to another user before deleting them 2026-05-13 10:40:57 +09:30
NPS Agent abb6402f86 Added esc functionality to open windows, added 'n' keybind to create new tasks, fixed Accounts and settings page to allow for edits to be made as well as profile picture to be updated 2026-05-13 09:55:19 +09:30
NPS Agent b0fd767c80 Changed it so that tasks can be dragged and reordered, as well as having tasks breathe to leave a space where the task will go when you let go 2026-05-12 12:31:44 +09:30
NPS Agent 62cfeb0da4 Created ability for Admins to review deleted tasks and restore them if needed 2026-05-12 09:53:51 +09:30
NPS Agent 60a1cf1b67 Created update button for workspace settings -- these include TIMEZONE and WORKSPACE NAME 2026-05-12 09:42:03 +09:30
NPS Agent 69588de82c Fixed password settings so that changed passwords actually work and I can actually change the passwords 2026-05-11 16:23:05 +09:30
NPS Agent 39d26be447 Workspace white screen error resolved, issue was when we migrated from the local SQLite database to the Client-Server architecture during Phase 2, we didn't implement backend endpoints for adding, updating, or deleting users. Because the app.jsx file had nowhere to send those requests, the buttons didn't do anything 2026-05-11 15:23:49 +09:30
NPS Agent 49dc767922 Fixed react refresh bug and fixed white background when clicking on task which was a TASK_AUDIT hangover from react local storagedb now pointing too python fastapi 2026-05-11 14:04:13 +09:30
David b1b621bc4a Initial commit -- just started to factor and implement python fast API backend 2026-05-11 12:48:35 +10:00