GlobBar / server

0 stars 0 forks source link

Dancer's default club #14

Open volkzayaz opened 5 years ago

volkzayaz commented 5 years ago

We introduce new relation between User and Club. All dancers will have exactly one Club associated with them. Dancers will be able to change this club any amount of times.

New data needed: 1) Need a way to retrieve Club, associated with dancer. Note, Fan users do not have associated club. 2) Need a way to update Club for given dancer. Feel free to use existing user editing infrastructure for this operation.

kostya-p-dev commented 5 years ago

done