Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T taskee_backend
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Taskee
  • taskee_backend
  • Merge requests
  • !9

Merged
Created Sep 01, 2025 by Piedro Rockembach Nunes@piedro.nDeveloper

[ Piedro ] Delete event - US05 - CRUD da entidade Evento

  • Overview 0
  • Commits 7
  • Pipelines 3
  • Changes 5

O que foi feito

Foi criado o endpoint para a remoção de um evento e os testes referentes a este endpoint.

o que mudou

Nesta branch foram criados os arquivos:

  • app/schemas/event/delete_event_request.py
  • app/schemas/event/delete_event_response.py

No arquivo app/controllers/event_controller.py:

  • foi adicionada a rota “/delete”.

No arquivo app/services/event_service.py

  • foi adicionada a função “delete_event”.

No arquivo tests/test_event_service.py foram adicionadas as funções:

  • test_delete_event_success
  • test_delete_event_not_found
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feat/events_delete