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] Criar Document NoSQL Timeline para Avaliação/PhaseReview #565

Open
3 tasks
alessandrofeitoza opened this issue Jan 19, 2025 · 0 comments
Open
3 tasks

Comments

@alessandrofeitoza
Copy link
Member

WHAT

Precisamos criar um Document do Doctrine ODM (mongoDB) para salvar as informações de linha da entidade PhaseReview

Document name: PhaseReviewTimeline

Attribute Type Nullable Observation
userId UUID NO O id do usuário responsável pela ação
ResourceId UUID NO O id da entidade alterada/cadastrada/removida/etc
title string/enum NO ---
priority int NO ---
datetime datetime NO A data e hora do acontecimento
device string NO O dispositivo que fez a ação (web, smartphone, SO, etc)
platform string NO web / api
from json NO Um json de como a entidade era antes
to json NO Um json de como a entidade ficou

CHECKLIST

Precisamos garantir que no mesmo Pull Request tenhamos todos os itens abaixo:

  • Criar o Document com os atributos, e métodos getters e setters
  • Criar fixtures
  • Criar a migration (ou equivalente do ODM)
@alessandrofeitoza alessandrofeitoza converted this from a draft issue Jan 19, 2025
@alessandrofeitoza alessandrofeitoza moved this from SPRINT BACKLOG to PRODUCT BACKLOG in Aurora Jan 20, 2025
@alessandrofeitoza alessandrofeitoza moved this from PRODUCT BACKLOG to IDEAS in Aurora Jan 31, 2025
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

1 participant