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

Change /reviews/aggregateInformation endpoint to take a body of IDs instead CSV query param ids #56

Open oxyflush opened 3 months ago

oxyflush commented 3 months ago

This simplifies the interface between frontend and backend since there is extra work being done on front end to convert object -> list -> string and then on the backend to convert string -> list when we could just send a list.