Commit Graph

27 Commits

Author SHA1 Message Date
d93d7e3dcc Fixed the login unit test. 2026-03-17 21:43:19 +00:00
37de640317 Change the redirect behaviour so that the the asp.net applcation doesn't attempt to do naughty cors things. 2026-03-17 21:10:24 +00:00
40a3b657d9 Working on getMyAssignments 2026-03-16 22:39:01 +00:00
7048594ea9 Working on adding icons to the tasks, and started working on the tasks page 2026-03-14 14:30:35 +00:00
55d1beadbc Now able to delete a workflow tamplate completely. 2026-03-12 23:45:45 +00:00
44ada3f332 Refactored the IOutcomes to be completely data driven on the UI now. 2026-03-12 18:23:10 +00:00
8afe7ac5a0 More work on the workflow processing engine, removed the predecessors, and have change the architecture to progress based on IOutcome<T> only. 2026-03-11 22:44:22 +00:00
ad8363b5d6 Now able to create an activity instance. Will send a message to progress the instance after creation. 2026-03-09 22:39:51 +00:00
a9d5e13c2e Nuget update, started working on the ability to create acivities 2026-03-04 22:39:46 +00:00
aedae6b80c Started working on the runtime engine for the activities 2026-03-03 20:28:07 +00:00
839062db74 Added support for put operations for editing a workflow template version 2026-03-02 22:42:44 +00:00
e9616b18ee Able to load the latest workflow template for editing 2026-02-27 10:49:21 +00:00
e7eaed742e Added ability to metadata for all task types, not just a select list. 2026-02-25 20:15:15 +00:00
737d3e4d08 Move work on workflows 2026-02-17 11:26:44 +00:00
52ba6ee606 Added the taskMetadata workflow endpoint 2026-02-12 00:40:16 +00:00
e59430c077 Made AlreadyClosed exception no long throw an exception, as it's already dealt with. 2026-02-11 09:37:55 +00:00
af02ede4e3 Work towards implementing a workflow template editor 2026-02-09 22:07:37 +00:00
17aea93370 More refactoring and more work towards implementing the workflowtemplate controller 2026-02-05 22:09:48 +00:00
1a82958300 Nuget updated.
Removed unneeded references to autofac
added stub for workflow controller.
2026-02-04 18:41:28 +00:00
b77c3e867f Language tweaks and fixes 2026-02-03 18:22:31 +00:00
39a4f46b5b Support added for translations in the ASP.net razor views. 2026-02-03 16:32:50 +00:00
e062d15101 Change the ASP.net pages to return partial views, and be compatible with the htmlIslands react component. 2026-02-02 23:17:46 +00:00
90b23f939c Added a fleshed out patch mechanism and implemented two Rest Patch methods. 2026-01-28 23:47:32 +00:00
ef42434d60 Refactored IocRegistration now compiles and executes properly 2026-01-26 22:24:24 +00:00
6eb614c523 Refactored the Dependency Injection to use a whitelist of modules in the appsettings.json 2026-01-22 17:19:21 +00:00
ae2f08d4ba Tidied up using clauses 2026-01-21 12:20:27 +00:00
5aa0151c59 Initial commit 2026-01-20 21:50:10 +00:00