Skip to content

Informação quando não tem fase selecionada#396

Merged
CaffeineIssues merged 2 commits into
developfrom
feature/no-stage-selected-info
Jul 14, 2026
Merged

Informação quando não tem fase selecionada#396
CaffeineIssues merged 2 commits into
developfrom
feature/no-stage-selected-info

Conversation

@CaffeineIssues

@CaffeineIssues CaffeineIssues commented Jul 14, 2026

Copy link
Copy Markdown
Member

✅ Descrição do propósito desse Pull Request


🧭 Referência a Issue

[#394 ]

❓ O que foi feito para atingir isso?


🏃‍♀️ Tipo de mudança

Marque as opções relevantes:

  • Bug fix (correção de bug)
  • Nova feature (mudança não retrocompatível que adiciona funcionalidade)
  • Mudança de breaking (correção ou feature que faria com que a funcionalidade existente não funcionasse como esperado)
  • Documentação (somente mudanças ou atualizações na documentação)

🕵️ Como foi testado?

  • Critério de aceitação
  • Testes de software (TDD, BDD, UNITÁRIO, INTEGRAÇÃO, E2E)

Checklist: ✔️

  • Meu código segue as diretrizes do projeto
  • Eu fiz um code review com minha equipe
  • Eu comentei meu código, especialmente em áreas de difícil entendimento
  • Eu atualizei a documentação correspondente
  • Testes novos e existentes passaram localmente com minhas alterações

Observação:

@CaffeineIssues
CaffeineIssues changed the base branch from main to develop July 14, 2026 14:01
@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 511 files, which is 361 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 413d40ee-acdd-46b2-b55e-0d565a9bd518

📥 Commits

Reviewing files that changed from the base of the PR and between 48cf723 and 2055357.

⛔ Files ignored due to path filters (8)
  • composer.lock is excluded by !**/*.lock
  • database/importSheet/musica_abertura.csv is excluded by !**/*.csv
  • package-lock.json is excluded by !**/package-lock.json
  • public/images/logos/ceara.png is excluded by !**/*.png
  • public/images/logos/eparc.png is excluded by !**/*.png
  • public/images/logos/mini-mapa-cultural.png is excluded by !**/*.png
  • public/images/logos/suite.png is excluded by !**/*.png
  • public/sounds/notification.mp3 is excluded by !**/*.mp3
📒 Files selected for processing (511)
  • .claude/settings.json
  • .coderabbit.yaml
  • .env.example
  • .env.testing
  • .github/workflows/codecov.yml
  • .github/workflows/lint.yml
  • .gitignore
  • .husky/pre-commit
  • .prettierrc
  • .vscode/extensions.json
  • .vscode/settings.json
  • CLAUDE.md
  • README.md
  • app/Console/Commands/GeneratePUML.php
  • app/Console/Commands/ImportGoogleSheetsCommand.php
  • app/Console/Commands/ImportSpreadsheetCommand.php
  • app/Console/Commands/SyncDiligenceEmailsCommand.php
  • app/Contracts/DiligenceableResolver.php
  • app/Contracts/InstallmentCycleStrategy.php
  • app/Enums/AccountType.php
  • app/Enums/AgentStatus.php
  • app/Enums/CategoryType.php
  • app/Enums/Concerns/HasOptions.php
  • app/Enums/Contracts/HasLabel.php
  • app/Enums/DeliberationType.php
  • app/Enums/DiligenceDirection.php
  • app/Enums/DisabilityType.php
  • app/Enums/DocumentImagePosition.php
  • app/Enums/DocumentImageSection.php
  • app/Enums/DocumentPhase.php
  • app/Enums/DocumentStatus.php
  • app/Enums/DocumentType.php
  • app/Enums/Education.php
  • app/Enums/FileStatus.php
  • app/Enums/InstrumentType.php
  • app/Enums/OpeningStatus.php
  • app/Enums/ProfileSnapshotSource.php
  • app/Enums/ProjectStageSlug.php
  • app/Enums/ProjectStageStatus.php
  • app/Enums/RaceColor.php
  • app/Enums/ReportStatus.php
  • app/Enums/Role.php
  • app/Enums/SexualOrientation.php
  • app/Http/Controllers/AgentController.php
  • app/Http/Controllers/Auth/AuthenticatedSessionController.php
  • app/Http/Controllers/Auth/ConfirmablePasswordController.php
  • app/Http/Controllers/Auth/EmailVerificationNotificationController.php
  • app/Http/Controllers/Auth/EmailVerificationPromptController.php
  • app/Http/Controllers/Auth/NewPasswordController.php
  • app/Http/Controllers/Auth/PasswordController.php
  • app/Http/Controllers/Auth/PasswordResetLinkController.php
  • app/Http/Controllers/Auth/VerifyEmailController.php
  • app/Http/Controllers/BudgetController.php
  • app/Http/Controllers/DiligenceMessageController.php
  • app/Http/Controllers/DocumentController.php
  • app/Http/Controllers/FileController.php
  • app/Http/Controllers/FormalizationController.php
  • app/Http/Controllers/GroupController.php
  • app/Http/Controllers/InstallmentController.php
  • app/Http/Controllers/LegalAnalysisController.php
  • app/Http/Controllers/MonitoringController.php
  • app/Http/Controllers/NoticeController.php
  • app/Http/Controllers/NotificationController.php
  • app/Http/Controllers/OpeningController.php
  • app/Http/Controllers/PaymentController.php
  • app/Http/Controllers/ProfileController.php
  • app/Http/Controllers/ProjectController.php
  • app/Http/Controllers/ProjectStageController.php
  • app/Http/Controllers/UserController.php
  • app/Http/Middleware/HandleInertiaRequests.php
  • app/Http/Requests/Agent/AgentStoreRequest.php
  • app/Http/Requests/Agent/AgentUpdateRequest.php
  • app/Http/Requests/Auth/LoginRequest.php
  • app/Http/Requests/Budget/BudgetStoreRequest.php
  • app/Http/Requests/Budget/BudgetUpdateRequest.php
  • app/Http/Requests/Diligence/StoreDiligenceMessageRequest.php
  • app/Http/Requests/Document/DocumentStoreRequest.php
  • app/Http/Requests/Document/DocumentUpdateRequest.php
  • app/Http/Requests/File/FileRequest.php
  • app/Http/Requests/Formalization/FormalizationStoreRequest.php
  • app/Http/Requests/Formalization/FormalizationUpdateRequest.php
  • app/Http/Requests/Monitoring/MonitoringStoreRequest.php
  • app/Http/Requests/Monitoring/MonitoringUpdateRequest.php
  • app/Http/Requests/Notice/NoticeStoreRequest.php
  • app/Http/Requests/Notice/NoticeUpdateRequest.php
  • app/Http/Requests/Opening/OpeningStoreRequest.php
  • app/Http/Requests/Opening/OpeningUpdateRequest.php
  • app/Http/Requests/Payment/PaymentStoreRequest.php
  • app/Http/Requests/Payment/PaymentUpdateRequest.php
  • app/Http/Requests/ProfileUpdateRequest.php
  • app/Http/Requests/Stages/AdvanceStageRequest.php
  • app/Http/Requests/Stages/ReturnStageRequest.php
  • app/Http/Resources/AgentResource.php
  • app/Http/Resources/AuditResource.php
  • app/Http/Resources/DiligenceMessageResource.php
  • app/Http/Resources/DocumentImageResource.php
  • app/Http/Resources/DocumentResource.php
  • app/Http/Resources/FileResource.php
  • app/Http/Resources/FormalizationResource.php
  • app/Http/Resources/NoticeResource.php
  • app/Http/Resources/OpeningResource.php
  • app/Http/Resources/PaymentResource.php
  • app/Http/Resources/ProfileSnapshotResource.php
  • app/Http/Resources/ProjectResource.php
  • app/Imports/ProjectImport.php
  • app/Jobs/DownloadMapasProjectFileJob.php
  • app/Jobs/LoadSpreadsheetProjectFilesJob.php
  • app/Jobs/SyncMonitoringJob.php
  • app/Jobs/SyncMonitoringRegistrationJob.php
  • app/Jobs/SyncMonitoringRegistrationsJob.php
  • app/Jobs/SyncNoticeRegistrationsJob.php
  • app/Jobs/SyncNoticesJob.php
  • app/Jobs/SyncProjectFilesJob.php
  • app/Jobs/SyncRegistrationDetailsJob.php
  • app/Mail/DiligenceMail.php
  • app/Models/Agent.php
  • app/Models/Budget.php
  • app/Models/Category.php
  • app/Models/DiligenceMessage.php
  • app/Models/Document.php
  • app/Models/DocumentImage.php
  • app/Models/File.php
  • app/Models/Formalization.php
  • app/Models/Installment.php
  • app/Models/LegalAnalysis.php
  • app/Models/LegalAnalysisFile.php
  • app/Models/Monitoring.php
  • app/Models/Notice.php
  • app/Models/Opening.php
  • app/Models/OpeningSupervisor.php
  • app/Models/Payment.php
  • app/Models/ProfileSnapshot.php
  • app/Models/Project.php
  • app/Models/ProjectStage.php
  • app/Models/User.php
  • app/Notifications/AppNotification.php
  • app/Observers/NoticeObserver.php
  • app/Observers/ProjectObserver.php
  • app/Providers/AppServiceProvider.php
  • app/Services/AgentService.php
  • app/Services/AuditService.php
  • app/Services/BudgetService.php
  • app/Services/CategoryService.php
  • app/Services/DiligenceMessageService.php
  • app/Services/Diligenceable/MonitoringDiligenceableResolver.php
  • app/Services/DiligenceableResolverRegistry.php
  • app/Services/Documents/DocumentPdfService.php
  • app/Services/Documents/DocumentService.php
  • app/Services/Documents/DocumentTypeRegistry.php
  • app/Services/FileService.php
  • app/Services/FormalizationService.php
  • app/Services/GoogleSheetsService.php
  • app/Services/InstallmentImportService.php
  • app/Services/InstallmentService.php
  • app/Services/LegalAnalysisService.php
  • app/Services/MapasClient.php
  • app/Services/NoticeService.php
  • app/Services/NotificationService.php
  • app/Services/OpeningUpdateService.php
  • app/Services/PUMLGeneratorService.php
  • app/Services/ProfileSnapshotService.php
  • app/Services/ProjectDocumentService.php
  • app/Services/ProjectService.php
  • app/Services/ProjectStageService.php
  • app/Services/ProjectSupervisorService.php
  • app/Services/RegistrationFileExtractor.php
  • app/Services/SpreadsheetImportService.php
  • app/Services/Strategies/StandardInstallmentCycleStrategy.php
  • app/Support/DocumentNumber.php
  • app/Support/ImageSync.php
  • app/Support/Import.php
  • app/Support/Mask.php
  • app/Support/Notify.php
  • app/Support/Spreadsheet/Maps/InstallmentSpreadsheetMap.php
  • app/Support/Spreadsheet/SpreadsheetImporter.php
  • app/Support/Spreadsheet/SpreadsheetMap.php
  • app/Traits/HasCreatedBy.php
  • app/Traits/HasFiles.php
  • bootstrap/app.php
  • bootstrap/providers.php
  • composer.json
  • config/audit.php
  • config/auth.php
  • config/database.php
  • config/efomento.php
  • config/excel.php
  • config/imap.php
  • config/permission.php
  • config/queue.php
  • config/sentry.php
  • config/spreadsheet_mappings.php
  • coverage.xml
  • cypress.config.js
  • cypress/e2e/efomento/AppSubHeader/appSubHeader.cy.js
  • cypress/e2e/efomento/ListProjects/listProjects.cy.js
  • cypress/e2e/efomento/auth/login.cy.js
  • cypress/e2e/efomento/noticePage/notice.cy.js
  • cypress/e2e/efomento/profilePage/profile.cy.js
  • cypress/e2e/efomento/projects/formalization.cy.js
  • cypress/e2e/efomento/projects/projects.cy.js
  • cypress/fixtures/example.json
  • cypress/fixtures/notices.json
  • cypress/fixtures/projects.json
  • cypress/fixtures/users.json
  • cypress/pages/ListProjects/elements.js
  • cypress/pages/ListProjects/index.js
  • cypress/pages/appSubHeader/elements.js
  • cypress/pages/appSubHeader/index.js
  • cypress/pages/auth/credentialsReset.js
  • cypress/pages/auth/elements.js
  • cypress/pages/auth/index.js
  • cypress/pages/notice/elements.js
  • cypress/pages/notice/index.js
  • cypress/pages/profile/elements.js
  • cypress/pages/profile/index.js
  • cypress/pages/project/ProjectPage.js
  • cypress/pages/project/elements.js
  • cypress/pages/project/formalizationTab/FormalizationTab.js
  • cypress/pages/project/formalizationTab/elements.js
  • cypress/pages/project/formalizationTab/index.js
  • cypress/support/commands.js
  • cypress/support/constants/documents.js
  • cypress/support/e2e.js
  • cypress/support/workflows/FormalizationWorkflow.js
  • database/factories/AgentFactory.php
  • database/factories/BudgetFactory.php
  • database/factories/CategoryFactory.php
  • database/factories/DiligenceMessageFactory.php
  • database/factories/DocumentFactory.php
  • database/factories/DocumentImageFactory.php
  • database/factories/FileFactory.php
  • database/factories/FormalizationFactory.php
  • database/factories/InstallmentFactory.php
  • database/factories/LegalAnalysisFactory.php
  • database/factories/LegalAnalysisFileFactory.php
  • database/factories/MonitoringFactory.php
  • database/factories/NoticeFactory.php
  • database/factories/OpeningFactory.php
  • database/factories/OpeningSupervisorFactory.php
  • database/factories/PaymentFactory.php
  • database/factories/ProfileSnapshotFactory.php
  • database/factories/ProjectFactory.php
  • database/factories/ProjectStageFactory.php
  • database/factories/UserFactory.php
  • database/migrations/0001_01_01_000000_create_users_table.php
  • database/migrations/2026_02_16_025655_create_permission_tables.php
  • database/migrations/2026_02_27_164440_create_categories_table.php
  • database/migrations/2026_02_27_164441_create_notices_table.php
  • database/migrations/2026_03_02_125415_add_deleted_at_to_notices_table.php
  • database/migrations/2026_03_11_125219_create_audits_table.php
  • database/migrations/2026_03_11_141247_create_agents_table.php
  • database/migrations/2026_03_16_161002_create_projects_table.php
  • database/migrations/2026_03_16_161003_create_openings_table.php
  • database/migrations/2026_03_18_000001_create_files_table.php
  • database/migrations/2026_03_20_000001_add_supervisor_fields_to_users_table.php
  • database/migrations/2026_03_20_000002_create_opening_supervisor_table.php
  • database/migrations/2026_03_23_160912_create_legal_analyses_table.php
  • database/migrations/2026_03_26_155401_create_formalizations_table.php
  • database/migrations/2026_03_27_133934_create_legal_analysis_files_table.php
  • database/migrations/2026_03_30_000001_create_documents_table.php
  • database/migrations/2026_03_30_000002_create_document_images_table.php
  • database/migrations/2026_03_31_123538_create_payments_table.php
  • database/migrations/2026_03_31_181433_create_budgets_table.php
  • database/migrations/2026_03_31_181905_create_installments_table.php
  • database/migrations/2026_04_07_122011_create_notifications_table.php
  • database/migrations/2026_04_08_170256_create_monitorings_table.php
  • database/migrations/2026_04_16_000001_create_project_stages_table.php
  • database/migrations/2026_04_24_000001_create_profile_snapshots_table.php
  • database/migrations/2026_06_09_000001_create_diligence_messages_table.php
  • database/seeders/AgentSeeder.php
  • database/seeders/BudgetSeeder.php
  • database/seeders/DatabaseSeeder.php
  • database/seeders/FileSeeder.php
  • database/seeders/LegalAnalysisSeeder.php
  • database/seeders/MonitoringSeeder.php
  • database/seeders/NoticeSeeder.php
  • database/seeders/PaymentSeeder.php
  • database/seeders/PermissionSeeder.php
  • database/seeders/UserSeeder.php
  • database/seeders/data/notice_pnab.json
  • database/seeders/data/users.json
  • docker-compose.yml
  • docker/php/Dockerfile
  • docker/php/entrypoint.sh
  • docs/Diagramas/Classe/Opening.puml
  • docs/Diagramas/Classe/OpeningSupervisor.puml
  • docs/Diagramas/Classe/User.puml
  • docs/Diligence/fluxo-diligencia.md
  • docs/Monitoring/installment-cycle-strategy.md
  • docs/Monitoring/monitoring-sync.md
  • docs/Permission/README.md
  • docs/configuracao-ambiente.md
  • docs/diagrams/activities/project-stage-creation.puml
  • docs/diagrams/classes/Agent.puml
  • docs/diagrams/classes/Category.puml
  • docs/diagrams/classes/File.puml
  • docs/diagrams/classes/Notice.puml
  • docs/diagrams/classes/Opening.puml
  • docs/diagrams/classes/Project.puml
  • docs/diagrams/classes/User.puml
  • docs/diagrams/db/models.puml
  • docs/diligence-message-service.md
  • docs/fluxograma_importacao_pagamentos.md
  • docs/notification-service.md
  • docs/planejamento-diligencia-monitoramento.md
  • docs/planejamento-fluxo-ciclico-parcelas.md
  • docs/qualidade-de-codigo.md
  • docs/skills/README.md
  • docs/spreadsheet-sync.md
  • eslint.config.js
  • jsconfig.json
  • lang/en/auth.php
  • lang/en/pagination.php
  • lang/en/passwords.php
  • lang/en/validation.php
  • lang/pt_BR.json
  • lang/pt_BR/auth.php
  • lang/pt_BR/pagination.php
  • lang/pt_BR/passwords.php
  • lang/pt_BR/validation.php
  • lint.sh
  • package.json
  • phpunit.xml
  • pint.json
  • postcss.config.js
  • reset-fomento.sh
  • resources/css/app.css
  • resources/js/Components/AppAlert.vue
  • resources/js/Components/AppContainer.vue
  • resources/js/Components/AppHeader.vue
  • resources/js/Components/AppNotificationMenu.vue
  • resources/js/Components/AppSnackbar.vue
  • resources/js/Components/AppSubHeader.vue
  • resources/js/Components/AppTextEditor.vue
  • resources/js/Components/AuxLinks.vue
  • resources/js/Components/DangerButton.vue
  • resources/js/Components/DiligenceChat.vue
  • resources/js/Components/DocumentEvaluationItem.vue
  • resources/js/Components/DocumentEvaluationList.vue
  • resources/js/Components/DocumentImageUpload.vue
  • resources/js/Components/DocumentViewerDialog.vue
  • resources/js/Components/EditableField.vue
  • resources/js/Components/FormField.vue
  • resources/js/Components/GuestAppHeader.vue
  • resources/js/Components/InputError.vue
  • resources/js/Components/InputLabel.vue
  • resources/js/Components/ListDataTable.vue
  • resources/js/Components/MessageDetailsDialog.vue
  • resources/js/Components/Modal.vue
  • resources/js/Components/PrimaryButton.vue
  • resources/js/Components/ReturnProcessModal.vue
  • resources/js/Components/SecondaryButton.vue
  • resources/js/Components/SectionChips.vue
  • resources/js/Components/SectionContent.vue
  • resources/js/Components/SectionForm.vue
  • resources/js/Components/SelectField.vue
  • resources/js/Components/SplitScreenTab.vue
  • resources/js/Components/TextField.vue
  • resources/js/Components/TextInput.vue
  • resources/js/Components/UserAutocompleteField.vue
  • resources/js/Composables/useAlert.js
  • resources/js/Composables/useAuditFormatter.js
  • resources/js/Composables/useAuth.js
  • resources/js/Composables/useDate.js
  • resources/js/Composables/useDiligenceMessages.js
  • resources/js/Composables/useDocumentImages.js
  • resources/js/Composables/useEnums.js
  • resources/js/Composables/useExternalLink.js
  • resources/js/Composables/useFormHelper.js
  • resources/js/Composables/useInstallments.js
  • resources/js/Composables/useLegalAnalysis.js
  • resources/js/Composables/useMask.js
  • resources/js/Composables/useObjectPath.js
  • resources/js/Composables/usePermissions.js
  • resources/js/Composables/useSaveShortcut.js
  • resources/js/Composables/useSnackbar.js
  • resources/js/Directives/permission.js
  • resources/js/Layouts/AuthenticatedLayout.vue
  • resources/js/Layouts/GuestLayout.vue
  • resources/js/Pages/Auth/ConfirmPassword.vue
  • resources/js/Pages/Auth/ForgotPassword.vue
  • resources/js/Pages/Auth/Login.vue
  • resources/js/Pages/Auth/ResetPassword.vue
  • resources/js/Pages/Auth/VerifyEmail.vue
  • resources/js/Pages/Groups/Index.vue
  • resources/js/Pages/Groups/Users.vue
  • resources/js/Pages/Notices/Index.vue
  • resources/js/Pages/Notices/NoticesListPage.vue
  • resources/js/Pages/Notices/NupDialog.vue
  • resources/js/Pages/Notices/Show.vue
  • resources/js/Pages/Profile/Edit.vue
  • resources/js/Pages/Profile/Partials/DeleteUserForm.vue
  • resources/js/Pages/Profile/Partials/UpdatePasswordForm.vue
  • resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.vue
  • resources/js/Pages/ProjectDetails/Index.vue
  • resources/js/Pages/ProjectDetails/Partials/AgentData.vue
  • resources/js/Pages/ProjectDetails/Partials/ProcessTabs.vue
  • resources/js/Pages/ProjectDetails/Partials/Tabs/Actions/SaveButton.vue
  • resources/js/Pages/ProjectDetails/Partials/Tabs/Actions/TramitButton.vue
  • resources/js/Pages/ProjectDetails/Partials/Tabs/BudgetTab.vue
  • resources/js/Pages/ProjectDetails/Partials/Tabs/FormalizationTab.vue
  • resources/js/Pages/ProjectDetails/Partials/Tabs/LegalAnalysisTab.vue
  • resources/js/Pages/ProjectDetails/Partials/Tabs/MonitoringTab.vue
  • resources/js/Pages/ProjectDetails/Partials/Tabs/OpeningTab.vue
  • resources/js/Pages/ProjectDetails/Partials/Tabs/PaymentTab.vue
  • resources/js/Pages/Projects/Index.vue
  • resources/js/Pages/Projects/Partials/Actions/Budget/BudgetActions.vue
  • resources/js/Pages/Projects/Partials/Actions/DocumentListDialog.vue
  • resources/js/Pages/Projects/Partials/Actions/Formalization/FormalizationActions.vue
  • resources/js/Pages/Projects/Partials/Actions/HandleDocumentsDialog.vue
  • resources/js/Pages/Projects/Partials/Actions/Monitoring/MonitoringActions.vue
  • resources/js/Pages/Projects/Partials/Actions/NoticeHistoryDialog.vue
  • resources/js/Pages/Projects/Partials/Actions/Opening/OpeningActions.vue
  • resources/js/Pages/Projects/Partials/Actions/Payment/PaymentActions.vue
  • resources/js/Pages/Projects/Partials/Actions/SupervisorDialog.vue
  • resources/js/Pages/Projects/Partials/Actions/noStageSelected.vue
  • resources/js/Pages/Projects/Partials/PhaseFilter.vue
  • resources/js/Pages/Projects/Partials/ProjectList.vue
  • resources/js/Pages/Projects/Partials/ProjectNoticeEdit.vue
  • resources/js/Schemas/Budget/formSections.js
  • resources/js/Schemas/Budget/index.js
  • resources/js/Schemas/Budget/viewSections.js
  • resources/js/Schemas/Config/documentConfig.js
  • resources/js/Schemas/Formalization/formSections.js
  • resources/js/Schemas/Formalization/index.js
  • resources/js/Schemas/Monitoring/formSections.js
  • resources/js/Schemas/Monitoring/index.js
  • resources/js/Schemas/Monitoring/viewSections.js
  • resources/js/Schemas/Opening/formSections.js
  • resources/js/Schemas/Opening/index.js
  • resources/js/Schemas/Opening/viewSections.js
  • resources/js/Schemas/Payment/formSections.js
  • resources/js/Schemas/Payment/index.js
  • resources/js/Schemas/Payment/viewSections.js
  • resources/js/Services/diligenceService.js
  • resources/js/Services/documentService.js
  • resources/js/Services/notificationService.js
  • resources/js/Services/projectService.js
  • resources/js/app.js
  • resources/js/plugins/tinymce/langs/pt_BR.js
  • resources/js/plugins/tinymce/tinymce.js
  • resources/js/ziggy.js
  • resources/views/app.blade.php
  • resources/views/mail/diligence.blade.php
  • resources/views/pdf/document.blade.php
  • resources/views/welcome.blade.php
  • routes/api.php
  • routes/auth.php
  • routes/console.php
  • routes/web.php
  • scripts/pint-lint-staged.sh
  • tailwind.config.js
  • tests/Feature/AgentTest.php
  • tests/Feature/Auth/AuthenticationTest.php
  • tests/Feature/Auth/EmailVerificationTest.php
  • tests/Feature/Auth/PasswordConfirmationTest.php
  • tests/Feature/Auth/PasswordResetTest.php
  • tests/Feature/Auth/PasswordUpdateTest.php
  • tests/Feature/Auth/RegistrationTest.php
  • tests/Feature/BudgetTest.php
  • tests/Feature/CIDocumentTest.php
  • tests/Feature/Controllers/BudgetControllerTest.php
  • tests/Feature/DiligenceMessageControllerTest.php
  • tests/Feature/DiligenceMessageServiceTest.php
  • tests/Feature/Document/DocumentTest.php
  • tests/Feature/ExampleTest.php
  • tests/Feature/FormalizationRelationshipTest.php
  • tests/Feature/FormalizationResourceTest.php
  • tests/Feature/FormalizationServiceTest.php
  • tests/Feature/FormalizationTest.php
  • tests/Feature/HasCreatedByTest.php
  • tests/Feature/InstallmentImportServiceTest.php
  • tests/Feature/InstallmentServiceTest.php
  • tests/Feature/InstallmentTest.php
  • tests/Feature/LegalAnalysisFileTest.php
  • tests/Feature/LegalAnalysisTest.php
  • tests/Feature/MonitoringTest.php
  • tests/Feature/Notice/StoreValidationTest.php
  • tests/Feature/Notice/UpdateAuditingTest.php
  • tests/Feature/Notice/UpdateValidationTest.php
  • tests/Feature/NoticeAuditTest.php
  • tests/Feature/NoticeStatusTest.php
  • tests/Feature/NotificationServiceTest.php
  • tests/Feature/NotifyTest.php
  • tests/Feature/OpeningTest.php
  • tests/Feature/PaymentTest.php
  • tests/Feature/ProfileSnapshotTest.php
  • tests/Feature/ProfileTest.php
  • tests/Feature/Project/MonitoringControllerTest.php
  • tests/Feature/Project/ProjectMonitoringIndexTest.php
  • tests/Feature/Project/ProjectStageTest.php
  • tests/Feature/ProjectControllerTest.php
  • tests/Feature/ProjectDocumentServiceTest.php
  • tests/Feature/ProjectStageControllerTest.php
  • tests/Feature/ProjectStageFlowTest.php
  • tests/Feature/SentryReportingTest.php
  • tests/Feature/Supervisor/IndividualSupervisorAssignmentTest.php
  • tests/Feature/Supervisor/MassSupervisorAssignmentTest.php
  • tests/Feature/Supervisor/OpeningSupervisorModelTest.php
  • tests/Feature/Supervisor/OpeningSupervisorRelationshipTest.php
  • tests/Feature/Supervisor/UserSupervisorFieldsTest.php
  • tests/Feature/SyncDiligenceEmailsCommandTest.php
  • tests/Feature/UserRoleTest.php
  • tests/TestCase.php
  • tests/Unit/DiligenceMailTest.php
  • tests/Unit/DiligenceableResolverRegistryTest.php
  • tests/Unit/DocumentTypeTest.php
  • tests/Unit/FileStatusTest.php
  • tests/Unit/MonitoringDiligenceableResolverTest.php
  • tests/bootstrap.php
  • vite.config.js

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ✅ Review completed - (🔄 Check again to review again)
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/no-stage-selected-info

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@CaffeineIssues CaffeineIssues self-assigned this Jul 14, 2026
@CaffeineIssues
CaffeineIssues merged commit a1d1387 into develop Jul 14, 2026
4 checks passed
@CaffeineIssues
CaffeineIssues deleted the feature/no-stage-selected-info branch July 14, 2026 17:17
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