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

[CMS: Evento] Criação de evento #38

Closed
jeanchilger opened this issue Mar 24, 2020 · 0 comments · Fixed by #61
Closed

[CMS: Evento] Criação de evento #38

jeanchilger opened this issue Mar 24, 2020 · 0 comments · Fixed by #61
Assignees
Labels
enhancement New feature or request

Comments

@jeanchilger
Copy link
Member

jeanchilger commented Mar 24, 2020

R02: Criar evento

(CRUD do evento)

Descrição

O sistema deve permitir a criação de novos eventos (pelo cms), utilizando as informações: nome, descrição, local, curso, banner, dia inicial, duração, inscritível ou não. A criação do evento deve ser feita por meio de um modal.

Mockup

image

Especificação detalhada dos dados

Model utilizado ao longo de todo o CRUD.

Nome do model

  • Event

Atributos

  • name
  • description
  • place
  • course
  • bannerImg
  • startDate
  • duration
  • enrollable
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

Successfully merging a pull request may close this issue.

1 participant