Feature Autoavaliação#38
Open
PauloV1 wants to merge 32 commits into
Open
Conversation
…uations from another Enrollment
…d update Class to use it
…n and self-evaluation.
…lf-evaluation view.
…s and students with a discrepancy greater than 25% in the comparison view.
…Server Discrepancy'
- Merge avaliações do estudante (selfEvaluations) com funcionalidade de média pré-final, pós-final e reprovação por falta - Atualizar classe Enrollment para suportar ambas as features - Atualizar server.ts para carregar self-evaluations e dados de média do arquivo - Atualizar interfaces de Enrollment no cliente
…rver discrepancy feature scenarios
Discrepancy merge
Discrepância na autoavaliação
… test organization
Adicionando configurações
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.
Pull Request - Teaching Assistant
📝 Descrição
O que foi feito:
Esta PR implementa a funcionalidade completa de autoavaliação de estudantes e detecção de discrepâncias entre avaliações do professor e autoavaliações dos alunos.
Principais funcionalidades adicionadas:
Por que foi feito:
Para fornecer aos professores uma ferramenta que auxilie na identificação de discrepâncias entre a percepção do aluno sobre seu desempenho e a avaliação real do professor, permitindo intervenções pedagógicas mais assertivas e melhor acompanhamento do aprendizado.
📌 Observações
Decisões técnicas importantes:
EnrollmentEnrollmentpara melhor encapsulamentoColaboração:
Impacto:
Riscos identificados:
📦 Área afetada
Frontend (Client - React):
Backend (Server - Express/Node.js):
Funcionalidades:
Infraestrutura:
🔧 Tipo de mudança
🧪 Testes
Testes automatizados
Por nível de teste:
EnrollmentEvaluation(constructor, getters, setters, JSON)Por área testada:
Enrollmentcom autoavaliaçõesEvaluationCobertura:
Arquivos de teste criados/modificados:
server/src/__tests__/Enrollment.selfEvaluation.test.ts(novo)server/src/__tests__/Evaluation.test.ts(novo)server/src/__tests__/SelfEvaluation.test.tsclient/src/features/selfEvaluation.featureclient/src/step-definitions/selfEvaluation.steps.tsComo revisar e testar
Testes Unitários (Server):
Testes E2E (Client):
Testar manualmente:
http://localhost:3000http://localhost:3004📸 Screenshots/GIFs
Principais mudanças visuais:
✅ Checklist
🔗 Issues relacionadas