Commit Graph

134 Commits

Author SHA1 Message Date
1b2637d89d More work on the create activity page 2026-03-04 23:04:15 +00:00
156d822cf5 Working on the create activity page 2026-03-04 22:38:53 +00:00
6f328afbf2 Now able to edit a workflow template version 2026-03-02 23:58:05 +00:00
574f254dca Now able to create a workflow template 2026-02-26 20:29:56 +00:00
22c80e82f2 More work on the visualiser 2026-02-26 17:01:29 +00:00
64dd818a62 Cleaner look for the outcomes 2026-02-26 12:40:10 +00:00
fcd0de35ea Broke out the magic numbers 2026-02-26 12:15:49 +00:00
e2f5d2dc89 The curved lines are looking clearer now 2026-02-26 12:02:05 +00:00
6e9088a7da Move work on the visualiser 2026-02-26 11:11:39 +00:00
e867e530b4 Looking even better 2026-02-26 00:21:55 +00:00
b1f502f8d7 More work on the visualiser 2026-02-25 23:55:09 +00:00
5852d1f67a More work on the visualiser 2026-02-25 23:47:19 +00:00
64c601d8c8 Basic loopback visualisation 2026-02-25 23:31:06 +00:00
53d8b3ce2c working on the visualiser 2026-02-25 22:58:56 +00:00
40e931c842 working on the visualiser 2026-02-25 22:47:00 +00:00
5fb218908d Basic flowchart without branching is working. 2026-02-25 22:06:01 +00:00
03a5e5bcea Started working on the visualiser 2026-02-25 21:48:00 +00:00
dca30cfca0 Approval steps can now be added to approval tasks 2026-02-25 20:14:30 +00:00
f1da101e4e New tasks properly marked as valid or invalid when added in a stage. 2026-02-25 18:49:13 +00:00
99dfd14ec9 validation now runs async, to allow for potential api calls whilst validating (the results of these calls should be cached to help with performance) 2026-02-25 18:39:24 +00:00
4706b78d88 Started adding support for stages 2026-02-25 17:28:47 +00:00
70e4258071 Added support for IByPassable 2026-02-25 12:36:15 +00:00
066709eddb Added the cost editor 2026-02-24 22:40:37 +00:00
083d79caaa Implemented most of the Budget capability editor
Can now delete a task from the tasks list.
2026-02-24 20:56:18 +00:00
6734e9b83a Moved the duration field into the ITask, and made it part of every task 2026-02-23 23:12:39 +00:00
fb09052476 OutcomeOfApprovalVerdict should now be working 2026-02-23 22:59:15 +00:00
a3430d221d Added the approval IOutcome<verdict> capability to the codebase. 2026-02-22 23:33:44 +00:00
5a76155e8d More translation items 2026-02-22 23:31:16 +00:00
7a4cd60a63 Lots of tanslation changes, and code refactoring 2026-02-22 23:27:36 +00:00
c7f37f2bd6 Updated lots of translations. 2026-02-22 23:24:07 +00:00
7111de88ec Couple of minor bug fixes 2026-02-20 20:03:39 +00:00
76a001b13d Removed react-toggle 2026-02-19 23:21:26 +00:00
8cda79e98b font awesome upgraded to v7 2026-02-19 23:04:24 +00:00
207248f3c3 Another package updated 2026-02-19 22:48:46 +00:00
72bae14a01 Sorted out some npm issues.
downgraded to react 18, not quite ready for react 19 yet.
Also removed some unneeded modules
2026-02-19 22:46:33 +00:00
b419993e98 Done some more upgrades 2026-02-19 21:56:24 +00:00
d96a578371 tidy up 2026-02-19 21:01:11 +00:00
91ee3b8255 Switch from Create React App to Vite 2026-02-19 20:55:13 +00:00
cd758b657f Added .lang files to the root languages to denote which locale it represents by default. 2026-02-19 11:06:26 +00:00
85bf314bc4 Updated translations using new AI Engine! 2026-02-19 10:01:54 +00:00
88d21c2101 Workingon a script to use an LLM to do the translation work. 2026-02-17 23:56:21 +00:00
f2568e1aab Raci is now working, and will be translated too. 2026-02-17 21:09:47 +00:00
9c86376fc5 Role picker is now present and seems to be working. 2026-02-17 20:48:35 +00:00
bde4247e29 Optimisations to try and lower the number of rerenders required when switching tasks 2026-02-16 22:27:29 +00:00
f530fc7efa Added a standard component for the validationErrorIcon.
Fixed a rampant re rendering issue.
2026-02-16 22:16:18 +00:00
849d0177ec SelectableList now only forces a scroll when the selected item is changed 2026-02-16 21:40:23 +00:00
b4b32dc95e The AddTaskButton is now stuck in place on the screen, so the task list will scroll instead. 2026-02-16 21:30:08 +00:00
b1d2ee70c9 Independent scrolling is now working for the TasksTab 2026-02-16 21:24:31 +00:00
a777f3157a Task validation now happens when the task is loaded into view, to ensure that the validation messages are shown properly. 2026-02-16 20:54:58 +00:00
226d402578 Improvements to the validation engine 2026-02-16 20:35:56 +00:00