breatheco-de / main-documentation

This repository servers like an aggregator everything that is being developed and publish in breathecode.
7 stars 18 forks source link

Students Voting page. #54

Closed Omonroy36 closed 3 years ago

Omonroy36 commented 3 years ago

Hours: 6

Build a page that allow students to give feedback about their sessions or classes. The page should look similar to this one.

Captura

The API end point is set to recieve the following information given by the student

End point: /v1/feedback/answer/1

Body: {
    "commnet": "All good",
    "score": 2,
    "entity_type": "WORKSHOP",
    "entity_id": 2
}

The goal is to make it simple to use and validate edge cases.

@alesanchezr

alesanchezr commented 3 years ago

Basado en el codigo que entregaste en este repositorio:

alesanchezr commented 3 years ago

Aprobado por 6 horas, eran 4 originales pero hicimos bastante back-n-forth.

Jtoledo88 commented 3 years ago

Pagado