Skip to content

Commit

Permalink
Docs: Extend roadmap section about syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Mar 14, 2024
1 parent 7af7042 commit 19cade7
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions docs-source/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,19 @@ Check out the page
for more information.


## Server and Webapp
## Syncing

There is no concrete plan for native synchronization support yet.
I've been using Dropbox for synchronizing the TaskLite database
among several computers, which has worked astonishingly well so far.

Another good solution could be [Litestream](https://litestream.io),
which continuously streams SQLite changes to S3-compatible storage.


## Apps

### Webapp

I'd like to be able to run TaskLite on a cheap v-server in a dedicated
server mode and have it host a simple REST API,
Expand All @@ -47,17 +59,15 @@ This would then be a good way to casually browse and edit the tasks
in a more graphical way.


## Syncing
### Mobile App

There is no concrete plan for native synchronization support yet.
I've been using Dropbox for synchronizing the TaskLite database
among several computers, which has worked astonishingly well so far.

Another good solution could be [Litestream](https://litestream.io),
which continuously streams SQLite changes to S3-compatible storage.
There are no plans for a native mobile app.
The webapp should be sufficient for most use cases.


## Desktop App
### Desktop App

While there is already a prototype included in the code,
While there is already a prototype for a desktop app included in the code,
I currently don't plan to further work on it any time soon.
A webapp -- which could also be hosted locally --
should be sufficient for most use cases.

0 comments on commit 19cade7

Please sign in to comment.