This project by @draw deserves its own post to elevate attention on it. I honestly believe that this is the best in class example for working with mutable data in the SAFE network API. Excellent work, truely.
letās get this example the attention that it deserves
I"ll try to add some small improvements later. Of course someone else can also do that. TodoMVC seems to be a commonly used, kind of āhello worldā-example.
Refactor: following more (but not completely) the TodoMVC specifications and template and also the standard.js style. Moved the safe āwrapperā-functions to the safe.js file (using anonymous IIFE function: no modules needed).
Added loading screen
I know there are still errors like when deleting completed todo-entries.
But Iām going to wait for the next version of the Safe browser to see which errors remain: in development mode of the most recent version I see no errors (not tested everything)ā¦
Ps: Iāve forgotten there was already an effort to a TodoMVC Safe example: MaidSAFE ā¢ TodoMVC.
I just went through the trending github repositories and i found something interesting: joplin, a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
This project want to support multiple backends in an easy way:
It is easy to support new services by creating simple drivers that provide a filesystem-like interface, i.e. the ability to read, write, delete and list items.