issues
search
Final-project-of-Team-5-Telerik-Academy
/
final_project_team_5
MIT License
1
stars
0
forks
source link
Final fixes and changes
#41
Closed
dimitar-st-atanasov
closed
11 months ago
dimitar-st-atanasov
commented
11 months ago
Added more endpoints in teams and players routers:
add_player_by_id_to_team (admin or director(owner of the team))
remove_player_by_id_from_team (admin or director(owner of the team))
edit_player (админ или директор(if player is not connected to an user), user(if user is connected to a player))
Uploaded the last version of MariaDB datascript into datascript.sql and all predefined tables into predefined.sql.
Wrote full description in readme.md together with @petar-georgievv and @yasen-sotirov
Uploaded a screenshot of the SQL diagram together with @petar-georgievv and @yasen-sotirov
Changed expiration time of token from 180 min to 30 min
Called send_email function when users verify their account so an email can be send to them