Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[api] - Adicionar novos atributos para a entidade Evento. #488

Closed
4 tasks
saracamilo opened this issue Jan 6, 2025 · 1 comment
Closed
4 tasks

[api] - Adicionar novos atributos para a entidade Evento. #488

saracamilo opened this issue Jan 6, 2025 · 1 comment

Comments

@saracamilo
Copy link
Member

saracamilo commented Jan 6, 2025

WHAT

Precisamos modificar a entidade Event para receber novos dados.

flowchart TD
  Space <--N:M--> Tag
Loading
Atributo/Coluna Tipo Nullable Obs
coverImage varchar(255) yes
subtitle varchar(255) yes
shortDescription varchar(255) yes
longDescription TEXT yes
tags array no ManyToMany (`Tag`)
site varchar(255) yes
phoneNumber varchar(20) yes
maxCapacity int no
accessible_audio ternary yes
accessible_libras ternary yes

CHECKLIST

  • Modificar a entidade
  • Modificar os testes unitários
  • Ajustar as fixtures
  • Criar a migration
@saracamilo saracamilo added this to Aurora Jan 6, 2025
@saracamilo saracamilo converted this from a draft issue Jan 6, 2025
@alessandrofeitoza alessandrofeitoza moved this from SPRINT BACKLOG to PRODUCT BACKLOG in Aurora Jan 8, 2025
@alessandrofeitoza alessandrofeitoza moved this from PRODUCT BACKLOG to SPRINT BACKLOG in Aurora Jan 30, 2025
@alessandrofeitoza alessandrofeitoza moved this from SPRINT BACKLOG to PRODUCT BACKLOG in Aurora Jan 30, 2025
@alessandrofeitoza alessandrofeitoza moved this from PRODUCT BACKLOG to IDEAS in Aurora Feb 3, 2025
@alessandrofeitoza
Copy link
Member

Já foi resolvida no PR #663

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: IDEAS
Development

No branches or pull requests

2 participants