eclipsesource / eclipsesource/tabris-con
Introduce an object-oriented model for the app data
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the app data is transformed by various services before being applied on the UI. Several different kinds of data representation is used by those services and some services' scope is way too small and technical for them to exist on their own (e.g. `getSessionsInTimeframe`). This structure is hard to comprehend.
Using an object-oriented data model can improve the comprehensability of data flow and significantly reduce the number of used services.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.