Commit Graph

48 Commits

Author SHA1 Message Date
StephanRichter c05f24cd7c finished project tree update on task edit, added update of task view on task edit 2025-12-20 16:29:16 +01:00
StephanRichter 5a1c8e1438 working on project tree update upon task creation/deletion/update 2025-12-20 15:11:18 +01:00
StephanRichter 711addd75c updating kanban on
* task creation
* task update
* task deletion
2025-12-20 13:51:06 +01:00
StephanRichter 78cae4644d simplified kanban:
Before this change tasks were resorted on drop. By introduction of server-sent events, this is no longer required, as resorting also happens triggered by the server side.
2025-12-20 13:21:17 +01:00
StephanRichter 851df52458 re-ordering methods 2025-12-20 13:16:14 +01:00
StephanRichter bd2fb255d2 first working version with event reception in kanban 2025-12-20 00:43:01 +01:00
StephanRichter 3b3803dafa working on event reception in Kanban 2025-12-19 16:07:30 +01:00
StephanRichter a898e5eaa2 fixed broken "add task" buttons in Kanban 2025-12-09 10:21:39 +01:00
StephanRichter c37df2ddec added priority colors for tasks in custom state
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-26 08:47:23 +01:00
StephanRichter 0486289beb hotfix: no longer display user ids in kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-21 14:14:06 +01:00
StephanRichter 772bb097d4 refactord user sorting in kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-21 13:48:36 +01:00
StephanRichter 7538103f84 working on better user ordering
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-21 12:48:14 +01:00
StephanRichter 79c633501f now showing current user atop in kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-19 15:21:11 +01:00
StephanRichter 8e10909c81 preparing to make items/locations referencable
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-03 08:43:07 +01:00
StephanRichter c42c9142a1 clicking card in kanban now opens task in new tab/window 2025-10-17 08:48:09 +02:00
StephanRichter f1a9d68320 altered caption of hide button in kanban 2025-10-16 09:30:08 +02:00
StephanRichter fa0f386439 minor tweak: links in markdown shown in kanban are now opened in a new tab
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-15 21:39:20 +02:00
StephanRichter 18fdba2346 Merge branch 'main' into module/projects 2025-10-07 10:37:51 +02:00
StephanRichter beacb96536 added project description to kanban view 2025-10-07 10:37:36 +02:00
StephanRichter 210aa8500c Merge remote-tracking branch 'origin/dev' into dev 2025-10-06 21:50:29 +02:00
StephanRichter 8bc12cff2d implemented archiving tasks from kanban 2025-10-06 21:49:41 +02:00
StephanRichter f5ea613991 implemented saving bookmarks from Kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-06 11:28:44 +02:00
StephanRichter 36fdcd77ba preparing for task archival 2025-10-06 08:50:41 +02:00
StephanRichter 2463f92b1c refactored more error code 2025-09-26 21:10:19 +02:00
StephanRichter 5ec62c1081 code cleanup 2025-09-24 10:37:34 +02:00
StephanRichter 1d7e508f1a finished implementation of tag loading when loading project tasks 2025-09-24 10:27:43 +02:00
StephanRichter ccde6e3e1d working on color customization 2025-09-23 21:59:23 +02:00
StephanRichter 94c70eae16 minor improvements:
- page titles
- favicon
- background logo
2025-09-01 00:00:25 +02:00
StephanRichter cc89bada3a no longoer showing tasks with "no index" flag in kanban view
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-25 23:22:16 +02:00
StephanRichter 0455c76479 implemented interruption of fetch requests if task is clicked in kanban 2025-08-25 23:13:38 +02:00
StephanRichter 2b3c67bd62 implemented reflection of kanban filter in url 2025-08-01 23:07:53 +02:00
StephanRichter 64e925c83f completed user-defined states 2025-08-01 21:55:01 +02:00
StephanRichter 2813fed670 working on user-defined project states and task states
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-01 08:49:05 +02:00
StephanRichter c57da0a891 working on user-defined states 2025-07-31 20:55:03 +02:00
StephanRichter 8446f1e08f implemented deletion and updating of notes 2025-07-30 21:00:18 +02:00
StephanRichter fccec9865a code cleanup 2025-07-30 15:35:19 +02:00
StephanRichter 0aa7aa67dc working on kanban filter and tag sorting 2025-07-28 00:45:09 +02:00
StephanRichter e59e40b809 working on tagging system 2025-07-27 23:37:23 +02:00
StephanRichter 3b163a0d77 implemented task creation right from the canban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-27 14:55:10 +02:00
StephanRichter be594b3d8f fine-tuning kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-27 13:49:43 +02:00
StephanRichter 8b7ad60a38 fine-tuning kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-27 13:27:02 +02:00
StephanRichter 770f2aab5b kanban no longer showing tasks having no_index flag 2025-07-27 13:14:50 +02:00
StephanRichter 2fa95d38c5 implemented editing of task`s 'no index' field 2025-07-27 12:59:32 +02:00
StephanRichter ac45517d7f implemented deletion of tasks
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-27 12:46:16 +02:00
StephanRichter e6516f3b8d re-arrenged components
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-27 12:04:54 +02:00
StephanRichter 2ce9ebbc6d kanban bugfixes & improvements 2025-07-27 02:02:00 +02:00
StephanRichter 880fed250b first kanban view working 2025-07-27 00:12:26 +02:00
StephanRichter 6599b08990 loading tasks 2025-07-26 22:56:40 +02:00