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

Replace admin with react admin #264

Closed ed-snodgrass closed 2 years ago

ed-snodgrass commented 2 years ago

There was no issue created for this

What did you do?

Moved the react-admin to replace the admin (vue) app.

Why did you do it?

How have you tested it?

ran the tests locally. Built the admin app and make sure the following worked: Admin UI: http://localhost:5000/ Quick check of rest endpoint: http://localhost:5000/api/v1/categories

Were docs updated if needed?

Type of change

Checklist:

markstur commented 2 years ago

FYI -- my swagger problems were due to running the server on a different port (and/or running the UI in dev mode maybe?)

The swagger page will still work on any port. Just the UI has a handy link to it that is hard-coded.

ed-snodgrass commented 2 years ago

@markstur I had meant to change that hard-coded link to api-docs to the /api-docs. Should I create an issue for that?

markstur commented 2 years ago

yes. An issue is good. Then you can either fix it or leave it for someone else to pick up.