- Added `ConnectedAppData` DTO for structured data representation. - Implemented Livewire components for ConnectedApp list (`index`) and edit (`edit`). - Integrated `ConnectedAppService` with CRUD operations. - Updated routing to include ConnectedApp management paths. - Enhanced UI with reusable components and dynamic dropdowns for protocols, providers, and statuses.
4 lines
138 B
Markdown
4 lines
138 B
Markdown
This folder includes DTO that are shared to UI. This DTO should not contains any sensitive data, like model Id if the
|
|
UI
|
|
doesn't need it.
|