Skip to content

Schedule Page #53

Description

@vihaan-kk

Description

Create the Schedule page (app/schedule/page.tsx route doesn't exist yet, needs to be created) with a single section per the wireframe: Schedule, tabbed by day.

Suggested Starting Point

  • Schedule: tabs for Friday/Saturday/Sunday, each showing a list of timed events (time + description), sourced from a data file.
  • Build the section as its own component in components/, then compose it in app/schedule/page.tsx.

Acceptance Criteria

  • /schedule route exists and renders the Schedule section.
  • Day tabs (Fri/Sat/Sun) switch correctly between event lists.
  • Schedule content comes from a data file (e.g. data/schedule.ts).
  • Layout matches the wireframe (tabbed day view with timed events).

Testing

  • Frontend build passes.
  • Frontend lint passes.
  • Frontend formatting checks pass.
  • /schedule renders the Schedule section correctly with placeholder content.
  • Day tabs switch correctly and show the right events.

Files touched:

  • Create: app/schedule/page.tsx, components/Schedule.tsx, data/schedule.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions