osmlab / to-fix-backend

The to-fix server
BSD 3-Clause "New" or "Revised" License
15 stars 13 forks source link

Return limited data per item in `get-project-items` endpoint #234

Closed batpad closed 6 years ago

batpad commented 6 years ago

We should omit the FeatureCollection from the response in the get-project-items endpoint. A client should request for a single feature if they want the full representation, and the representation in the list view can be a summary representation.

cc @kepta - does that sound fine?

kepta commented 6 years ago

Currently the wait times are around sub minutes. This looks like a welcome addition to make tofix more usable.

screen shot 2017-11-13 at 9 03 47 am