- Implement mappers for Academic (Faculty, StudyProgram, Term) and Admission (AcademicProgram, AdmissionTrack, AdmissionSchedule, FeeType) domains.
- Add registry bindings in service providers for API synchronization.
- Enhance models to use HasPublicUlid and clean up ULID-related traits.
- Update DTOs and actions to accommodate integration features and improve mapping flexibility.
- Standardize billing cycle parsing with PMB label support.
- Introduce generic InputSchema and InputSchemaField for dynamic UI management.
- Replace legacy SettingSchema with new schema-based system across multiple domains.
- Add Channel API synchronization logic with SynchronizeWithApi and SendWebhook actions.
- Refactor authentication credentials to use typed DTOs (AuthBasicDTO, AuthBearerDTO).
- Update Finance and System domains to support the new schema architecture.
- Standardize CoreUI attributes and form component bindings.