Complete the Ability to Change, Add, and Delete Questions in Admin View #29
Labels
Bug
Something isn't working
CSS
Requires work done in CSS
Enhancement
New feature or request
GQL
Requires work done with gql queries/mutations
HTML
Requires work done in HTML
JavaScript
Requires work done in JavaScript
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.The text was updated successfully, but these errors were encountered: