SU-CS308-22FA / FFP-Tracker

Financial Fair Play Tracker

Home Page:https://ffp-tracker.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TFF Admins can delete teams from the system.

tanersnmz opened this issue · comments

As a TFF admin, I want to delete teams at the beginning of the season so that I can keep track of desired teams' financial status.

Definitions of Done:

  • I can view the profile page.

  • I can click on "Delete a Team" on the profile page.

  • I am then redirected to another page.

  • There, I can see all teams.

  • There, I can click the delete button for the desired team.

  • If there is a problem while deleting, I see an error message.

  • If deletion is successful, then the team is deleted, admin of the team gets a notification with an email and the page will be automatically refreshed.

This feature is correctly developed. Passed the tests. Well done, Taner!