vanilla-todo
vanilla-todo copied to clipboard
A case study on viable techniques for vanilla web development.
I'm thinking [jsdom](https://github.com/jsdom/jsdom) should be enough to write (unit) tests: - Create a test document with the scripts to test - Mount an element with some functions - Assert it's...
When (re-)loading the app, past items that were not marked "done" should automatically move to today so they don't get lost. This should be solvable by - implementing the transition...
The changes mentioned were addressed this implies that the workflow will be triggered on pull request of every branch.
The pipeline currently only runs on pushing to `main`. It would be great if checks (but not the deployment) are also executed on PRs :)
I'm using some simple Bookmarklets to backup/restore the local storage of this app to/from JSON... would be great to see this implemented via the UI. PS: I'm actually using this...
During the initial study, not much was invested into accessibility concerns. I believe for a more complete result, accessibility should be taken into account. Looking for feedback and ideas how...