Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-04-04 23:49:49 +03:00
parent e146756e7d
commit d5ca2e125e

View File

@ -183,7 +183,12 @@ 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..._
- do a test/prototype - [%] ASAP test/prototype::
- [ ] basic https file server (node)
- [ ] get access / handle
- [ ] test access / handle
- [ ] minimal list/show/change/save code (or even simpler?)
- [ ] store handles in IndexDB
- 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