• Joined on 2024-09-14
ColinD pushed to main at e-suite/webui 2026-03-18 16:39:24 +00:00
5e47c8839f Replaced the custom loading code with reacts build in suspense
ColinD pushed to main at e-suite/webui 2026-03-18 13:42:05 +00:00
7d77ffab73 More language stuff
ColinD pushed to main at e-suite/webui 2026-03-18 13:41:52 +00:00
54cd9f0b38 Seperated out the sticker scss so that it's not dependent on the frame being present.
ColinD pushed to main at e-suite/webui 2026-03-18 13:41:39 +00:00
1de4ccb467 Seperated out the sticker scss so that it's not dependent on the frame being present.
ColinD pushed to main at e-suite/webui 2026-03-18 11:41:24 +00:00
ae04ff7613 Re factored the homepage, so that it's scss is explicit.
ColinD pushed to main at e-suite/webui 2026-03-18 11:29:28 +00:00
d36b051bad Made a change to the app.tsx to lazy load the routes, helping the application performance.
ColinD pushed to main at e-suite/webui 2026-03-18 11:28:47 +00:00
408a5b6457 Started working on the assignment complete engine
ColinD pushed to main at e-suite/Backend 2026-03-17 21:43:27 +00:00
d93d7e3dcc Fixed the login unit test.
ColinD pushed to main at e-suite/Backend 2026-03-17 21:10:33 +00:00
37de640317 Change the redirect behaviour so that the the asp.net applcation doesn't attempt to do naughty cors things.
ColinD pushed to main at e-suite/webui 2026-03-17 21:09:40 +00:00
39b15af5b0 Fixed the sso auto login with the htmlisland, and also fixed the extremely slow page reloads in development mode.
ColinD pushed to main at e-suite/webui 2026-03-17 20:14:14 +00:00
fe4dc828f1 Tasks page is now working
ColinD pushed to main at e-suite/Backend 2026-03-17 20:13:55 +00:00
3446e7b19f Get my assignments now working
ColinD pushed to main at e-suite/webui 2026-03-17 16:36:57 +00:00
4cf4228eed The tasks page now shows the assignee
ColinD pushed to main at e-suite/webui 2026-03-17 10:22:28 +00:00
a456fbbdbc The tasks page now display my assignments
ColinD pushed to main at e-suite/Backend 2026-03-16 23:39:18 +00:00
9d1498763c Get my Assignments is now working
ColinD pushed to main at e-suite/Backend 2026-03-16 22:39:05 +00:00
40a3b657d9 Working on getMyAssignments
ColinD pushed to main at e-suite/Backend 2026-03-16 16:27:17 +00:00
fa7c2b1f64 Now able to setup assignments and they will start when the task is started.
ColinD pushed to main at e-suite/webui 2026-03-16 15:33:04 +00:00
4ed3545e42 Added capability editor for outcome completion rules
ColinD pushed to main at e-suite/webui 2026-03-16 14:24:30 +00:00
4c8ff7378b Started simplifying the Assignee capability editor, want to make it generic and data driven
ColinD pushed to main at e-suite/Backend 2026-03-16 14:23:39 +00:00
1a064848ea Added a completion rule for assignees, so that a use can choose based on the task when the assignments are completed enough to finish the task.