Compare commits

..

2 Commits

Author SHA1 Message Date
Fred Boniface 8627f9cd60 Notes: Add to do items
Signed-off-by: Fred Boniface <fred@fjla.uk>
2023-01-27 13:53:01 +00:00
Fred Boniface bb05bb3d12 Frontend:
- Update version string to include date string for dev versions

Signed-off-by: Fred Boniface <fred@fjla.uk>
2023-01-27 13:43:44 +00:00
3 changed files with 10 additions and 11 deletions

View File

@ -2,23 +2,22 @@
## Frontend: ## Frontend:
* Implement error pages.
* Alerts box should not be clickable, bar should be. * Alerts box should not be clickable, bar should be.
* Issue page: Submit using API. * Issue page: Submit using API.
* Issue page: Collect diagnostics such as browser features etc.
* Issue page: Captcha.
* 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.
* Responsive text sizes for boards. * Responsive text sizes for boards.
* Write service worker for full PWA experience.
### In Progress: ### In Progress:
### Completed - Testing: ### Completed - Testing:
* Specify absolute sizes for images. -- Most but not all done * Write service worker for full PWA experience.
* Change dockerfile to deploy with brotli support for faster laoding. * Implement error pages.
* Implement calling list.
* Support multiple origins/destinations: NOT INCLUDING ON CALLING LIST
* Frontend Code Refactor
## Backend: ## Backend:

View File

@ -62,7 +62,7 @@
<!-- Footer --> <!-- Footer -->
<footer> <footer>
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - v0.0.1-devel</p> <p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - 0.0.1-dev-20230127001</p>
</footer> </footer>
</body> </body>

View File

@ -1,6 +1,6 @@
/* Service Worker */ /* Service Worker */
const appVersion = "0.0.1-dev" const appVersion = "0.0.1-dev-20230127001"
const cacheName = `owlboard-${appVersion}` const cacheName = `owlboard-${appVersion}`
const cacheIDs = [cacheName] const cacheIDs = [cacheName]
const cacheFiles = [ const cacheFiles = [