1 Commits

Author SHA1 Message Date
5c50faa10f Add functionality for collecting magazine issues
- Implemented migration to create CollectedMagazineIssues table with necessary relationships.
- Updated MarechaiContext to include DbSet for CollectedMagazineIssues.
- Created CollectedMagazineIssue model to represent collected magazine issues.
- Enhanced ApplicationUser model to include a collection of CollectedMagazineIssues.
- Added methods in CollectionService for managing magazine issue collections (add, remove, check existence).
- Developed API endpoints in CollectionController for retrieving and managing collected magazine issues.
- Updated Profile and IssueView components to display and manage magazine issues in user collections.
- Added localization support for magazine issue collection actions in multiple languages.
2026-05-10 05:08:03 +01:00