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

Calendar View #4

Open
EnqiZhang99 opened this issue Oct 22, 2020 · 2 comments
Open

Calendar View #4

EnqiZhang99 opened this issue Oct 22, 2020 · 2 comments

Comments

@EnqiZhang99
Copy link

Implement Calendar view based on Figma design below

https://www.figma.com/file/hUluYT2dbw4VormTKyluEl/WebReg-shared?node-id=2098%3A190

@ally1250
Copy link

ally1250 commented Jan 20, 2021

Calendar View (video):
https://drive.google.com/file/d/1Dtu9yustLg7cbTBUEZN9m4vfcoXfjUtP/view?usp=sharing

TODO:

  1. When users tap on the course cards in the calendar view, there should be a course detail card that pops up from the bottom. Dian created the course detail card as a reusable component but it is not yet integrated with the calendar view.
    image

  2. Tapping on one course should highlight all sections of that course.

@kevdesilva01 kevdesilva01 self-assigned this Jan 20, 2022
@kevdesilva01
Copy link

The existing issue with the calendar view is the course cards are not scrolling along with the calendar. This has to do with them being placed in a stack, with the children being "Positioned" widgets with the course info. This means it has an absolute position. The possible solutions/resources to help fix this are these:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants