Commit Graph

85 Commits

Author SHA1 Message Date
c42c9142a1 clicking card in kanban now opens task in new tab/window 2025-10-17 08:48:09 +02:00
f1a9d68320 altered caption of hide button in kanban 2025-10-16 09:30:08 +02:00
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
7809d2603a set background-color for due date
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-09 08:33:07 +02:00
18fdba2346 Merge branch 'main' into module/projects 2025-10-07 10:37:51 +02:00
beacb96536 added project description to kanban view 2025-10-07 10:37:36 +02:00
19e291ba4f Merge branch 'module/projects' into dev 2025-10-07 09:34:26 +02:00
d53992dc75 added task description to title attribute 2025-10-07 09:34:08 +02:00
210aa8500c Merge remote-tracking branch 'origin/dev' into dev 2025-10-06 21:50:29 +02:00
8bc12cff2d implemented archiving tasks from kanban 2025-10-06 21:49:41 +02:00
f5ea613991 implemented saving bookmarks from Kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-06 11:28:44 +02:00
36fdcd77ba preparing for task archival 2025-10-06 08:50:41 +02:00
b9400be8c7 added links from project view to times and files 2025-10-02 09:27:51 +02:00
2463f92b1c refactored more error code 2025-09-26 21:10:19 +02:00
e3b735bb7b replacing site-local error display by global error display 2025-09-26 15:27:20 +02:00
2a6392cd2b wirking on global error display
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-26 14:45:19 +02:00
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