mirror of
https://github.com/claunia/marechai.git
synced 2026-07-08 17:57:08 +00:00
- Removed RegionId from SoftwareRelease model and replaced it with a collection of UnM49BySoftwareRelease. - Introduced new models UnM49 and UnM49BySoftwareRelease to represent UN M.49 regions and their association with software releases. - Updated MarechaiContext to include DbSet for UnM49 and UnM49BySoftwareRelease. - Implemented seeding logic for UN M.49 regions in UnM49Seeder. - Modified SoftwareReleasesController to handle regions as a collection, including endpoints for adding and removing regions. - Updated front-end components to reflect changes in region handling, including new UI elements for managing regions in SoftwareReleaseDialog. - Adjusted localization resources to support new region terminology.