Skip to content

Commit db5fd22

Browse files
committed
Update to-do list on README.md
1 parent dcbccb3 commit db5fd22

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

README.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,24 @@ The site is made with the web framework Svelte and built using Sveltekit. The si
1111
## To-do list
1212
### Things I should do
1313

14-
* ~~Throw errors at runtime in console in dev mode, or catch+throw visually on the production site (unless I can somehow find a way to show a whole stack trace, which I'd be fine with then having visually - e.g. in the result area.) If the error happens when using custom data, the site should suggest to the user that their input may be invalid.~~
15-
* ~~Change page metadata to a) be stored in .JSON and b) not be a store (it doesn't change! Why is it a store!)~~
16-
* Move all pages over to the new template format
17-
* ~~Change default "page source code" link to be the folder on GitHub.~~
18-
* ~~Improve theme and page design (just use the VS Code colours & add a width? I dunno)~~
19-
* ~~Make a better favicon~~
14+
* Add a way to view code on the page, e.g. with a toggle
2015
* Fix sorting issues on some year pages
21-
* Fix PuzzleList so it can actually work on first load
22-
23-
### Nice to haves
24-
2516
* Add ~~keywords for each page~~ and a way to sort pages by keywords (e.g.: `lists`, `sorting`, etc)
26-
* Basic visualisation support (integrate e.g. chartjs into library stuff?)
27-
* ~~Add an extra link when running in dev mode to the actual site (this would be so convenient lol)~~
28-
* ~~Add user feedback to PuzzleList.svelte ensuring that it doesn't just show a blank when it takes a while to generate~~
17+
18+
_Low-priority:_
2919
* Allow for more customisation/bindings with the Result component, which would be useful for solutions that need a visualisation
20+
* Basic visualisation support (integrate e.g. chartjs into library stuff?)
3021

3122
## Acknowledgements
3223
* ric2b's [2021 Advent of Code site](https://github.com/ric2b/advent-of-code/tree/master/2021) was used as inspiration
3324
* Glench's [sveltekit GitHub pages template](https://github.com/Glench/sveltekit-github-pages-template) was used to work out how to get this working with GitHub Pages
3425

3526

36-
37-
3827
## Instructions for use
3928

4029
### Developing
4130

42-
1. Ensure you have node.js installed (I recommend node.js v18, which gives you npm v8, which is required!)
31+
1. Ensure you have node.js installed, _and_ a high enough version of it (I recommend node.js v18 - which gives you npm v8, which is required!)
4332

4433
2. Clone the project with:
4534

0 commit comments

Comments
 (0)