Have pools phases and bracket phases
Load a list of fighters (first name, last name, licence, birth date)
Create categories and phases
Modify the name of the categories and of the phases
BUG : replace names by uniqid where the search is needed
Put fighters into categories
Add a TODO modal with features to do (red), in progress (orange) and done (green)
Add a type (pools or bracket) to the phases and handle it
Make the "Hide fighters who are at least in one category" checkbox actually work
Add the number of fighters in a category in the category tab
Create groups
Modal windows to handle categories (name, phases, fighters, color) and phases (name, groups)
Delete categories, phases and groups
Modify the name of a group
Fill pools and brackets with fighters from the category (only)
Allow to change the dates
Replace the procedural names of the phases and categories in the tabs by their uniqid (to avoid the spaces problems)
Manage to go back to the current tab when the server receives an information, so that when the page is reloaded, you don't have to click several times to go back where you were
Generate a planification of the matches once phases and groups created and filled
Save the data locally (local storage ?) and on the server to be able to work even disconnected or if the browser crashes and needs to be reloaded
Export all the results and the data (csv, json ?)
Link to Cannelo