Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Maintenance] - Edit Event Includes Rescheduling Time
Open
@glickgNU is already working on this.
Since Aug 23, 2026.
maintenance
stale
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
When changing the time of an event, user's should be able to edit it through the edit icon (pencil), as well as the reschedule event option.
Acceptance Criteria
- user can edit event time through edit icon, if the event has already been scheduled
Proposed Solution
- In EventModal.tsx if the event is SCHEDULED, render the event start/end time
- Add new field rescheduleArgs: { startTime, endTime } to the EventPayload in EventModal.tsx
- EditEventModal.tsx: if rescheduleArgs is present, call useScheduleEvent with those args
Mocks
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.