feat: Implementação da Pokédex (Service Layer + UX Otimizado)#70
Open
allbertuu wants to merge 19 commits intolooqbox:masterfrom
Open
feat: Implementação da Pokédex (Service Layer + UX Otimizado)#70allbertuu wants to merge 19 commits intolooqbox:masterfrom
allbertuu wants to merge 19 commits intolooqbox:masterfrom
Conversation
it has one todo test, and when it's finished then all good
for readability and error-proof
it automatically forces bg color expands to all viewport, not only the content
…nd navigation Added tests to verify the visibility of Pokémon details including name, ID, type, and image.
Updated README to provide onboarding guide and project details.
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.
📝 Resumo do Pull Request
Este PR entrega a solução completa para o desafio da Pokédex, focando em uma arquitetura desacoplada e na experiência do usuário final. A implementação prioriza a separação de responsabilidades (Service Layer vs. UI) e a escalabilidade do código.
🏗️ Arquitetura e Decisões Técnicas
src/services): Isolei a comunicação com a API e regras de negócio para garantir que a interface (View) não dependa diretamente da fonte de dados (Model).🧠 Contexto e Filosofia de Desenvolvimento
Tratei este projeto como um curso do começo ao fim, e eu nunca, repito, nunca me arrependi de quando faço assim. Isso me permitiu explorar novos padrões que elevaram a complexidade e a qualidade da entrega. Ah, e foi feito com a organização e o pensamento sistêmico que aplico no meu dia a dia, ok?
Disclaimer Importante:
Reconheço que "Código Limpo" não é um ato individual, mas o resultado de uma cultura de revisão e refatoração constante. Um bom código é sobre o impacto na equipe. Por isso, embora este seja um teste, peço e valorizo feedbacks sinceros sobre o que pode ser melhorado. Por favor, eu adoraria ouvir!!
💡 Sugestão de Melhoria para o Repositório
Durante o desenvolvimento, notei que poderíamos beneficiar futuros candidatos ou colaboradores adicionando um arquivo
CONTRIBUTING.mdpara padronizar a criação de PRs e diretrizes de commit.✅ Checklist de Entrega
Feito com carinho ❤️