Commit Graph
100 Commits
Author SHA1 Message Date
StephanRichter 5d506ac0f9 introduced ModuleRegistry to easy inter-module dependencies 2025-08-09 13:48:09 +02:00
StephanRichter 1d569b4962 optimized imports 2025-08-09 12:39:27 +02:00
StephanRichter 8c08af39fe implemented table creation 2025-08-08 23:40:39 +02:00
StephanRichter 898729bad8 cleanup 2025-08-08 23:33:27 +02:00
StephanRichter ebe0cf7c57 implemented editing members of company 2025-08-08 23:33:04 +02:00
StephanRichter 8bc63a8a57 renamed MemberEditor → PermissionEditor 2025-08-08 12:51:20 +02:00
StephanRichter edeffc572c implemented showing members of companies 2025-08-08 12:50:26 +02:00
StephanRichter c4b4088620 implemented endles scrolling on bookmark list page
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-07 23:53:40 +02:00
StephanRichter 1ff28c5ed4 gui work
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-07 21:24:40 +02:00
StephanRichter b127c9fa82 implemented creation of companies
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-07 21:07:42 +02:00
StephanRichter 5de24db209 added GUI files
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-07 15:44:35 +02:00
StephanRichter 98ae959b7c Merge branch 'dev' into module/company 2025-08-07 15:43:19 +02:00
StephanRichter ddd947b886 moved doOptions to BaseHandler, so implementing it in each module is no longer required 2025-08-07 15:42:31 +02:00
StephanRichter abfed21393 working on company editing
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-07 15:42:01 +02:00
StephanRichter 19f9f466b8 preparing company module gui 2025-08-06 13:36:16 +02:00
StephanRichter a450ef97b8 improvemnts:
- ordering of bookmarks
- limitation of bookmarks on index page
- date for bookmarks that did not have a date before the transition
2025-08-06 01:55:59 +02:00
StephanRichter 6f1fdc1f95 implemented transition from old bookmark database (tags.db) to separate database for bookmarks and tags 2025-08-06 01:22:25 +02:00
StephanRichter deb9a7b5c7 started first part of transition: importing bookmarks from tags.db to bookmarks.db
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-05 20:22:03 +02:00
StephanRichter 023401f9f9 added scheme for db transition 2025-08-05 08:42:17 +02:00
StephanRichter 41cab2e594 preparing for import of old database 2025-08-04 23:23:58 +02:00
StephanRichter 20e91f5b2a completed task index
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-04 22:58:44 +02:00
StephanRichter 1a9ce502b5 working on the task index page
next:
* creating links to open/close/abort tasks
* link to task/X/edit should show settings
2025-08-04 17:55:17 +02:00
StephanRichter 983f1bac49 working on task index 2025-08-04 08:50:40 +02:00
StephanRichter 8eef37eb1a template work 2025-08-03 23:28:59 +02:00
StephanRichter d7fe16c46e implemented sharing of bookmarks 2025-08-03 22:42:37 +02:00
StephanRichter 783eaf3303 implemented /bookmark/<ID>/view 2025-08-03 15:30:00 +02:00
StephanRichter b041e4e9be implemented tagging of bookmarks 2025-08-03 14:25:25 +02:00
StephanRichter 6de65f3070 overhaule db layout, so we have LONG values as keys 2025-08-03 14:03:40 +02:00
StephanRichter e6c70a13b1 Merge branch 'dev' into modules/bookmark 2025-08-03 13:36:58 +02:00
StephanRichter 8ac30b6391 renamed parameter 2025-08-03 13:11:40 +02:00
StephanRichter eac9eaeb9f implemented loading of bookmarks and bookmark list 2025-08-03 13:07:11 +02:00
StephanRichter 61b5a6ffbb implemented storing of bookmarks
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-02 22:48:49 +02:00
StephanRichter d1b8d1a062 Merge branch 'dev' into modules/bookmark 2025-08-02 20:34:49 +02:00
StephanRichter d7687373a6 import optimization, minor css improvement 2025-08-02 20:34:14 +02:00
StephanRichter 125a8c2266 prepared database for bookmark service 2025-08-02 20:28:56 +02:00
StephanRichter fd107546d8 staretd new module for bookmarks 2025-08-01 23:36:42 +02:00
StephanRichter 947187224f improved translation
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-01 23:25:00 +02:00
StephanRichter 2b3c67bd62 implemented reflection of kanban filter in url 2025-08-01 23:07:53 +02:00
StephanRichter d0d7baccf0 implemented swapping of project/task states
such that the state order is now
* pending
* open
* started
* complete
* cancelled
2025-08-01 23:07:02 +02:00
StephanRichter eed0ce0e8e working on hamonization of db implementations
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-01 22:18:44 +02:00
StephanRichter 64e925c83f completed user-defined states 2025-08-01 21:55:01 +02:00
StephanRichter 0511faa342 working on extended states
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-01 20:48:12 +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 956085c7d3 working on custom states for projects 2025-07-31 17:21:09 +02:00
StephanRichter b8b93fe925 intermediate 2025-07-31 16:48:19 +02:00
StephanRichter 6b6e5f60bc solved issues when moving tasks 2025-07-31 08:41:40 +02:00
StephanRichter bad323b7cc working on drag an drop of tasks. this is tricky.
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-31 00:52:19 +02:00
StephanRichter 99fa2ab1ce prevented deletion of tasks with subtasks 2025-07-30 23:16:24 +02:00
StephanRichter c5f7fd8ec0 completed list of tag uses (for now) 2025-07-30 23:01:05 +02:00
StephanRichter a3723138c1 working on tak use list
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-30 22:15:41 +02:00
StephanRichter 166e65d369 preparing to list uses of tag 2025-07-30 21:28:19 +02:00
StephanRichter 8446f1e08f implemented deletion and updating of notes 2025-07-30 21:00:18 +02:00
StephanRichter 3dab95691b implemented deleting of notes 2025-07-30 20:37:08 +02:00
StephanRichter e08bcf17a5 implemented editing of notes
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-30 18:48:29 +02:00
StephanRichter fccec9865a code cleanup 2025-07-30 15:35:19 +02:00
StephanRichter 631a527a5d code cleanup 2025-07-30 09:03:47 +02:00
StephanRichter a77efb4e41 code improvements
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-29 13:15:40 +02:00
StephanRichter 90a936b07f cleaning up javascript code 2025-07-29 09:01:37 +02:00
StephanRichter 89abbf5c62 minor change 2025-07-28 23:29:44 +02:00
StephanRichter 3a348ddce1 worked on notes 2025-07-28 23:21:19 +02:00
StephanRichter 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
StephanRichter 325dffa3fe working on notes 2025-07-28 21:31:26 +02:00
StephanRichter 6600b6fd27 preparing notes module (backend)
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-28 18:22:13 +02:00
StephanRichter 378ef640d9 extending session whenever tags are queries – should be the case on most pages 2025-07-28 16:32:07 +02:00
StephanRichter 4e9f15c6a3 improvement: inheriting tags from project and parent tasks
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-28 15:22:26 +02:00
StephanRichter 4a7547b82e bugfix: project list broke when no companies were available 2025-07-28 15:21:36 +02:00
StephanRichter 57b68015c3 improved tag handling 2025-07-28 14:22:34 +02:00
StephanRichter 382eae000c started to implement project tagging, was interrupted.
next on: saving tags for user = null
2025-07-28 08:49:44 +02:00
StephanRichter 0aa7aa67dc working on kanban filter and tag sorting 2025-07-28 00:45:09 +02:00
StephanRichter 2bd7270f83 implemented deletion of tags upon deletion of task 2025-07-28 00:13:41 +02:00
StephanRichter e59e40b809 working on tagging system 2025-07-27 23:37:23 +02:00
StephanRichter 4f54276e8f working on tag module 2025-07-27 22:56:27 +02:00
StephanRichter acf2e6cc3a extended translation
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-27 15:01:05 +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 65102df091 improving gui details
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-27 14:02:23 +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
StephanRichter 91aa421ae9 implemented various task features:
- saving on CTRL+S
- editing of
    - start date
    - due date
    - members
2025-07-26 21:23:58 +02:00
StephanRichter 58986a5c59 implemented extended settings on task 2025-07-26 20:42:18 +02:00
StephanRichter 81fb085245 implemented status change from task view
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-26 00:08:55 +02:00
StephanRichter 1e66ad4216 css work
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-26 00:02:20 +02:00
StephanRichter 7b93b81173 added state buttons to task list
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-25 23:54:14 +02:00
StephanRichter fd906dff01 improved css, implemented setting task state directly in project tree 2025-07-25 23:40:22 +02:00
StephanRichter 3d81ddd3c5 improved handling of null values when mapping entities to json 2025-07-25 23:02:54 +02:00
StephanRichter 01a7389665 working on editing of tasks
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-25 22:14:46 +02:00
StephanRichter 5bc84f1321 implemented task editing right from the project list
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-25 22:03:53 +02:00
StephanRichter be0435db1b working on form to add subtask 2025-07-25 20:11:19 +02:00
StephanRichter 8c7921b1c4 implemented adding sub tasks 2025-07-25 15:23:38 +02:00
StephanRichter adf7166bce working on task display 2025-07-25 14:43:29 +02:00
StephanRichter 8dfa3c7a46 implemented storing of tasks extended fields 2025-07-25 14:38:11 +02:00
StephanRichter 10eff7a88f working on translations 2025-07-25 14:23:51 +02:00
StephanRichter aff0614d2e working on task creation form 2025-07-25 08:48:43 +02:00