refactor(ms-simulado): rename TipoSimulado → Categoria (naming pass) - #146
Closed
FernandoAlmeidaPinto wants to merge 2 commits into
Closed
refactor(ms-simulado): rename TipoSimulado → Categoria (naming pass)#146FernandoAlmeidaPinto wants to merge 2 commits into
FernandoAlmeidaPinto wants to merge 2 commits into
Conversation
Pure rename — no schema or behavior change. Route changes from /v1/tipo-simulado to /v1/categoria. MongoDB collection changes from tiposimulados to categorias (migration script pending). Parte do Card 01 da refatoração Categoria (docs/categoria-simulado.md §8).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tipo-simulado→categoriaem ms-simulado (Card 01)/v1/tipo-simulado→/v1/categoriatiposimulados→categorias(migration script pendente — Card 21)Arquivos afetados
src/modules/categoria/(10 arquivos)src/modules/tipo-simulado/(10 arquivos)prova/,simulado/,questao/,historico/,app.module.tsTest plan
grep -r "TipoSimulado\|tipo-simulado\|tipoSimulado" src/retorna zeronpm run buildsem erros TypeScriptnpm run test— 17/17 testes passandoGET /v1/categoriaresponde igual aoGET /v1/tipo-simuladoanteriorDependências
tipo→categoria)Ref:
docs/categoria-simulado.md§8 passo 1🤖 Generated with Claude Code