Commit Graph

69 Commits

Author SHA1 Message Date
5ec62c1081 code cleanup 2025-09-24 10:37:34 +02:00
1d7e508f1a finished implementation of tag loading when loading project tasks 2025-09-24 10:27:43 +02:00
dc76ba32e2 css fix 2025-09-23 22:28:08 +02:00
ccde6e3e1d working on color customization 2025-09-23 21:59:23 +02:00
44fa27d489 moved description a bit down 2025-09-23 15:58:31 +02:00
236c173ecc implemented task.total_prio:
- is dependent on the manually set priority of the task
- increases within 100 days before the due date of a task
2025-09-23 09:19:19 +02:00
97c395fb38 implemented task priorities
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-22 12:11:45 +02:00
015a55082b changed project/xx/view to grid layout 2025-09-21 00:10:34 +02:00
7e52e02684 implemented adding new pages 2025-09-12 13:20:34 +02:00
f57592b322 implemented (temporary) display of closed tasks in project list 2025-09-08 11:18:08 +02:00
7478a8bdae tweaking project list 2025-09-01 17:22:02 +02:00
6031bb4445 bugfix: clicking on project in project list did not cause navigation 2025-09-01 16:47:01 +02:00
94c70eae16 minor improvements:
- page titles
- favicon
- background logo
2025-09-01 00:00:25 +02:00
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
0455c76479 implemented interruption of fetch requests if task is clicked in kanban 2025-08-25 23:13:38 +02:00
84075b4634 improved task list
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-15 00:50:08 +02:00
85ae67b72f fine-tuning notes in preparation for release
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-13 01:28:21 +02:00
8bc63a8a57 renamed MemberEditor → PermissionEditor 2025-08-08 12:51:20 +02:00
edeffc572c implemented showing members of companies 2025-08-08 12:50:26 +02:00
1ff28c5ed4 gui work
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-07 21:24:40 +02:00
2b3c67bd62 implemented reflection of kanban filter in url 2025-08-01 23:07:53 +02:00
64e925c83f completed user-defined states 2025-08-01 21:55:01 +02:00
0511faa342 working on extended states
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-01 20:48:12 +02:00
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
c57da0a891 working on user-defined states 2025-07-31 20:55:03 +02:00
956085c7d3 working on custom states for projects 2025-07-31 17:21:09 +02:00
8446f1e08f implemented deletion and updating of notes 2025-07-30 21:00:18 +02:00
fccec9865a code cleanup 2025-07-30 15:35:19 +02:00
a77efb4e41 code improvements
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-29 13:15:40 +02:00
65df45482f implemented adding notes to projects and tasks
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-28 22:50:08 +02:00
4a7547b82e bugfix: project list broke when no companies were available 2025-07-28 15:21:36 +02:00
57b68015c3 improved tag handling 2025-07-28 14:22:34 +02:00
382eae000c started to implement project tagging, was interrupted.
next on: saving tags for user = null
2025-07-28 08:49:44 +02:00
0aa7aa67dc working on kanban filter and tag sorting 2025-07-28 00:45:09 +02:00
e59e40b809 working on tagging system 2025-07-27 23:37:23 +02:00
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
65102df091 improving gui details
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-27 14:02:23 +02:00
be594b3d8f fine-tuning kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-27 13:49:43 +02:00
8b7ad60a38 fine-tuning kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-27 13:27:02 +02:00
770f2aab5b kanban no longer showing tasks having no_index flag 2025-07-27 13:14:50 +02:00
2fa95d38c5 implemented editing of task`s 'no index' field 2025-07-27 12:59:32 +02:00
ac45517d7f implemented deletion of tasks
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-27 12:46:16 +02:00
e6516f3b8d re-arrenged components
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-27 12:04:54 +02:00
2ce9ebbc6d kanban bugfixes & improvements 2025-07-27 02:02:00 +02:00
880fed250b first kanban view working 2025-07-27 00:12:26 +02:00
6599b08990 loading tasks 2025-07-26 22:56:40 +02:00
91aa421ae9 implemented various task features:
- saving on CTRL+S
- editing of
    - start date
    - due date
    - members
2025-07-26 21:23:58 +02:00
fd906dff01 improved css, implemented setting task state directly in project tree 2025-07-25 23:40:22 +02:00
3d81ddd3c5 improved handling of null values when mapping entities to json 2025-07-25 23:02:54 +02:00
be0435db1b working on form to add subtask 2025-07-25 20:11:19 +02:00