coralproject / pillar

Deprecated: Service layer for the Coral ecosystem
Other
4 stars 1 forks source link

Send simple 200 or 500 on "add answer to gallery" #170

Closed jde closed 8 years ago

jde commented 8 years ago

Currently, the add answer to gallery endpoint returns an incomplete gallery object.

What is happening? When an answer is added to a gallery, only the keys are saved. The Gallery needs to by "hydrated" (populated with the values from the answer collection) before being returned.