StanfordHCI / bang

💥 Helping people meet for the first time, more than once 💥
MIT License
2 stars 1 forks source link

Mark only fully completed batches as complete #416

Closed i-gao closed 5 years ago

i-gao commented 5 years ago

Currently, all batches that are manually stopped are still marked as complete (because they did roll over). However, when we analyze data, we only want batches where all rounds were completed. There's no way to easily distinguish the two right now when we make api requests for completed batches.

Can we mark batches manually stopped as 'stopped' or 'incomplete'?

e.g. 5d658e94c6519f251da04348

deliveryweb commented 5 years ago

Done, in dev