Skip to content

Add start and end date editing for projects, tasks, and subtasks - #12

Merged
snktshrma merged 1 commit into
mainfrom
cursor/edit-start-end-dates-0037
Jun 19, 2026
Merged

Add start and end date editing for projects, tasks, and subtasks#12
snktshrma merged 1 commit into
mainfrom
cursor/edit-start-end-dates-0037

Conversation

@Tanops

@Tanops Tanops commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Problem

The detail editor only exposed the end date (due). The start date existed in the data model and gantt drag logic, but there was no UI to set it for projects, tasks, or subtasks.

Fix

  • Add Start and End date inputs to the detail sheet for all item types (project, task, subtask).
  • Add Start and End inputs to the gantt bar quick menu as well.
  • Keep dates valid: if start is moved past end (or vice versa), the other date is adjusted to match.

Notes

  • End maps to the existing due field used throughout the app and timeline.
  • Start maps to the existing start field; when unset, bar length still derives from t-shirt size as before.

Testing

  • npm test — all 37 tests pass
  • Playwright: Start/End fields visible in detail sheet; values persist after edit
Open in Web Open in Cursor 

Show editable Start and End date inputs for projects, tasks, and
subtasks in the detail sheet and gantt quick menu. Keep start/end in
sync when one is set past the other.

Co-authored-by: Tanops <Tanops@users.noreply.github.com>
@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-06-19 10:44 UTC

@snktshrma
snktshrma merged commit aab3a35 into main Jun 19, 2026
2 checks passed
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.

3 participants