waldyrious / odot

(Sketch of a) tree-based task manager
https://waldyrious.github.io/odot/
Other
3 stars 1 forks source link
outliner task-manager todo tree-structure

Odot

Odot is a simple but powerful task manager, meant to address the problems of simple to-do lists. To this, it aims to incorporate:

Implementation notes

Initial plans were to make this a client-side browser-based app, consisting of a simple html file and a text file serving as the "database", which would be located in a synchronized folder, such as Dropbox or Google Drive.

This would have made things easier both in the development side (because it would outsource user account management and file versioning), and in the user side (because it would eliminate the hassle of creating Yet Another Account as well as any security concerns associated with that).

Alas, this is not yet possible (in the browser) with client-side code only, so Odot is being built as a server-side app instead. This means that, while there's a demo in the works that can be played with, it won't load or save data; you will have to host it in a server if you want your data saved persistently.

Alternatives

Odot is still mostly in the planning phase, with very little actually implemented. Feel free to contribute ideas, fixes, improvements, and (constructive) criticism. Check Odot's roadmap for an outline of upcoming development and planned features. (Click on the (more) links to read each milestone's detailed description).

Meanwhile, there are plenty of good apps out there that follow some of the principles outlined for Odot. Checkvist, HollyApp and Workflowy are highly recommended.