pimutils / todoman

✅ Simple, standards-based, command line todo (aka: task) manager.
https://todoman.readthedocs.io
ISC License
488 stars 80 forks source link

Document compatible apps #101

Open WhyNotHugo opened 7 years ago

WhyNotHugo commented 7 years ago

Being standards-complaint, todo is compatible with lots of other apps (I hope!). I'd like to document and mention them, so users can know ahead of time if it's useful for them (mostly for nice PR really).

Currently, I know we're compatible with the iOS reminders app, and that's really the end of my list. Fastmail's calendar doesn't have reminders. :(

gsavitha commented 7 years ago

I would like to work on this. Could you tell me where to start?

untitaker commented 7 years ago

@savitha97 For this task there's nothing to code. You'd have to find out which devices synchronize task lists using CalDAV (OpenTasks for Android and iOS reminders for example) and put them into a new rst file here

gsavitha commented 7 years ago

Am I actually required to run the apps and check or are online sources sufficient?

untitaker commented 7 years ago

@savitha97 Doesn't matter tbh, though for those cases we should mention that we didn't try it.

OpenTasks and iOS does work though, I tried both.

untitaker commented 7 years ago

I assume you're here because of rgsoc?

gsavitha commented 7 years ago

Yes.

WhyNotHugo commented 7 years ago

TBH, this isn't a very good RGSoC issue, and my hope is that it's gradually improved over time.

That said, you're still free to work on it if you like.

gsavitha commented 7 years ago

@hobarrera I would like to work on this at least to get hang of the workflow even if it may not be a very good RGSoc issue. Also, issues tagged with RGSoC seem a bit daunting as I have only begun understanding the repository. Are there any set of additional requirements (apart from the tools and languages) to apply for this organisation in RGSoC'17?

WhyNotHugo commented 7 years ago

Yes, sorry, that wasn't very clear (I think I never wrote this anywhere 😅 ): Issues tagged RGSoC are the ones you can mention in your application you'd be working on during the SoC (since you need to mention a specific issue, IIRC). I don't expect them to be picked up first, since they're not-that-simple.

But the main thing, as you said, are the tools and languages.

Also, thanks for your interest in todoman.

gsavitha commented 7 years ago

@hobarrera Thanks. Regarding this issue, is it alright if I create a new rst file say, compatible_apps.rst with a table containing the following columns

  1. Application Name
  2. Platform/OS
  3. Tested (Y/N)
  4. Additional Notes
WhyNotHugo commented 7 years ago

Yup. Basically that would do. We should also mark those that are not compatible so other know not to bother testing. :)