WSC-Nettie-Owners / wscnettie

https://www.wscnettie.com
2 stars 0 forks source link

Complete the Ability to Change, Add, and Delete Questions in Admin View #29

Open Nottommy11 opened 1 year ago

Nottommy11 commented 1 year ago

Currently, there is code in the src/routes/profile/[profileid]/Admin.svelte file that allows for changing, adding, and deleting questions. This needs to be improved majorly so it is more consistent.

Currently, there's an issue with questions being added on load. Deletion seems to be working fine. Adding questions seems to work fine, but it could be improved for a better user experience. Changing questions seems to be working fine, but might need to be reviewed.

Make sure to use the Dev version of Hasura in your .env file, and make sure not to touch live data. If you need help, comment below.

The login for Admin View can be found in Hasura -> Data Tab -> net_users schema -> logins table.