Skip to content

Commit

Permalink
updated readme with todos left for basics
Browse files Browse the repository at this point in the history
  • Loading branch information
spirodonfl committed Jan 16, 2024
1 parent 98a4666 commit 26f05de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To achieve offline mode, we are going to implement at least a few different feat

* Local storage (so localStorage OR sqlocal?)
* HTMX
* WebWorkers
* WebWorkers (y though?)
* - (link to review)[https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Tutorials/js13kGames/Offline_Service_workers]

## Where does WASM fit in?
Expand All @@ -40,12 +40,12 @@ However, this might not be necessary if we have some light front-end driven inte

### TODO

- [ ] How do we capture HTMX requests (outgoing)?
- [x] How do we capture HTMX requests (outgoing)?
- [x] Can we tell if we're online/offline
- [ ] How do we convert capture HTMX requests to data we can store?
- [ ] Where do we store said data (refer to Dumping Ground for awesome Chris ideas)
- [ ] How do we store required success/fail operations when we finally ship the requests?
- [x] How do we convert capture HTMX requests to data we can store?
- [x] Where do we store said data (refer to Dumping Ground for awesome Chris ideas)
- [x] How do we store required success/fail operations when we finally ship the requests?
- [ ] How do we deal with requests interactivity while offline?
- [ ] How do we fire off requests from DB once we go back online?
- [x] How do we fire off requests from DB once we go back online?
- [x] Add optional "ship to server" parameter - ALREADY DONE WITH "ignore:extension_name" via HTMX
- [ ] Dedupe or ignore duplicate requests

0 comments on commit 26f05de

Please sign in to comment.