-
Notifications
You must be signed in to change notification settings - Fork 0
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
Class Preferences #49
base: main
Are you sure you want to change the base?
Conversation
Hey Khai, im running into a 400 error for the following endpoint: GET /volunteer/class_preferences/d98889b0-2f2e-4172-b753-14cdccdd359c 400 121 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great progress :)
function ClassPreferencesCard({ classData }) { | ||
|
||
const RANK1_COLOR = "rgba(67, 133, 172, 1)"; | ||
const RANK2_COLOR = "rgba(67, 133, 172, 0.7)"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can move these to the global styles file
|
||
|
||
<NavLink | ||
to="/volunteer/class-preferences" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ng class preferences
…current user availability
I resolved the conflicts caused after Theo's backend update (goated btw) and added GET endpoints. Now we can see the class preferences cards.