Skip to content

feat: Add ability to edit streak start date 📅 #13

@JustinhSE

Description

@JustinhSE

Overview

Allow users to edit their "Current streak start date" directly from the dashboard. This feature improves flexibility and accuracy for tracking progress.

Todo

  • Create a UI component for editing the streak start date.
  • Add form validation to ensure valid date input.
  • Update the users Firestore document schema to include an editable streakStartDate field:
    users/
      <uid>/
        streakStartDate: <timestamp>
    
  • Implement Firestore update logic to modify the streakStartDate field in the user's document.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions