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

[CRUD] Ticket #20

Open
7 tasks
rodrigondec opened this issue Nov 5, 2019 · 0 comments
Open
7 tasks

[CRUD] Ticket #20

rodrigondec opened this issue Nov 5, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rodrigondec
Copy link
Member

rodrigondec commented Nov 5, 2019

Foi criado o model Ticket com os seguintes campos:

  • name | String(50)
  • value | Float
  • date | Date
  • _type | INT (choices [1, 2])

É preciso criar o CRUD desse model com os verbos HTTP de API (POST, GET, PUT e DELETE).

  • Create (POST)
  • Update (PUT)
  • Patch (PUT) ?
  • List (GET)
  • Retrieve (GET)
  • Delete (DELETE)
  • Testes de cada verbo

Materiais:

@rodrigondec rodrigondec added enhancement New feature or request help wanted Extra attention is needed labels Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant