Add smart opinion #38

Closed
opened 2020-02-01 00:18:42 +01:00 by flecomte · 0 comments
flecomte commented 2020-02-01 00:18:42 +01:00 (Migrated from github.com)

The opinion should be null.
The opinion can be multiple.

The opinions is a limited list.
This list is a separeted table with columns:

  • id
  • name
  • created_at
  • disabled_at

This list must be retrieve with route GET "/opinions"
An opinion can be set with route PUT "/article/opinion" with ids of opinion in body

The reason exist in positive, neutral and negative.


  • bien écrit
  • non fini
  • liberticide
  • je préfère un autre article sur le même sujet
  • trop de dérives possibles
  • trop évasif
  • autre
The opinion should be null. The opinion can be multiple. The opinions is a limited list. This list is a separeted table with columns: - id - name - created_at - disabled_at This list must be retrieve with route GET "/opinions" An opinion can be set with route PUT "/article/opinion" with ids of opinion in body The reason exist in positive, neutral and negative. --- - bien écrit - non fini - liberticide - je préfère un autre article sur le même sujet - trop de dérives possibles - trop évasif - autre
Sign in to join this conversation.