School module: evaluate and create a prototype of a generic app
Description
The same code should be used for deploying the app for multiple schools.
Explanation
One code base for all. A script should (using basic configuration data and assets (styles, logos) for specific school) generate an app for a specific school. E.g.:
npm run deploy -- --school=f-u
should deploy app for Goethe University with initial configuration information (here it should be defined what school-specific data should be available as part of the app itself and which should be loaded from the online configuration file), Goethe-Uni colors and images - e.g. splash screen and icon.
Mockups/Screenshots
Not available.
Dependencies, issues to be resolved beforehand
Edited by Jovan Krunić