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

[STORY] Sistema de notificações #212

Open
viniciosarodrigues opened this issue Jan 23, 2021 · 0 comments
Open

[STORY] Sistema de notificações #212

viniciosarodrigues opened this issue Jan 23, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@viniciosarodrigues
Copy link
Collaborator

Descrição

  • Seria interessante ter um sistema de notificações no GP, onde o sistema notifique ao usuário com algumas informações relevantes como avisos do sistema, agendamentos, movimentações, financeiro, entre outras.

Possível solução

  • Criar um sistema isolado semelhante à um sistema de logs, sem relacionamentos com tabelas internas.
  • A entidade da solução deve armazenar status (READ, UNREAD)
  • O status da entidade deve ser alterada para READ se já estiver sido lida.
  • A entidade deve armazenar a data/hora da leitura se estiver com status READ
  • A entidade deve conter a seguinte estrutura:
  1. ID
  2. TITULO
  3. DESCRICAO (HTML)
  4. STATUS
  5. DH_LEITURA
  6. DATA_CRIACAO

Observações

Estudar uma estratégia que permita adicionar HTML na descrição da notificação...

@viniciosarodrigues viniciosarodrigues added the enhancement New feature or request label Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant