-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Incomplete
-
Affects Version/s: 2.2 Penguins, 2.7 Penguins
-
Fix Version/s: 2.7 Penguins
-
Labels:None
-
Sprint:2.5 Penguins, 2.6 Penguins, 2.7 Penguins
This is a refactoring task. At the moment ApplicationPropertiesServiceComponent#ApplicationPropertyNames is a simple holder for a string. We need to convert it into a set of objects, each representing an application properties and incorporating all property information: default value, etc. Implementation ideas:
1. create an enumeration
2. crate a sealed trait with objects extending it
Custom mapper may be necessary to convince slick to work this that