opensrp / opensrp-server-web

OpenSRP Server Generic Web Application
Other
10 stars 21 forks source link

Setup Web UI (Superset, Gisida or the mSpray Vectorlink dashboard) #14

Open craigappl opened 5 years ago

craigappl commented 5 years ago

We need to setup a demo of the Web UI that will be used for the Canopy reporting platform. This web UI will need to be added to the deployment scripts and connect to the RDS postgres data warehouse instance.

cKellyDesign commented 5 years ago

@moshthepitt Since we were already leaning thinking Create-React-App it looks like using TypeScript is pretty straightforward. If we follow the same react-router-dom setup as kaznet-frontend and extend Gisida's redux stores for app-state, we should be able to move quite quickly.

(Gisida's redux functionality initializes multiple stores on runtime and, with a few modifications, it could work well for the Reveal WebUI. If we don't install/import the functionality directly, we could probably borrow heavily and iterate.)