Fixed. Thanks for the hint!
- 3 Posts
- 13 Comments
- quolpr@lemmy.worldOPtoSelfhosted@lemmy.world•[AIP] Will Be Done v0.10 released: offline-first self-hosted task manager with weekly timeline. Now with checklist!English2·4 days ago
- quolpr@lemmy.worldOPtoSelfhosted@lemmy.world•Modern offline-first self-hosted open-source TickTick/Todoist alternative. Now with desktop app and quick add global OS popup!English11·4 months ago
Thanks for the feedback! You’re right that it’s not a 1:1 replacement for TickTick/Todoist yet. That is why I used the word ‘alternative’ rather than ‘replacement’ in the title.
The core functionality is already there, and I’m working toward 70–80% feature parity over the next year or two.
I am also glad to know what particular features you miss so they will be more in my focus
- quolpr@lemmy.worldOPtoSelfhosted@lemmy.world•Modern offline-first self-hosted open-source TickTick/Todoist alternative. Now with desktop app and quick add global OS popup!English4·4 months ago
Yep, it’s on plan. Glad to hear!
- quolpr@lemmy.worldOPtoSelfhosted@lemmy.world•Modern offline-first self-hosted open-source TickTick/Todoist alternative. Now with desktop app and quick add global OS popup!English5·4 months ago
Thanks! Not for now, but I am building it in a way that it will be pretty easy to add themes support
- quolpr@lemmy.worldOPtoSelfhosted@lemmy.world•Will Be Done - modern offline-first self-hosted TickTick/Todoist alternativeEnglish1·5 months ago
Thanks! I am already building this iteration for one year, and I enjoy it! Both development and daily usage
- quolpr@lemmy.worldOPtoSelfhosted@lemmy.world•Will Be Done - modern offline-first self-hosted TickTick/Todoist alternativeEnglish1·5 months ago
Oh, that’s interesting. Log in page as first page looks correct - once logged in you should always see your tasks on app launch.
But I think I should correct my manfest.json and hard-code open page to be
/.
- quolpr@lemmy.worldOPtoSelfhosted@lemmy.world•Will Be Done - modern offline-first self-hosted TickTick/Todoist alternativeEnglish5·5 months ago
Thanks for the honest feedback!
Could you share what specifically makes it feel like a bloated todo app to you? Also, what deployment or distribution method would you prefer over Docker?
- quolpr@lemmy.worldOPtoSelfhosted@lemmy.world•Will Be Done - modern offline-first self-hosted TickTick/Todoist alternativeEnglish1·5 months ago
Yep, I agree too, it’s totally fair 👍
Thanks for your feedback!
- quolpr@lemmy.worldOPtoSelfhosted@lemmy.world•Will Be Done - modern offline-first self-hosted TickTick/Todoist alternativeEnglish5·5 months ago
Yep, that’s why I don’t like SuperProductivity, it’s hard to make proper sync on top of json/caldav(especially with proper conflict resolution). As far as I know, SuperProductivity building its own cloud sync protocol, but it’s plan to be a paid feature anytime.
As for mobile version - yep, I plan to add them too. It’s already support PWA, so you can install app as a bookmark (and it opens pretty fast btw! And works offline also). But I want to have proper notifications in future and maybe widgets, so andriod/ios will be, but not sure when.
Thanks for the feedback!
- quolpr@lemmy.worldOPtoSelfhosted@lemmy.world•Will Be Done - modern offline-first self-hosted TickTick/Todoist alternativeEnglish5·5 months ago
Thanks for the feedback!
DnD is already here. You can reorder tasks/move to other projects. And as for nesting, it’s pretty complex feature. It will be hard to implement and maintain (especially maintain), so not planning right now, unfortunately. But at least I plan to add subtask list.
You still need to sign up to sync between devices. With the self-hosted version, you also create an account, but authentication and all synced data stay on your own server.
Offline-first means the app works without an internet connection; it doesn’t necessarily mean that no account is required. After sign up/sign in, you can use it offline without any problems.