TechbeeAT / jtxBoard

jtx Board allows you to manage your Journals (like meeting minutes), Notes and Tasks in one Android app. The app is compatible with the iCal standard (RFC5545) and is integrated with DAVx5 to allow the synchronisation of entries through CalDAV.
https://jtx.techbee.at/
GNU General Public License v3.0
397 stars 11 forks source link

Optimize Recurring Task Management to Avoid Infinite Duplication #1491

Open alexandre-leng opened 5 months ago

alexandre-leng commented 5 months ago

Improvement Suggestion: Optimize Recurring Task Management to Avoid Infinite Duplication

Dear GTX Board Development Team,

I hope this message finds you well. I am writing to propose an enhancement to the recurring task management feature of the GTX Board application. Currently, when a recurring task is added, it seems to duplicate the task indefinitely

Suggestion:

Instead of duplicating the tasks indefinitely, I suggest implementing a system where the application simply reminds users at the determined repetition frequency. This would provide a cleaner user experience.

Benefits: Improved User Experience: A cleaner and more manageable task list will enhance user satisfaction.

Thank you for considering this suggestion. Please let me know if any further details are needed.

Best regards

Screenshot_20240629-005748

nakibrayan3 commented 2 months ago

Yes, this would be so helpful, Only show a recurring tasks once, And create a new task each time the recurrence happen.

For example: when making a task that recurse every week, show only one entry the first week, and in the second week create another one, and so on.

Mehlsine commented 2 months ago

Three dots -> Limit recurring

nakibrayan3 commented 2 months ago

Three dots -> Limit recurring

This resolves my issue 😅. Thank you.

bytewright commented 1 month ago

Yes, this would be so helpful, Only show a recurring tasks once, And create a new task each time the recurrence happen.

For example: when making a task that recurse every week, show only one entry the first week, and in the second week create another one, and so on.

https://github.com/TechbeeAT/jtxBoard/issues/1586 My feature request would have been a workaround, seems like a similar ux issue.