Arthi-chaud / Meelo

Self-Hosted, Personal Music Server, designed for collectors and music maniacs
GNU General Public License v3.0
43 stars 0 forks source link

Decouple Database Models from API Response Models #639

Closed Arthi-chaud closed 4 months ago

Arthi-chaud commented 7 months ago

There is a very strong coupling between the DB models and API responses. This leads to some overhead, e.g. Response Builders.

Arthi-chaud commented 4 months ago

Closes, since the synchronous response builders now makes this more acceptable