From a12d91499f153699929bfdc9a26a3d416d7e3c33 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 2 Oct 2021 18:29:41 +0200 Subject: [PATCH] add todo --- Project/PROJECT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Project/PROJECT.md b/Project/PROJECT.md index b2a9f44..de63a73 100644 --- a/Project/PROJECT.md +++ b/Project/PROJECT.md @@ -210,6 +210,7 @@ Todos/tasks which are not important enough to be part of the milestones. | low | | **DataMappers**
Use `Mapper::TABLE` or string names in the mappers. At the moment both can be found. This is not concise. The `Mapper::TABLE` name is preferred in case of name changes. | | low | | **Email**
Find a way to localize some hard coded email content. Pass localization array? Manually overwrite email body if a hard coded/default message should be returned (maybe by checking for a flag/status code)? | | low | | **SettingMapper & CoreSettings**
Consider to merge? Maybe only use the mapper, maybe let the CoreSettings use the `Setting` and `SettingMapper` | +| low | | **Temp directory**
Consider to create a temp directory in the main directory (Orange-Management) which can be used by all modules etc. Alternatively create this temp directory in `Modules/Media/Files` | #### Archived