Edit notes

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-01-25 14:17:21 +00:00
parent 587bd31130
commit 85abe5c1b7

View File

@ -4,7 +4,6 @@
* Implement error pages. * Implement error pages.
* Alerts box should not be clickable, bar should be. * Alerts box should not be clickable, bar should be.
* Specify absolute sizes for images.
* Issue page: Submit using API. * Issue page: Submit using API.
* Enable text search for `locationName` on find-code page. * Enable text search for `locationName` on find-code page.
* Recreate raster logos with the new vector file. * Recreate raster logos with the new vector file.
@ -14,6 +13,7 @@
### Completed - Testing: ### Completed - Testing:
* Specify absolute sizes for images. -- Most but not all done
* Change dockerfile to deploy with brotli support for faster laoding. * Change dockerfile to deploy with brotli support for faster laoding.
* Implement calling list. * Implement calling list.
* Support multiple origins/destinations: NOT INCLUDING ON CALLING LIST * Support multiple origins/destinations: NOT INCLUDING ON CALLING LIST
@ -25,4 +25,5 @@
* DB Indexes: * DB Indexes:
- "stations": 3ALPHA, STANOX, TIPLOC - "stations": 3ALPHA, STANOX, TIPLOC
- "corpus": 3ALPHA, NLC, NLCDESC(TEXT) - "corpus": 3ALPHA, NLC, NLCDESC(TEXT)
* Add Gitea Issue API * Add Gitea Issue API
* Undo changed to make everything an array - frontend code to handle this.