Closed yldbouk closed 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, changeagreedToConsent
to true. If declined, redirect to home page. IfagreedToConsent
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.
Completed
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.