acdh-oeaw / apis-oebl-research-tool-front-end

See also https://redmine.acdh.oeaw.ac.at/issues/18296
https://oebl-research.acdh-dev.oeaw.ac.at
MIT License
0 stars 0 forks source link

Clean Up Data Structure #59

Closed sennierer closed 1 year ago

sennierer commented 2 years ago

In GitLab by @PhilipRoeggla on Apr 12, 2022, 10:43

The data structure is somewhat organic grown and difficult to maintain. I would like to update the structure, so that is understandable at a glance and that changes can be easily done, without going very dark corners of typescript ;-). Also a central place for conversions between types would be nice – not that every component, does it by it's own.

This would be:

sennierer commented 2 years ago

In GitLab by @PhilipRoeggla on Apr 12, 2022, 12:40

marked this issue as related to #61

sennierer commented 2 years ago

In GitLab by @PhilipRoeggla on May 4, 2022, 10:11

created branch 59-clean-up-data-structure to address this issue