[GH-ISSUE #1841] Auto adding reminder to new tasks based on project settings #6491

Closed
opened 2026-04-20 17:05:39 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @belidzs on GitHub (Nov 18, 2025).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/1841

Description

I'd like to implement this feature someone has requested (which I could use as well): https://community.vikunja.io/t/auto-reminder-setting/604

Is it OK if I go ahead?

Which alternatives did you consider using instead?

No response

Originally created by @belidzs on GitHub (Nov 18, 2025). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/1841 ### Description I'd like to implement this feature someone has requested (which I could use as well): https://community.vikunja.io/t/auto-reminder-setting/604 Is it OK if I go ahead? ### Which alternatives did you consider using instead? _No response_
GiteaMirror added the area/remindersarea/projects labels 2026-04-20 17:05:39 -05:00
Author
Owner

@kolaente commented on GitHub (Nov 18, 2025):

Sounds great!

I think this should be a frontend-only feature since it's a little magic - when integrating with the api that should be predictable and not behave differently depending on what the user has configured in their settings.

A few notes on the implementation:

  • This should be stored in the frontend only - as a frontend setting saved with the user
  • Configuring this should go to user settings
<!-- gh-comment-id:3546422907 --> @kolaente commented on GitHub (Nov 18, 2025): Sounds great! I think this should be a frontend-only feature since it's a little magic - when integrating with the api that should be predictable and not behave differently depending on what the user has configured in their settings. A few notes on the implementation: - This should be stored in the frontend only - as a frontend setting saved with the user - Configuring this should go to user settings
Author
Owner

@belidzs commented on GitHub (Nov 22, 2025):

Thanks for the clarification, it's very useful.

My original plan was to implement this in the API layer so that the automation triggers regardless of the calling client. Good thing I asked first. As I'm not an expert in frontend technologies, I better leave this to someone else instead.

<!-- gh-comment-id:3565951020 --> @belidzs commented on GitHub (Nov 22, 2025): Thanks for the clarification, it's very useful. My original plan was to implement this in the API layer so that the automation triggers regardless of the calling client. Good thing I asked first. As I'm not an expert in frontend technologies, I better leave this to someone else instead.
Author
Owner

@vikunja-bot-app[bot] commented on GitHub (Apr 11, 2026):

This issue has been fixed in #2607, please check with the next unstable build (should be ready for deployment in ~30min, also on the demo).

<!-- gh-comment-id:4230252831 --> @vikunja-bot-app[bot] commented on GitHub (Apr 11, 2026): This issue has been fixed in #2607, please check with the next unstable build (should be ready for deployment in ~30min, also on [the demo](https://try.vikunja.io)).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6491