diff --git a/Project/PROJECT.md b/Project/PROJECT.md
index 44b4ea1..6a7951c 100644
--- a/Project/PROJECT.md
+++ b/Project/PROJECT.md
@@ -10,7 +10,7 @@
## Summary
-Last update of this file: 11.09.2021
+Last update of this file: 03.11.2021
### Timeline
@@ -22,6 +22,8 @@ Last update of this file: 11.09.2021
Continue with milestone task implementation.
+Continue with increasing the test coverage of the modules.
+
## Milestones
Based on the pilot candidate with whom the functionality will be implemented.
@@ -212,12 +214,9 @@ Todos/tasks which are not important enough to be part of the milestones.
#### Archived
-| Priority | Done | Task |
-| -------- | ---------- | ------------------------------------------------------------ |
-| high | | **Media**
Create an additional request parameter called filename which can be set to name the file differently than the media database entry. This will make everything long term much easier.
Consider to create non-random file names e.g. `MyFileName_1` if the file already exists, otherwise still create random file names. |
-| low | 2021.10.02 | **Unit tests**
[phpOMS] ModuleManager->installApplications
[phpOMS] StatusAbstract->installRoutes
[phpOMS] StatusAbstract->installHooks
[phpOMS] StatusAbstract->activateHooks
[phpOMS] StatusAbstract->deactivateHooks
[phpOMS] StatusAbstract->uninstallHooks
[phpOMS] ModuleAbstract->createModels
[phpOMS] ModuleAbstract->updateModel
[phpOMS] ModuleAbstract->createModel
[phpOMS] ModuleAbstract->getLocalization
[phpOMS] InstallerAbstract->createTables
[phpOMS] InstallerAbstract->reInit
[Model] CoreSettings->create |
-| low | 2021.10.09 | **Unit tests**
[phpOMS] Graph->findAllReachableNodesDFS
[phpOMS] Graph->getAllPathsBetweenNodes
[phpOMS] Graph->countAllPathsBetweenNodes
[phpOMS] Graph->longestPathBetweenNodes
[phpOMS] Graph->shortestPathBetweenNodes
[phpOMS] Graph->isConnected
[phpOMS] Node->getEdgeByNeighbor |
-| low | 2021.10.02 | **SettingMapper & CoreSettings**
Consider to merge? Maybe only use the mapper, maybe let the CoreSettings use the `Setting` and `SettingMapper` |
+| Priority | Done | Task |
+| -------- | ---- | ---- |
+| | | |
## Features
@@ -476,20 +475,18 @@ class TestMapper extends DataMapperFactory
## Most recent changelog
-### October 2021
+### November 2021
#### New
-* Improved settings handling by using `Setting` and `SettingMapper` in the `CoreSettings` file
-
-##### Media
-
-* It is possible to define the media title separately from the file name.
+*
#### Bug fixes
+*
+
#### Other
##### Tests
-* Added various tests. The total code coverage is at approx. 84%
+*