Compare commits

...

3 Commits

Author SHA1 Message Date
0ed331b634 notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-30 14:43:14 +03:00
958a1d9f7a notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-28 22:37:55 +03:00
ef68e649c0 fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-27 14:34:07 +03:00

View File

@ -166,11 +166,12 @@ var setup = function(){
- ## ToDo: - ## ToDo:
- ASAP Basic standalone client (file-oriented) - ASAP Basic standalone client (file-oriented)
- _The main idea is to provide a minimal usable app with syncable (externally) - _The main idea is to provide a minimal usable app with syncable (externally)
data_ data_
- _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 - ASAP Conflict resolution
_(line-based LCS a-la diff)_
- merge two versions - merge two versions
- identify conflicts - identify conflicts
- ASAP localStorage - ASAP localStorage
@ -178,9 +179,9 @@ var setup = function(){
- see:: - see::
- https://developer.chrome.com/docs/capabilities/web-apis/file-system-access - https://developer.chrome.com/docs/capabilities/web-apis/file-system-access
- is this usable??? - is this usable???
...this boils down to if we need to ask for access every run or _...this boils down to if we need to ask for access every run or
once per install, if it's the former this API is essentially once per install, if it's the former this API is essentially
unusable... unusable..._
- 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