Files
Natalia Portillo fdd225330d Add MagazinesBySoftware entity and related functionality
- Created a new migration to add the MagazinesBySoftware table with appropriate foreign keys to MagazineIssues and Softwares.
- Updated MarechaiContext to include DbSet for MagazinesBySoftware.
- Implemented MagazinesBySoftware model with relationships to MagazineIssue and Software.
- Developed MagazinesBySoftwareController to handle CRUD operations and retrieval of software associated with magazine issues.
- Enhanced MagazineIssue model to include a collection of MagazinesBySoftware.
- Updated Software model to include a collection of MagazinesBySoftware.
- Added service methods for managing software associations with magazine issues.
- Implemented UI components in MagazineIssueDialog for adding and removing software associations.
- Added localization strings for software-related UI elements in multiple languages.
2026-05-10 03:11:00 +01:00
..