feat(api): adicionar endpoint para consulta de posição individual no ranking

- Novo endpoint GET /api/v1/ranking/posicao/{id_pessoa}
- Retorna posição, pontuação por bloco e total de consultores
- Para integração com frontend do ATUACAPES
This commit is contained in:
Frederico Castro
2025-12-18 05:50:11 -03:00
parent c388509acb
commit ffdd4cad2c
5 changed files with 64 additions and 3 deletions

View File

@@ -14,3 +14,5 @@ ORACLE_LOCAL_DSN=XEPDB1
ORACLE_CLIENT=oracle-local
HOST_ATUACAPES=https://atuacapes.capes.gov.br
CORS_ORIGINS=http://localhost:5173,http://localhost:4200,http://127.0.0.1:4200