HKN-UCSD / old-hkn-server

Member portal for UCSD HKN members.
MIT License
5 stars 6 forks source link

Add Interview Scheduling Page #191

Closed thai-truong closed 3 years ago

thai-truong commented 3 years ago

More ready for review now. Just need to integrate with backend API and we should be ok. If you want to see how it looks, start up the local portal and go to localhost:3000/interview-scheduling.

I basically made something that spawns N number of schedule selector if it is given N number of interview start dates (indicating the start date of each interview week). My rationale for this is that since we most likely won't have interviews on weekends on interview weeks, just weekdays, we should have multiple schedule selectors corresponding to the interview weeks, so the users cannot pick weekends. That and this makes it so that users can see the schedules separated by interview week.

Not sure if this is what we want but this is what I came up with

Some (updated) screenshots:

Default

image

Selecting some times

image

After clicking on confirm

image

netlify[bot] commented 3 years ago

Deploy preview for hknucsd-portal-dev ready!

Built with commit bbf83193def42f0ef2d0e6f135c28d803415f0ca

https://deploy-preview-191--hknucsd-portal-dev.netlify.app

godwinpang commented 3 years ago

@thaigillespie nice work - just some comments happy to merge this in considering our timeline, but need to cleanup soon