feat(pets): implement strict pets management ui, i18n translations and pipeline validations#87
Merged
CFBruna merged 34 commits intov2/monorepo-migrationfrom Feb 25, 2026
Merged
Conversation
…d domain exceptions
…min.site.register()
…rvice, add full error handling
…date factories with all new fields
… format, gender field and service layer errors
…egistration is handled centrally in accounts/admin
…ion prompt for existing rows
…i18n translations (es, pt_BR)
…; fix size_category default test to use Breed() directly
…wrapping, new error types, fix factories to use faker instead of random
…ate test_services imports with new error types
…er import to module level in forms
…d 3-useState rules
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.
What Changed
admin/petspath under the correct root lazy import inmain.tsx.PetViewSetin backend to remove disabled pagination, allowing proper List/Search fetching for Pets via API.useEffectcascading re-renders and completing Prettier/Linter formats on the frontend stack.Why
The previous implementation of the Pets administrative screen was inaccessible from the sidebar, failed to display results due to malformed list structures, lacked Spanish/English translations (violating core standards), and required stringent data encapsulation tests (mypy, ruff, bandit, eslint) to be fully approved before merging.
How to Test
uv run python src/manage.py runserverand frontend withnpm run dev.npm run lint,npm run buildanduv run pytestall finish without any degradation flags.Checklist
uv run pytestpassesnpm run buildpasses