simedkom/app/Filament/Resources/Manage/Cooperations/RelationManagers
Yoga Pangestu c793c8e67a refactor: standardize action naming conventions and organization
- Refactor custom Filament actions into resource-specific subfolders (Cooperation, Proposal, Report).
- Standardize all action identifiers to snake_case for consistency.
- Move action identifiers directly into ::make('name') calls.
- Remove getDefaultName() from custom action classes to favor explicit naming.
- Update relation managers and resources to use the new namespaced action classes.
- Standardize closure syntax (fn) and string formatting across schemas and actions.
2026-01-12 13:20:56 +07:00
..
CooperationMediaRelationManager.php feat: add partner view page with detailed infolist and link from cooperation media manager 2025-12-19 14:14:34 +07:00
CooperationProposalRelationManager.php refactor: standardize action naming conventions and organization 2026-01-12 13:20:56 +07:00
ReportRelationManager.php refactor: standardize action naming conventions and organization 2026-01-12 13:20:56 +07:00
TaskAssignmentRelationManager.php refactor: implement local scopes for enums with #[Scope] attribute across models 2026-01-12 11:14:22 +07:00