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 Levels (tests, form, and view) #205

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/LevelsForm.vue

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

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

t-bello7 commented 3 years ago

I would like to work on this issue.

ed-snodgrass commented 3 years ago

That's awesome, @t-bello7. The publications are a great resource for seeing the pattern of how we're doing the Route/Table/Form. There is a Pull Request that has a more "final" version of that pattern complete with the adding, editing, and deleting items.

https://github.com/Call-for-Code-for-Racial-Justice/Truth-Loop/pull/225

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

t-bello7 commented 3 years ago

Alright, @ed-snodgrass I would check it out and get back to you.