This commit is contained in:
Cris Stringfellow 2021-12-17 19:59:06 +08:00
parent f9961acefe
commit b659868015
1 changed files with 4 additions and 0 deletions

4
todo
View File

@ -1,4 +1,8 @@
- provide results page
- We need to reload on localhost 22120 if we open with that
- ensure we are getting the page text to index once it is actually loaded (we should call again later, or add mutation observer and update on mutate)
- then send console message to the controller ({textChanged}), to trigger indexURL again
- throttle how often this can occur per URL
- set Id = equal half the size of the index (as its a two way map) on load (so ids don't overwrite)
- add serialize and load to the index (later version of ndx?)