etesync / etesync-web

An EteSync web client
https://www.etesync.com
GNU Affero General Public License v3.0
246 stars 30 forks source link

Tasks support #32

Open ajvsol opened 5 years ago

ajvsol commented 5 years ago

There's not many CalDAV web clients I've seen with tasks support to take inspiration from except for Nextcloud Tasks:

But there's good UIs also from other to-do list apps. I stitched together images of Astrid Tasks' previous layout with the current fork's Android UI (it's called Tasks) to make an appropriate UI for a web app:

The Tasks app also is compatible with CalDAV so it could make a good foundation for a future EteSync Android app. Would make sense to do a similar UI if so.

As far as featureset goes the CalDAV spec covers basically everything you'd need a MVP tasks app.

tasn commented 5 years ago

I pushed some code to handle tasks today. It lets you view and edit tasks. Though the UI is very bad still... It shouldn't take too much work to get it to the level of the Android example from above, I just need to get to it.

ajvsol commented 5 years ago

Been using Orgzly recently and came across this other issue where it sounds like we'll be getting Orgzly support for Android EteSync soon, which is great to hear!

It did remind me however that the EteSync Web tasks app is lacking some love right now, and I'm not sure whether it's a bugged default journal but I can't seem to add tasks at all right now via the web app.

tasn commented 5 years ago

You can't add from the journal page, but if you go to the main page and go to the tasks tab, you can add just fine. It needs changing (so you can add from anywhere) I know... :)

tasn commented 4 years ago

Btw, I don't know if you noticed, but there's been a lot of work recently by @AbleLincoln on this and new features are coming in by the day. We will hopefully be able to close this ticket soon! :)

ajvsol commented 4 years ago

Good to see how far it's come, it's a huge difference. I've given some feedback in separate issues here, I hope it's helpful.

tasn commented 4 years ago

Yeah, kudos to @AbleLincoln!