Skip to content

Allow scheduling a reminder for a specific date and time in ReminderSender #631

Description

@Kingsman-99

Description

ReminderSender currently sends reminders immediately. Many creators want to schedule a reminder in advance (e.g. "remind the payer one week before the due date"). Adding a datetime picker to choose the send time lets creators set reminders proactively.

Acceptance Criteria

  • The form includes an optional "Send at" datetime input
  • When a future time is selected the reminder is scheduled rather than sent immediately
  • When the field is empty the reminder is sent immediately (existing behaviour)
  • The selected datetime cannot be in the past (show inline validation error if so)
  • Existing tests continue to pass

Context

  • Target file: src/components/ReminderSender.tsx

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions