cityofaustin / vision-zero

The technology that powers the City of Austin's Vision Zero program
https://visionzero.austin.gov/viewer/
12 stars 4 forks source link

VZE: Choose an admin theme/library system using React #81

Closed mateoclarke closed 5 years ago

mateoclarke commented 5 years ago

We're planning to use a decoupled client for the VZE frontend. We'd like to keep using React as our FE development framework.

We need to identify, experiment and implement an admin theme/system to facilitate a quick build.

72 has some listed pages/stories we'd need to build...

searchable/filterable/sortable tables is important, but maybe thats a secondary library and not the admin theme itself.

mateoclarke commented 5 years ago

Some options so far:

https://dev.to/sm0ke/react-dashboards-open-source-apps-1c7j

mateoclarke commented 5 years ago

Important questions for us are:

sergiogcx commented 5 years ago

After a careful debate, we decided for CoreUI. The main considerations was on how easy it was to customize, load data, and best patterns for development. CoreUI was the clear winner.

Closing Issue.