Call-for-Code-for-Racial-Justice / Truth-Loop

The Truth-Loop solution helps communities simply understand the policies, regulations and legislation that will impact them the most and allows them to share their experiences around how policies have impacted them or how proposed policies could impact them using short video testimonials.
https://developer.ibm.com/tutorials/truth-loop/
Apache License 2.0
54 stars 29 forks source link

Create React Admin version of Geographies (tests, form, and view) #204

Closed ed-snodgrass closed 3 years ago

ed-snodgrass commented 3 years ago

Create a Route, Form and Table object based on the following:

https://github.com/Call-for-Code-for-Racial-Justice/Truth-Loop/blob/main/server/admin/src/components/GeographiesForm.vue

https://github.com/Call-for-Code-for-Racial-Justice/Truth-Loop/blob/main/server/admin/src/views/Geographies.vue

https://github.com/Call-for-Code-for-Racial-Justice/Truth-Loop/blob/main/server/admin/src/views/GeographiesForm.vue

ed-snodgrass commented 3 years ago

The Publications is a good reference for the route/table/form patterns.

FYI, In order to get the server running i locally modified the /server/app.js file and removed all of the , authentic, authorize, from the app.use calls towards the bottom of the file. Then, from the server directory, you run npm install and then npm run start