Softhouse / xyz

Repo for collecting issues/user stories related to XYZ
0 stars 0 forks source link

add xyz-cv-model; an api specific for our views #93

Closed letterix closed 9 years ago

letterix commented 9 years ago

The new api should match our views in xyz-cv-ui. The calls will then be:

xyz-cv-ui(profile view) -> xyz-cv-model(profile page) -(bulds data) -> xyz-cv-api

This way, we move the computation process away from the client, as well as the heavy api calls.