scoreboard icon indicating copy to clipboard operation
scoreboard copied to clipboard

Implement Join Team button on Team Stats page

Open guidorice opened this issue 5 years ago • 1 comments

The button should be hidden if

  • the user is already a team member
  • if the user is not signed in
  • if the team is not “Open”

The button action should call the osm-teams api to make the join request.

Relates to #526, #530

guidorice avatar Apr 01 '20 21:04 guidorice

Possible UI flow: async redux action -> scoreboard api -> osm-teams api -> reload the state on the Team details page -> a toast or banner saying the user has been added.

guidorice avatar Apr 10 '20 18:04 guidorice