Is your feature request related to a problem? Please describe.
We should encourage small results when querying this info from the app
Describe the solution you'd like
Only return max 3 classrooms per building, also order them according to amount of time they're available before/after the meeting takes place (most likely to be free)
Describe alternatives you've considered
Filter by other metrics that allow us to get the most relevant classrooms per building, limit query results by no more than ~15 elements?
Additional context
This could possibly be implemented on another service and be executed on top of current behavior to minimize side effects
Is your feature request related to a problem? Please describe. We should encourage small results when querying this info from the app
Describe the solution you'd like Only return max 3 classrooms per building, also order them according to amount of time they're available before/after the meeting takes place (most likely to be free)
Describe alternatives you've considered Filter by other metrics that allow us to get the most relevant classrooms per building, limit query results by no more than ~15 elements?
Additional context This could possibly be implemented on another service and be executed on top of current behavior to minimize side effects