Skip to content

[scheduler][joy] Add a day view #17696

Open
@flaviendelangle

Description

@flaviendelangle

Follow up on #17695.

Allow to render only one day instead of seven.
The code of the week view should be re-used as much as possible.

In this PR:

  • Create a DayView component that uses the same internals as the WeekView component but render only one day (with as little code duplication as possible)
  • Go to the day view when clicking on a day in the header of the week view

Not in this PR:

  • Navigating to other days than the current one
  • Switching from one view to another (a basic button to toggle can be added, but the UI to switch in handled in [scheduler][joy] Add navigation between views #17697)
  • Render several days at once (this could be a follow up)

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: schedulerThis is the name of the generic UI component, not the React module!designThis is about UI or UX design, please involve a designernew featureNew feature or requeston holdThere is a blocker, we need to wait

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions