chrisjrn / registrasion

A conference registration app, built on top of the Symposion conference management system
Apache License 2.0
18 stars 14 forks source link

Simplify `Cart` statuses from two booleans down to an int flag #41

Closed chrisjrn closed 8 years ago

chrisjrn commented 8 years ago

Currently carts have:

Currently it's only possible for a cart to be active=False if released=True.

We should translate this to the following statuses:

See also issue #16