-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement repeating tasks #2318
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2318 +/- ##
==========================================
+ Coverage 24.87% 24.96% +0.08%
==========================================
Files 63 69 +6
Lines 2388 3409 +1021
Branches 257 780 +523
==========================================
+ Hits 594 851 +257
- Misses 1776 2558 +782
+ Partials 18 0 -18 |
452b599
to
1cdc0f4
Compare
1cdc0f4
to
d59d017
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a great start!
Thanks @sunkup for your work on this 👍
3a7732d
to
5d844c0
Compare
0033461
to
8ffefcc
Compare
8ffefcc
to
2f756ce
Compare
2f756ce
to
721efb3
Compare
@sunkup I rebased to current |
4e3c054
to
2c5677f
Compare
2c5677f
to
e83e073
Compare
e83e073
to
0005f23
Compare
Any plans to finish it? Any help needed? |
Please, feel free. I don't really get to work on this more any time soon 👍 |
What is the status of ? from what I see, it's stuck on a synchronization problem |
I am learning Vue, but very slowly ...
I am stuck, haha. Right here. If you know how to fix that I might be able to continue :) |
@jancborchardt Do you think the Nextcloud Groupware or Tasks teams could provide a helping hand to get this over the finish line? It's one of the oldest (from Nextcloud v9) and as far as I can see, it is the most requested feature in all of nextcloud by a significant margin (379 👍) As a longtime user of Nextcloud (and tasks), I've taken a few shots at implementing this myself, but haven't gotten anywhere as close as this draft PR. |
is there any hope to see it resolved? |
2c6314e
to
b298aad
Compare
I am very excited for reoccurring tasks! This will change the game for my use case. |
Signed-off-by: Sunik Kupfer <[email protected]>
…rrence date Signed-off-by: Sunik Kupfer <[email protected]> Signed-off-by: Sunik <[email protected]> Signed-off-by: Sunik Kupfer <[email protected]>
Signed-off-by: Sunik <[email protected]> Signed-off-by: Sunik Kupfer <[email protected]>
Signed-off-by: Sunik <[email protected]> Signed-off-by: Sunik Kupfer <[email protected]>
Signed-off-by: Sunik Kupfer <[email protected]>
Signed-off-by: Raimund Schlüßler <[email protected]>
Signed-off-by: Raimund Schlüßler <[email protected]>
b298aad
to
fdf3b3e
Compare
@meichthys is there some list of what’s missing? cc @ChristophWurst @AndyScherzinger possibly for planning. |
@jancborchardt Thanks for reaching out! |
I will look into it one of the coming days and create an overview of the current state. |
Here's a list of what is (not) working. Mind you this was an experiment for me. The code is not pretty and needs refactoring from someone more experienced. While I learned a lot about vue and nextcloud apps, I realise, I don't want to work on this anymore. I hope @ChristophWurst can make something of it. If not, then maybe just use it as a template and start over from scratch. 👍 I am happy this feature gets some attention now. Looking forward to use it :)
|
This forum post is also about this issue, just wanted to link it here for reference :) And in the post, the Android app tasks.org is mentioned, which supports recurrent tasks. I use it myself, and this way recurrent tasks can be synced via davx to Nextcloud. They are not displayed correctly, though, obviously :) Probably, you already know about this, but if not, maybe knowing how tasks.org handles recurrent tasks and syncing to davx, helps during development :) Thanks 🙂 |
Be careful not to mark a recurring task as complete via the Nextcloud web interface. The task recurrence will be corrupted. |
No description provided.