Skip to content

feat: animal diseases module #52

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

Merged
merged 17 commits into from
Apr 17, 2025
Merged

feat: animal diseases module #52

merged 17 commits into from
Apr 17, 2025

Conversation

Minozzzi
Copy link
Collaborator

@Minozzzi Minozzzi commented Apr 9, 2025

@Minozzzi Minozzzi self-assigned this Apr 9, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

@Minozzzi Minozzzi requested a review from Copilot April 16, 2025 00:14
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 76 out of 76 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (5)

src/app/modules/animals/data/use-cases/animal-diseases-use-cases/remote-update-animal-disease-use-case.ts:23

  • [nitpick] Consider renaming the local variable 'url' to 'endpoint' to differentiate it from the class property and improve clarity.
const url = this.url.replace(':propertyId', propertyId).replace(':animalId', animalId)

src/app/modules/animals/data/use-cases/animal-diseases-use-cases/remote-get-animal-diseases-use-case.ts:25

  • [nitpick] Consider renaming the local 'url' variable to 'endpoint' to differentiate it from the class property and improve readability.
const url = this.url.replace(':propertyId', propertyId).replace(':animalId', animalId)

src/app/modules/animals/data/use-cases/animal-diseases-use-cases/remote-get-animal-disease-use-case.ts:22

  • [nitpick] Consider renaming this local variable 'url' to 'endpoint' to avoid shadowing the class property and to enhance clarity.
const url = this.url.replace(':propertyId', propertyId).replace(':animalId', animalId)

src/app/modules/animals/data/use-cases/animal-diseases-use-cases/remote-delete-animal-disease-use-case.ts:23

  • [nitpick] Consider renaming the local 'url' variable to 'endpoint' to differentiate it from the injected URL property.
const url = this.url.replace(':propertyId', propertyId).replace(':animalId', animalId)

src/app/modules/animals/data/use-cases/animal-diseases-use-cases/remote-create-animal-disease-use-case.ts:23

  • [nitpick] Consider renaming the local variable 'url' to 'endpoint' for improved clarity, to avoid shadowing the class property.
const url = this.url.replace(':propertyId', propertyId).replace(':animalId', animalId)

Copy link
Collaborator

@viniciuspegorini viniciuspegorini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ficou ótima a organização da tela.

@Minozzzi Minozzzi merged commit 7dc4e04 into develop Apr 17, 2025
1 check passed
@Minozzzi Minozzzi deleted the feat/animals/diseases branch April 17, 2025 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants