Skip to content
Snippets Groups Projects
Commit 412ff994 authored by Debauche Stéphane's avatar Debauche Stéphane Committed by Thibault Delavallée
Browse files

[IMP] event: replace state by kanban stage

Purpose
=======
Remove the state on the event and add a stage.
So, we can have more control on the event flow, and we will have less constrains.

Website event
=============
Before
------
People can register for an event if "seats are available" and if the state is "confirmed".

After
-----
People can register for an event if `event_registrations_open` is True,
- Event: seats are available and the event is not finished
- Event sale:  One or more ticket has `sale_available` set to True

Task #2088538
parent d6706850
No related branches found
No related tags found
No related merge requests found
Showing
with 325 additions and 135 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment