Feat/86dxcuw5k - Integração do GET de animais#64
Open
rafael-benv wants to merge 5 commits into
Open
Conversation
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.
Terminar a integração da tela de animais levará uma refatoração no back-end para restringir o acesso de animais à cada propriedade.
A criação de animais novos também leva refatoração no back-end para permitir inserção de animais sem um ID de animal mother.
Por enquanto essa branch faz o GET para retornar os animais do back se utilizada com a branch https://github.com/utfprapps-pb/idr-api/tree/feat/86dxcuw5k_animal_integration. O envio do objeto está correto, mas as restrições do back impedem a inserção no banco de dados.