Giter Club home page Giter Club logo

Comments (8)

untitaker avatar untitaker commented on July 26, 2024 1

I'm not entirely sure what is needed for this issue, but I consider it to be very long-term (and very hard). Not sure if having the rgsoc label on it is a good idea.

from todoman.

WhyNotHugo avatar WhyNotHugo commented on July 26, 2024

This was also reported on a different issue by @languitar

from todoman.

rajalakshmi-v15 avatar rajalakshmi-v15 commented on July 26, 2024

hi,
I want to help fix this issue. I am new to this project and am interested in working on this particular issue. Please guide me.

from todoman.

rajalakshmi-v15 avatar rajalakshmi-v15 commented on July 26, 2024

We hoped to work on this issue for RGSoc. Could you suggest any other issue which might be suitable to be worked on during the summer?

from todoman.

untitaker avatar untitaker commented on July 26, 2024

We currently have more participants than issues, though I think #62 isn't taken. But I'd wait for @hobarrera's response.

from todoman.

WhyNotHugo avatar WhyNotHugo commented on July 26, 2024

This specific issue is a bit long, so it might be suitable to work during the summer (as a long-term one), however I do suggest that you pick one labelled lv:easy first to get acquainted with todoman.

Also, @untitaker is right, we also have to define a few thing before we can tackle this one.

from todoman.

WhyNotHugo avatar WhyNotHugo commented on July 26, 2024

So, currently, for this task, we need to:

  • Design how we'll model recurring tasks.
  • Investigate how we mark done instances (I'd have to re-read the RFC, but, so far, I didnt' find anything useful) I might opt for using some X-Last-Done, which keeps the datetime of the last instance marked as done.

I believe that iOS deals with this by using alarms, which we also don't support, but should

from todoman.

WhyNotHugo avatar WhyNotHugo commented on July 26, 2024

So what iOS does is pretty simple (I tried this with a monthly recurring todo I actually needed). It simply creates a normal recurring event, and when I mark it done here's what happens:

  • A copy of the vtodo is made, but sets the copy's DTSTART and DUE to the next instance's date.
  • It remove the RRULE from the original copy.
  • The copy gets a different UID.
  • It sets the original copy's COMPLETED and PERCENT-COMPLETE field, as well as updating the STATUS field.
  • The ALARM for the new copy also has it's date pushed to the next instance, but the AKNOWLEDGED attribute is set for it (IMHO, the old copy should have this set).

What I don't understand is how iOS recognized both as the same recurring todo. It probably doesn't, since clicking show completed shows me the done copy, while I can see the incomplete copy above.

I kinda like this behaviour. It has no non-standard things, imitating it makes us iOS-compatible, and I don't have any better ideas (this last point is the most important). The spec kinda leaves a grey area on this.

from todoman.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.