NickPriv / FryRankBackend

A back-end Java application allowing users to create and view reviews for french fries at restaurants
https://fryrank.oxyserver.com
0 stars 0 forks source link

Split aggregate functionality from reviews API #55

Closed oxyflush closed 3 months ago

oxyflush commented 4 months ago

This is primarily because the reviews API does too much. If we just need aggregate review information on the restaurants page, we should not have to pull all the reviews as well.