developmentseed / scoreboard

Encouraging OpenStreetMap mappers with badges, graphs & stats! ✨🕹
https://developmentseed.org/scoreboard
27 stars 9 forks source link

Implement Join Team button on Team Stats page #539

Open guidorice opened 4 years ago

guidorice commented 4 years ago

The button should be hidden if

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

Relates to #526, #530

guidorice commented 4 years ago

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.