-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Portabilis patch 24/08/2018 #393
Merged
Merged
Conversation
This file contains 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
Estava duplicando as turmas. Foi alterado para retornar com ou sem turmas, pois algumas sem turmas devem ser mandadas para o Educar+ pois são regras diferenciadas, sem relacionamento direto com turma.
- Audita tabela de professor_turma; - Audita tabela de professor_turma_disciplina;
- Usa simpleSearch de rotinas; - Implementa busca por código e operação; - Ajusta tamanho dos campos;
- Adiciona id na tabela e ajusta classe para trabalhar com o campo.
A função do resourceValue serve para preencher o campo caso exista valor, no caso da auditoria, quando busca por uma rotina, o campo deve estar preenchido na tela dos resultados
Uma função que retorna se a data é válida ou não pode ser útil em outros lugares, por isso foi movida para um lugar mais generico
A conversão do campo json para uma tabela html estava se repetindo em 2 arquivos, para melhorar o código foi criado uma trait.
Melhorias issue 3977
Arruma API de regras de avaliação
Um refactor em clsCampos estava fazendo com que todos os campos do tipo arquivo ficassem invisíveis
Corrige bug no no tratamento de campos invisíveis
…eixar os testes mais genéricos
Implementa teste de regressão no campo do tipo arquivo em clsCampos
…aluno e parecer_aluno
Cria triggers para impedir duplicações nas tabelas falta_aluno, nota_aluno e parecer_aluno
Ajustes de auditoria
Cria triggers para auditar tabelas da banco;
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.
Patch do trabalho realizado pela equipe Portabilis durante a semana.
Fix:
Melhorias gerais:
nota_aluno
,parecer_aluno
efalta_aluno
Melhorias na auditoria:
Para mais detalhes, ver commits.
Closes #391