- Build the association between User and Sport entities : ~2 hours.
It's a one-to-many unidirectional (one User can have many Sport).
See http://doctrine-orm.readthedocs.org/projects/doctrine-orm/en/latest/reference/association-mapping.html#one-to-many-unidirectional-with-join-table
- Integrate the User->Sport association by creating a field in the AdminBundle/BaseUserAdmin : ~3 hours.
We must be able to add multiple sports to an user (from all types).