More notes

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-01-24 21:32:45 +00:00
parent e07c9c4864
commit cbfbe6f9b9
1 changed files with 5 additions and 5 deletions

View File

@ -23,13 +23,13 @@
--- Post-Refactor /static/js:
--- Post-Refactor /static/js COMPRESSED:
- Refactor into files:
- lib.main.js
- DONE - lib.main.js
- lib.board.js
- simple-board.js
- index.js
- settings.js
- find-code.js
- service-worker.js *in / not /js*
- DONE - index.js
- DONE - settings.js
- DONE - find-code.js
- DONE - service-worker.js *in / not /js*
- Notes:
- DONE - Do not put train details into DOM until requested - load into sessionStorage.
- Put any reusable code in to a suitable lib file.