aceleradora-TW / aceleradora-TW/e-acelera-back
[MVP2] api: leitura de progresso de todos os temas de nivelamento: suporte a filtragem de tema
- Lingua principale
- TypeScript
- Stelle
- 2
- Fork
- 4
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
# Contexto
- Queremos dispor de endpoint que retorne apenas os temas do tipo que precisamos listar (autoestudo ou nivelamento)
# Notas técnicas
- Hoje o front recebe toda a lista de temas de um determinado tipo diretamente do Next (ver https://aceleradora-agil.com.br/api/stackbyApi/Themes)
# Critérios
- Endpoint de listagem de temas no nosso backend retorna a mesma estrutura hoje retornada pelo stackby
- GET :urlBackend/themes?type=nivelamento
```json
{
"data": [
{
"id": "rw1716904108694cc944a",
"field": {
...
```
- suporte a filtragem por nivelamento
- suporte a filtragem por autoestudo
Vídeo Explicativo: https://drive.google.com/file/d/1DAmCFULDpcrvSmHJNnvM8vgotx9Cm8mr/view?usp=sharing
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start by locating the backend themes endpoint and comparing its response with the Stackby/Next themes response described in the issue. Verify the GET /themes?type=nivelamento endpoint preserves the expected structure and that both nivelamento and autoestudo filters return only their respective themes.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- next.js, typescript
- Ambito
- api, backend
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100