yldbouk / dpwt

Dimensional Printing Web Terminal - Website
MIT License
2 stars 0 forks source link

Create Feedback Submitter on Website #28

Closed yldbouk closed 4 years ago

yldbouk commented 4 years ago

Create a form on the website to submit feedback. There will be something like three check boxes: issue, new feature and one just general feedback. Once submitted, if issue, webhook the issue to github with issue label. If a new feature, give that corresponding label.

yldbouk commented 4 years ago

Extension to #28 Check local storage for agreedToConsent. If false or doesn’t exist, show consent form warning of misuse. If agreed to, change agreedToConsent to true. If declined, redirect to home page. If agreedToConsent Is true, do not show form.

When loading feedback page, check of the user is blacklisted. If so, disable the form. Do the same in the script in case the page is altered.

yldbouk commented 4 years ago

Completed