Files
Natalia Portillo 122fe89888 Add Software Platforms by Machine functionality
- Created migration to add `software_platforms_by_machine` table with necessary fields and constraints.
- Updated `MarechaiContext` to include `SoftwarePlatformsByMachine` DbSet and configured entity relationships.
- Implemented `SoftwarePlatformsByMachine` model to represent the junction between software platforms and machines.
- Developed `SoftwarePlatformsByMachineController` for CRUD operations, including endpoints to get, add, and delete software platforms associated with a machine.
- Enhanced `Machine` model to include a collection of `SoftwarePlatformsByMachine`.
- Updated UI components in `MachineDialog.razor` to manage software platforms, including search and removal functionalities.
- Added localization support for software platform management strings in multiple languages.
- Implemented service methods in `MachinesService` for managing software platforms associated with machines.
2026-04-30 01:54:04 +01:00
..