Skip to content

Latest commit

 

History

History
75 lines (73 loc) · 2.71 KB

TODO.md

File metadata and controls

75 lines (73 loc) · 2.71 KB

Next!

  • Cookie settings
    • Allow only necessary cookies
    • Add domain as configurable option
    • form action:
      • why is cookie consent modal shown again after redirect to route?
      • prevent default form submit
  • Logic
    • Set Cookie after rejecting all cookies to not display the dialog again
    • ID for cookie consent log as UUID instead of integer
  • JavaScript
    • update JS to .mjs and add bundler like rollup
    • emit successful submit form event
    • submit form asynchronously
  • SCSS
    • no need for seperate styling scss
    • Style dialog
  • Markup
    • make form available in dialog (Fuck off, IE11!!!)
  • Forms
  • Security
    • Which domain is set when setting cookies? With subdomain?
  • Project setup

Expectations

Visibile