Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign the Planner page in mobile so that the user on mobile does not need to scroll to start choosing classes #332

Open
tomaspalma opened this issue Oct 28, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@tomaspalma
Copy link
Member

tomaspalma commented Oct 28, 2024

This includes the way that the Schedule appears in mobile as well.

As discussed in the meeting some of the points to change are:

  • The schedule component in mobile should be the same in the desktop version
  • Decrease the information to include the most important aspects on the SlotBox.tsx
  • Add tabs to have one for choosing classes and the other to see the schedule

Notes to ease development

  • We have a ResponsiveLessonBox which is the boxes that appear on mobile. If we use the same schedule between the desktop and mobile that component can disappear. This code is present in SlotBox.tsx, we probably have to remove the ResponsiveLessonBox.

  • There is also a differente render for mobile of the schedule component that needs to be removed

@tomaspalma tomaspalma changed the title Redesign the Planner page so that the user on mobile does not need to scroll to start choosing classes Redesign the Planner page in mobile so that the user on mobile does not need to scroll to start choosing classes Oct 28, 2024
@tomaspalma tomaspalma added the good first issue Good for newcomers label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants