Add Upperclassmen Dorm Information #5
Labels
No labels
backend
beginner friendly
bug
chore
documentation
enhancement
frontend
priority/high
priority/low
priority/medium
size/L
size/M
size/S
size/XL
size/XS
stage/backlog
stage/done
stage/in progress
stage/ready
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/housing#5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overall Objective
Currently, the data on the dorms are only on freshman dorms. We want the information for all dorms.
Suggested Approach
You'll primarily be editing data/buildings.ts which has a long list of buildings. Since this is just data collection, I'd just use AI to lookup and add all the data for all the new dorms. THEN check that it did it right. You can use the following pages from housing for data.
https://www.cmu.edu/housing/our-communities/undergraduate/index.html
https://www.cmu.edu/housing/our-communities/undergraduate/sa_upper-class-housing-amenities-fy25-26.pdf
https://www.cmu.edu/housing/resident-services/rates-and-fees/index.html
For a final check that the data is correct run it and check that building details is updated with all the new dorms.
Resources