- 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.