POLIMI-FER-codebenders / tournament_app

Tournament app for Code Defenders made by student team of POLIMI and FER students
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Inviting player to your team changes button to "not active" only temporary #75

Closed DominikBrdar closed 1 year ago

DominikBrdar commented 1 year ago

When reloading component team management buttons "send invitations" to already invited players are again green and active

fadlnndd commented 1 year ago

To check if the player has already an invitation to join this team, we need an API to do a get request with all the pending invitation for this team. url = /api/invitation/get-from-team (can be change for better name) response = list of Invitation (with ID_invited_player)

ricnava00 commented 1 year ago

Fixed in #84