a9494742bd
Added the Dashy Dev service to the repo as well
NPS Agent
2026-05-18 11:45:14 +09:30
a17aafbbc9
Sessions now update live across all users and devices
NPS Agent
2026-05-18 11:41:02 +09:30
75c6614e81
Fix the ability for admins to be able to edit other users information AFTER the user already exists
NPS Agent
2026-05-13 10:54:34 +09:30
66545db312
When creating a new user it asks for all information (Phone number, email address, name and role) instead of just name and role
NPS Agent
2026-05-13 10:47:44 +09:30
fd84caef63
Deleting user now works, and forces you to allocate tasks from each user to another user before deleting them
NPS Agent
2026-05-13 10:40:57 +09:30
ee5f55bc8e
Fixed issue where when a task was dropped outside of a task list it would dissappear, now it just returns to where it was picked up from
NPS Agent
2026-05-13 10:04:18 +09:30
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
NPS Agent
2026-05-13 09:55:19 +09:30
cf3e4cfe41
Allowed tasks to be moved freely up and down the order, made private windows display in vertical columns rather then horizontal and made both screens display tasks in the SAME order
NPS Agent
2026-05-12 13:21:44 +09:30
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
NPS Agent
2026-05-12 12:31:44 +09:30
84592b8b3b
Changed login screen to ask for username and password instead of displaying staff name
NPS Agent
2026-05-12 11:21:09 +09:30
7545d1da47
Search function added to audit logs for admins
NPS Agent
2026-05-12 10:19:19 +09:30
5968294081
Search function added
NPS Agent
2026-05-12 10:15:34 +09:30
1edde60317
Ability for admins to edit user titles
NPS Agent
2026-05-12 10:07:19 +09:30
62cfeb0da4
Created ability for Admins to review deleted tasks and restore them if needed
NPS Agent
2026-05-12 09:53:51 +09:30
60a1cf1b67
Created update button for workspace settings -- these include TIMEZONE and WORKSPACE NAME
NPS Agent
2026-05-12 09:42:03 +09:30
62d431818a
When a new user is added, it now gives them a column -- as well as when you remove a user it deletes their column and moves all tasks to ROD
NPS Agent
2026-05-12 09:32:56 +09:30
6bcea3ee5d
Nginx now listens for path /api and redirects internally, changed BaseURL to use /api, AND patched security authentication issue for POST and GET requests to the uvicorn service
NPS Agent
2026-05-12 09:22:59 +09:30
69588de82c
Fixed password settings so that changed passwords actually work and I can actually change the passwords
NPS Agent
2026-05-11 16:23:05 +09:30
13e92e2b27
Made the ability to edit tasks and removed the placeholder notes and reminders from each task
NPS Agent
2026-05-11 15:38:30 +09:30
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
NPS Agent
2026-05-11 15:23:49 +09:30
d959c89d5f
Made reopen button for completed tasks
NPS Agent
2026-05-11 14:33:14 +09:30
4d7541caca
implemented a marked as complete button
NPS Agent
2026-05-11 14:24:21 +09:30
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
NPS Agent
2026-05-11 14:04:13 +09:30
3825c7556b
first run after refactor of back and frontends
NPS Agent
2026-05-11 13:42:26 +09:30
84d36826bc
adding progress file prior to migration
David2026-05-11 13:14:45 +10:00
b1b621bc4a
Initial commit -- just started to factor and implement python fast API backend
David2026-05-11 12:48:35 +10:00