Skip to content
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

Create /events/:day/:building/:room/sections route for rooms #249

Open
jpahm opened this issue Feb 6, 2025 · 1 comment
Open

Create /events/:day/:building/:room/sections route for rooms #249

jpahm opened this issue Feb 6, 2025 · 1 comment
Labels
L2 A task suitable for someone who is comfortable implementing features.

Comments

@jpahm
Copy link
Contributor

jpahm commented Feb 6, 2025

@TyHil has created a rooms-route branch as part of #247, which adds some new functionality to the API necessary for serving UTD Rooms.

This issue's focus is on adding another route to this branch which provides the section objects for a specific day, building, and room.

@jpahm jpahm added the L2 A task suitable for someone who is comfortable implementing features. label Feb 6, 2025
@TyHil
Copy link
Member

TyHil commented Feb 7, 2025

The /events/:day/:building/:room route also has not been implemented so that would be a good starting place. Then the /events/:day/:building/:room/sections route can just replace all the section IDs from that result with the actual section objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L2 A task suitable for someone who is comfortable implementing features.
Projects
None yet
Development

No branches or pull requests

2 participants