= cd29191c7b Feat: add role priority management
- Added `priority` column to `roles` table with migration and model updates.
- Introduced priority management methods in `RoleService` and validation logic for updates.
- Enhanced access-manager UI to display and edit role priorities via a modal.
- Updated related data classes and views to support and handle the new priority field.
2026-05-25 06:35:21 +00:00
..

All the forms used in the application are stored here.

Each form should validate the data before sending it to the server. This is done by using the validate method.

Validations that require the db, should not be live (realtime), they should be done on the only once, preferably after the form is submitted.

Forms should not be used to create, update or any database operation.

Livewire form docs: https://livewire.laravel.com/docs/4.x/forms