kriswme2 / teamform-seed

MIT License
0 stars 4 forks source link

[User] Add teamInfo to table user & implemented join team button. #103

Closed ycliae closed 7 years ago

ycliae commented 7 years ago

add new child:

users
---> uid
------> teams: array of participated team

when join button clicked:

  1. check if team full
  2. add participated team to table user
  3. add one record to member list of team

when creating team:

when accepting a access request: