From 67553e1ca47eac9fb867a7f5d542bc4faa4dbee4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 31 Dec 2022 17:31:46 +0100 Subject: [PATCH] update todo --- Workfiles/Projects/jingga/PROJECT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Workfiles/Projects/jingga/PROJECT.md b/Workfiles/Projects/jingga/PROJECT.md index 6efa2e2..ac5f893 100644 --- a/Workfiles/Projects/jingga/PROJECT.md +++ b/Workfiles/Projects/jingga/PROJECT.md @@ -261,6 +261,7 @@ Todos/tasks which are not important enough to be part of the milestones (or don' | medium | UI select | Bind data to select options such as visible elements and data pre-fills. When an option is selected certain ui elements become visible and get filled out with default values. | | medium | phpOMS | Implement Redis / memcached sessions | | medium | Knowledgebase | Add org ID to wiki app (optional) and add a default flag. In the backend load the default wiki app for the current organization `$this->app->orgId` | +| medium | Media | Localized images (e.g. shop page which shows images based on language and/or maybe even country). | | medium | Tasks | Allow to create a reminder for a task (e.g. small bell next to the user name which highlights the task/removes the has_seen flag + says somewhere you got remindered) | | medium | Tasks | Create different overviews list by date + list by priority (very high + next day, high + next 2 days, medium + next 5 days, low + next 10 days, very low + remaining). Of course the grouping may change based on how long ago the creation date is. | | medium | Tasks | Show stats at the top (e.g. open, in progress, maybe even open high priority) |