UCSD / webreg-mobile

MIT License
1 stars 6 forks source link

Calendar View #4

Open EnqiZhang99 opened 3 years ago

EnqiZhang99 commented 3 years ago

Implement Calendar view based on Figma design below

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

ally1250 commented 3 years ago

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 commented 2 years ago

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: