Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine

[Maintenance] - Edit Event Includes Rescheduling Time

Open
#4,386 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.