Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-04-05 11:57:27 +03:00
parent d5ca2e125e
commit 9ce2183dd3

View File

@ -170,10 +170,6 @@ var setup = function(){
- _Use to write/maintain docs for self_ - _Use to write/maintain docs for self_
- Levels:: - Levels::
- PWA (shared api) - PWA (shared api)
- ASAP Conflict resolution
_(line-based LCS a-la diff)_
- merge two versions
- identify conflicts
- ASAP localStorage - ASAP localStorage
_local/unsaved state_ _local/unsaved state_
- ASAP FileSystemAPI (???) - ASAP FileSystemAPI (???)
@ -189,6 +185,10 @@ var setup = function(){
- [ ] test access / handle - [ ] test access / handle
- [ ] minimal list/show/change/save code (or even simpler?) - [ ] minimal list/show/change/save code (or even simpler?)
- [ ] store handles in IndexDB - [ ] store handles in IndexDB
- ASAP Conflict resolution
_(line-based LCS a-la diff)_
- merge two versions
- identify conflicts
- Nextcloud / WebDAV (???) - Nextcloud / WebDAV (???)
- _how expensive is it to do a nextcloud plugin???_ - _how expensive is it to do a nextcloud plugin???_
- Desktop / electron app - Desktop / electron app