PyCon / pycon2019

Website for PyCon 2019
BSD 3-Clause "New" or "Revised" License
158 stars 89 forks source link

pycon_api/proposals/ should have a way to return all proposals #585

Open brandon-rhodes opened 8 years ago

brandon-rhodes commented 8 years ago

The new Program Committee voting app, @njl points out, would be easiest to maintain if the pycon_api/proposals/ endpoint had a way to simply return all proposals, whatever their status, and whether they were cancelled or not. The current logic always filters by result__status with no way to turn that filtering off, and always omits cancelled proposals. Instead of filtering, it should include a cancelled Boolean in each proposal’s JSON object, and also have a way to return all proposals regardless of status.