Skip to content

Add recur field to task creation panel#290

Merged
its-me-abhishek merged 1 commit intoCCExtractor:mainfrom
Hell1213:feat/add-recur-field-to-task-panel
Dec 22, 2025
Merged

Add recur field to task creation panel#290
its-me-abhishek merged 1 commit intoCCExtractor:mainfrom
Hell1213:feat/add-recur-field-to-task-panel

Conversation

@Hell1213
Copy link
Copy Markdown
Contributor

@Hell1213 Hell1213 commented Dec 21, 2025

Add recur field to task creation panel , allowing users to set when a task begins.

Description

Added a recur dropdown to the task creation dialog with options: daily, weekly, monthly, yearly. Users can now create recurring tasks. Backend validates that a due date is set before allowing recurrence (Taskwarrior requirement).

Changes Made

  • Added recur dropdown in task creation dialog
  • Updated backend to handle recur field
  • Added validation: recur only works when due date is set
  • Updated all types and tests

Checklist

  • Ran npx prettier --write . (for formatting)
  • Ran gofmt -w . (for Go backend)
  • Ran npm test (for JS/TS testing)
  • Added unit tests, if applicable
  • Verified all tests pass
  • Updated documentation, if needed

Additional Notes

Recur field requires a due date to be set first (Taskwarrior limitation). If no due date is provided, recur setting is ignored.

##Demo Video :

Screencast.from.2025-12-21.22-16-57.mp4

@github-actions
Copy link
Copy Markdown

Thank you for opening this PR!

Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools.

Please take a moment to:

  • Check the "Files changed" tab
  • Leave comments on any lines for functions, comments, etc. that are important, non-obvious, or may need attention
  • Clarify decisions you made or areas you might be unsure about and/or any future updates being considered.
  • Finally, submit all the comments!

More information on how to conduct a self review:
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request

This helps make the review process smoother and gives us a clearer understanding of your thought process.

Once you've added your self-review, we'll continue from our side. Thank you!

Implemented recur dropdown in AddTaskDialog with daily, weekly, monthly, yearly options. Backend now handles recur field with proper validation requiring due date before setting recurrence. Updated all related types, handlers and tests to support task recurrence functionality.
@Hell1213 Hell1213 force-pushed the feat/add-recur-field-to-task-panel branch from b194210 to baa8b64 Compare December 21, 2025 17:03
Copy link
Copy Markdown
Contributor Author

@Hell1213 Hell1213 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done with review I have added recur dropdown to task creation dialog with daily/weekly/monthly/yearly options. Backend validates that due date is set before allowing recurrence (Taskwarrior requirement).

@Hell1213
Copy link
Copy Markdown
Contributor Author

hey @its-me-abhishek ,
Recur field PR is ready for review - implementation follows same pattern as other fields, just added a dropdown for daily/weekly/monthly/yearly options.

@its-me-abhishek its-me-abhishek merged commit 48c914f into CCExtractor:main Dec 22, 2025
4 checks passed
ShivaGupta-14 pushed a commit to ShivaGupta-14/ccsync that referenced this pull request Dec 25, 2025
Implemented recur dropdown in AddTaskDialog with daily, weekly, monthly, yearly options. Backend now handles recur field with proper validation requiring due date before setting recurrence. Updated all related types, handlers and tests to support task recurrence functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants