BreakOutEvent / breakout-backend

The backend for BreakOut
GNU Affero General Public License v3.0
12 stars 2 forks source link

Minimize JSON Views #172

Open florianschmidt1994 opened 7 years ago

florianschmidt1994 commented 7 years ago

Minimize JSON Views in order to reduce needed queries for various endpoints. This should significantly reduce load

florianschmidt1994 commented 7 years ago

This also includes rethinking some of the structure of the API endpoints!

tgraupne commented 7 years ago

Minimizing the PostingView was finished with https://github.com/BreakOutEvent/breakout-backend/commit/ec696043ebf4fad8260fe279ad2a79c9bf02218a

At this point we introduced the PostingRespsonseView to avoid breaking changes.

Next step: optimising the TeamView/ Team entity.