Sprint 3 Grupo 10 - #357
Open
Leo3107 wants to merge 80 commits into
Open
Conversation
…nto Cenarios-BDD
feat: tests of issues 5, 13, 14(template CRUD)
Feat/1-11 importar/atualizar dados sigaa
🔀merge: sistema-de-login into sprint2
Feat/gerar relatorio csv
feat: rspec tests
5 erros no cucumber Failing Scenarios: cucumber features/redefinicao_senha.feature:12 # Cenário: Solicitar redefinição de senha com sucesso (happy path) cucumber features/redefinicao_senha.feature:39 # Cenário: Solicitar redefinição para email não cadastrado (sad path) cucumber features/redefinicao_senha.feature:46 # Cenário: Solicitar redefinição sem informar email (sad path) cucumber features/responder_formulario.feature:13 # Cenário: Resposta completa ao formulário com sucesso (Happy Path) cucumber features/responder_formulario.feature:22 # Cenário: Tentativa de envio com perguntas obrigatórias em branco (Sad Path)
Feat/formularios
arrumei a rota
…funcionou nessa versao do rails)
feat: cobertura completa rspec
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.
Integrantes
O que foi feito?
Refatoração estrutural do sistema visando a entrega final da disciplina. Foram realizadas melhorias na qualidade interna do código por meio da eliminação de code smells, redução da complexidade e do ABC Score identificados pelo RubyCritic, ampliação da cobertura de testes automatizados (RSpec/SimpleCov) para atender às métricas da disciplina, documentação dos métodos utilizando RDoc e reorganização de componentes para aumentar a legibilidade e a manutenibilidade da aplicação. Todas as refatorações preservaram o comportamento funcional do sistema, sendo complementadas por testes de Happy Path e Sad Path para garantir a confiabilidade das funcionalidades existentes.