1 Commits

Author SHA1 Message Date
0af284f3a8 Add Processor Descriptions management
- Created a new migration to add ProcessorDescriptions table with necessary fields and constraints.
- Updated MarechaiContext to include DbSet for ProcessorDescriptions.
- Implemented ProcessorDescription model with relationships to Processor and Iso639.
- Enhanced ProcessorsController to manage descriptions, including CRUD operations and language fallback.
- Added a new Razor component for managing processor descriptions in the admin panel.
- Updated the processor view to display descriptions with proper styling.
- Implemented service methods for fetching and managing processor descriptions.
2026-05-04 11:03:08 +01:00