Confirmed users
194
edits
| Line 91: | Line 91: | ||
* Can only store events with results=0 because otherwise (name, event_name) has duplicates when results!=0 | * Can only store events with results=0 because otherwise (name, event_name) has duplicates when results!=0 | ||
* status/<release_name> GET could send back a dict like {'Firefox-31.0b5-build1': [...]} rather then {'name': 'Firefox-31.0b5', 'data': [...]} | * status/<release_name> GET could send back a dict like {'Firefox-31.0b5-build1': [...]} rather then {'name': 'Firefox-31.0b5', 'data': [...]} | ||
* Do we want to go ahead and change all 'status' names to 'events'? ie status.html would be events.html | |||
** For some, but colloquially 'status' makes more sense then 'events' for user facing things | |||
* Make sure that repack_complete event messages are being counted as True even after all chunks are counted. | |||
** Simply counting chunks is not enough, this should still pass a True even without chunks | |||
* | * | ||