issues
search
Databases-and-Informationsystems
/
api
Nlp Project Backend
1
stars
0
forks
source link
B030 Delete Team
#39
Open
Marco-374
opened
6 days ago
Marco-374
commented
6 days ago
Precondition:
User has a created a Team
Content:
User can delete a team
All entries associated with team are deleted (memberships, projects, see #38 )
Deletion is restricted to specific people (team creator)
Create Endpoint to delete document
Postcondition:
Success: Team is deleted
Failure: Error returned (missing rights to delete)
Acceptance Criteria:
Endpoint to delete team is created
All entries related to the team are deleted from the database (projects with documents)
Precondition:
Content:
Postcondition:
Acceptance Criteria: