-
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
Feature/andrewzpu/program page #62
Conversation
Visit the preview URL for this PR (updated for commit a79c54f): https://pia-dev-60cea--pr62-feature-andrewzpu-pr-tlrgoicf.web.app (expires Mon, 22 Apr 2024 15:54:16 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: b780ee12a240535f7ca0729d49968573a1f3e284 |
2d6009c
to
f5f8db0
Compare
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.
Looks clean!
bc3a144
to
f34bd33
Compare
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.
One minor change
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.
LGTM! 🚀
Tracking Info
Resolves #31
Resolves #44
Resolves #47
Changes
Created layout Programs Card UI element and Programs page.
Implemented different layouts for different screen sizes
Added some more settings to tailwind config and global.css
Created backend route to get list of all existing programs.
Connected programs page to backend route to visually display all program data
Testing
Ran on my own local host
Tested different size screens using device toolbar in developer view
Confirmation of Change
Standard View
Tablet View
Mobile View
Extra Large View
Backend Route Result
Programs page with database program data populated
Notes:
Card color in populated data is saved as #AEFFEA, this is not the default color
Student counts for each card is currently commented out until this data is added to the program schema