smithev95 / NEFP-Capstone

0 stars 0 forks source link

Origin/tk 28 admin panel #36

Closed dbedenbaugh closed 1 month ago

dbedenbaugh commented 1 month ago

Fully implemented adding a question to Questions.json in the front end. There is an optional file path added to have Questions.json stored completely in the backend as well.

While having the front-end handle the admin-panel seemed like a solid approach, this extra work in my opinion help's ensure that the back-end is more modular and useful if the sponsor decides to use a different front-end.

I'm not sure if I caused this somehow, but when I try to load up client data from the table I am getting an axios error.

hsean commented 1 month ago

So, I tested the UI and I do get an error when trying to delete and update a question. The URLs in backend/data_handler_app/urls.py are all included so I do not see anything that should be breaking. Hopefully someone else can take a look tommorow. Adding questions works fine for me and I have not encountered any axios error.