Final-project-of-Team-5-Telerik-Academy / final_project_team_5

MIT License
1 stars 0 forks source link

Director requests #33

Closed dimitar-st-atanasov closed 12 months ago

dimitar-st-atanasov commented 12 months ago
  1. Added director request endpoints - user can request to director a creation of a player if a player with his full name doesn't exist;
  2. Moved all endpoints from router to service if/elif verifications and calling other functions. That way the client can't change anything in the code.
  3. Added email_send and email_send_verification functions calling in all necessary functions.