Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Nottommy11 opened this issue Sep 27, 2023 · 0 comments
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

Comments

@Nottommy11
Copy link
Member

Nottommy11 commented Sep 27, 2023

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.

@Nottommy11 Nottommy11 added Bug Something isn't working Enhancement New feature or request JavaScript Requires work done in JavaScript HTML Requires work done in HTML CSS Requires work done in CSS GQL Requires work done with gql queries/mutations labels Sep 27, 2023
@Brogoming Brogoming assigned Brogoming and unassigned Brogoming Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants