-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
task(api/save): limita a quantidade de grades que o usuário pode salv…
…ar (#156) * api(search): Aumenta o número de disciplinas retornadas na busca - Agora a api retorna até 15 disciplinas por busca * api(save_schedule): Define limite de grades que podem ser salvas - O usuário só pode salvar até 10 grades * api(save_schedule): adiciona testes para limite de salvamento de grades - Foram feitas modificações necessárias na classe TestScheduleSaveAPI de teste para tornar o teste funcional - Foram adicionados testes para verificar se o limite de salvamento de grades está funcionando corretamente - Adicionado mensagem de erro para quando o limite for atingido
- Loading branch information
1 parent
4be57e1
commit f2eeafb
Showing
2 changed files
with
74 additions
and
10 deletions.
There are no files selected for viewing
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
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