Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-03-19 19:01:44 +03:00
parent 70e30f1e75
commit 4aca401d57

View File

@ -166,6 +166,7 @@ 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 data_ - _the main idea is to provide a minimal usable app with syncable data_
- Levels::
- PWA (shared api) - PWA (shared api)
- localStorage - localStorage
- FileSystemAPI - FileSystemAPI
@ -173,7 +174,7 @@ var setup = function(){
...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...
- basic conflict resolution (external sync) - Conflict resolution
- Nextcloud (???) - Nextcloud (???)
- Desktop / electron app - Desktop / electron app
- node fs - node fs