This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
OwlBoard/UpNext.md

33 lines
923 B
Markdown
Raw Normal View History

2023-01-05 21:24:45 +00:00
# What to do next:
## Frontend:
* Alerts box should not be clickable, bar should be.
* Enable text search for `locationName` on find-code page.
* Responsive text sizes for boards.
* Build metrics page
### 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 sanitizing to Gitea Issue API, currently considered to be unsafe.
* Add Gitea Issue API
* Issue page: Check for success and then redirect to /.
* Add success test for Gitea Issue API and send the result onto the client.
* DB Indexes:
- "stations": 3ALPHA, STANOX, TIPLOC
- "corpus": 3ALPHA, NLC
## Backend:
* DB Indexes:.
- "corpus": NLCDESC(TEXT)
* Rewrite sanitizing functions to remove external dependancy.
* Undo changed to make everything an array - frontend code to handle this.