aceleradora-TW / aceleradora-TW/easy-beasy-v2
Cadastrar perguntas back
- Vorherrschende Sprache
- Java
- Sterne
- 5
- Forks
- 6
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
- [x] Suporte a POST /questions
- [x] Sucesso salva nova pergunta
- [ ] Atributos são area, stage e question
- [ ] Área pode ser Financeiro, ....
- [ ] Estágio precisa ser numérico, inteiro e maior que zero
- [x] Pergunta é texto
- Exemplo
POST /question
{
"area": "Financeiro",
"stage": 2,
"question": "Você está entendendo?"
}
- [x] Em caso de sucesso, retorna 200 OK
- [ ] Informa falha específica para falta de campos obrigatórios
- [ ] Informa falha específica para área ou estágio inexistente
- Edição
- Deleção
- Listagem
Data de início: 28/11/2019
Data de término: 28/11/2019
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start by locating the implementation of POST /questions and the question model or controller. Review the existing endpoint behavior against the listed attributes, validation rules, error responses, and the unfinished edit, deletion, and listing requirements; done means the specified operations and failure cases are implemented and verified.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- api, backend
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100