# What to do next: ## Frontend: * Alerts box should not be clickable, bar should be. * Issue page: Captcha. * Issue page: Check for success and then redirect to /. * Enable text search for `locationName` on find-code page. * Responsive text sizes for boards. ### In Progress: ### Completed - Testing: * Write service worker for full PWA experience. * Implement error pages. * Issue page: Submit using API. * Issue page: Collect diagnostics such as browser features etc. * Add Gitea Issue API ## Backend: * DB Indexes: - "stations": 3ALPHA, STANOX, TIPLOC - "corpus": 3ALPHA, NLC, NLCDESC(TEXT) * Add sanitizing to Gitea Issue API, currently considered to be unsafe. * Add success test for Gitea Issue API and send the result onto the client. * Rewrite sanitizing functions to remove external dependancy. * Undo changed to make everything an array - frontend code to handle this.