• Joined on 2024-09-14
ColinD pushed to main at e-suite/webui 2026-02-15 23:01:59 +00:00
71e19ebc74 Fixed the white screen flashing issue.
ColinD pushed to main at e-suite/webui 2026-02-15 22:15:15 +00:00
3cc7a42f57 Started working on the assignments editor
ColinD pushed to main at e-suite/webui 2026-02-15 18:14:03 +00:00
0130a578ea The ITags capability editor is now working.
ColinD pushed to main at e-suite/webui 2026-02-15 16:57:08 +00:00
3286de24e7 Renamed the checklist input type for consistency.
ColinD pushed to main at e-suite/webui 2026-02-15 16:39:23 +00:00
a52b05037b Capability editor engine is now working and should allow me to define lots of editors for different c# interfaces, allowing composition of lots of task types.
ColinD pushed to main at e-suite/webui 2026-02-14 23:39:08 +00:00
86ebdc8b72 Refactored the code so that the capability editors have even less duplicated code
ColinD pushed to main at e-suite/webui 2026-02-14 22:56:38 +00:00
e7a084c301 Altered the default assignment code so that it is scalable.
ColinD pushed to main at e-suite/webui 2026-02-14 18:12:03 +00:00
f45f9f0b25 Added sorting to the task list.
ColinD pushed to main at e-suite/webui 2026-02-14 17:53:49 +00:00
69bb924510 Tasks how get assigned a default predecessor.
ColinD pushed to main at e-suite/webui 2026-02-14 17:04:11 +00:00
ed2ed1ac6e Swapped out the select multi implemenation to a dedicated checklist control.
ColinD pushed to main at e-suite/webui 2026-02-14 16:40:27 +00:00
1e1293f005 Fixed lots of bugs where useEffect were being triggered repeatedly.
ColinD pushed to main at e-suite/webui 2026-02-14 14:59:38 +00:00
291a391faf Tidy up of compiler warnings, also make sure that the unique naming works better.
ColinD pushed to main at e-suite/webui 2026-02-14 14:31:25 +00:00
6f49add5f7 Corrected the place where the task name is generated, it's now part of the capability editor rather than bespoke code.
ColinD pushed to main at e-suite/webui 2026-02-14 13:36:44 +00:00
f30120d448 Task validation now returns it's state when navigating away from the tab.
ColinD pushed to main at e-suite/webui 2026-02-14 12:46:50 +00:00
319d5165a5 Capability editors now validate when the task is loaded.
ColinD pushed to main at e-suite/webui 2026-02-14 12:20:32 +00:00
324bce3fc0 Added the hasErrors flag support for the general tab.
ColinD pushed to main at e-suite/webui 2026-02-14 12:12:17 +00:00
0cd3995ea0 Upgraded the form hook so that it triggers the validation after loading is set to true.
ColinD pushed to main at e-suite/webui 2026-02-14 11:26:11 +00:00
7d0a7514ad Added retry support to the HtmlIsland
ColinD pushed to main at e-suite/webui 2026-02-14 01:37:58 +00:00
0e20accee6 Changed the mouse pointer on the horizontal tabs to be the pointer.
ColinD pushed to main at e-suite/webui 2026-02-14 01:31:33 +00:00
1b4a834b19 The validation engine is now functional, and will allow the user to get a breadcrumb path to the actual problem, without being cluttered up with error messages.