Closed
Description
Implement the different Table Components for HC, EE, VA, ... as React Web Applications:
The following 4-steps approach, which can also be applied to the development of the Map Component or any other external AJAX Application that is integrated into the main Drupal site, has to be followed:
- GUI implementation ("html wireframe") as React AJAX web Application following the respective Product Mock-Ups
- Integration into the respective GL-Step as External ReactMount Application
- Design of a simplified internal state data model in JSON (the "table model") and definition of static JSON constants (example) as initial reference / example data based on
a) the example table content from the mock-up screens and, when available,
c) this excel sheet or
b) the content of the Reference Data Package - Mapping of the actual Data Package Data Model to the internal JSON state data model with help of the JSON:API and/or REST Views and additional REST Micro Services for simple data aggregation and transformation.