Fix; Model Simplifications #12
Merged
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.
This pull request introduces several changes across the codebase, including updates to CI workflows, model simplifications, new features for profile and editing views, and cleanup in repository logic. Below is a summary of the most significant changes grouped by theme.
CI Workflow Updates
firebase_options.dartin the CI workflow, ensuring the file is present before proceeding with other steps. [1] [2]skip_ci, improving the flexibility of test execution.Model Simplifications
tipofield from theCamaramodel, along with all associated references in its constructor, serialization, and deserialization logic. [1] [2] [3] [4] [5] [6]CamaraRepositoryto remove thetipofield from fetched data if it exists. [1] [2]New Features
ProfileAdminViewscreen to display administrator profile details, including options to change the password and log out.ProfileAdminViewscreen. [1] [2]Editing Views Enhancements
Camara,Instalacion, andVehiculoentities, allowing users to update their details via dedicated edit screens. [1] [2] [3] [4] [5] [6]tipofield from theEditCamarascreen, aligning it with the updatedCamaramodel. [1] [2] [3] [4]Code Cleanup
allDisplayNamesgetter inEstadoCamarafor better readability.