Goal: Implement the data structure and API endpoints to support the new Art Gallery slide system.
Tasks:
Database: Create StreetcodeArtSlideTemplates lookup table and StreetcodeArtSlide entity to store template and slide configurations.
Relations: Update StreetcodeArt entity to support the new slide-based structure.
API: Implement endpoints for creating, updating, and retrieving gallery slides with their associated templates and images.
Migrations: Apply necessary Entity Framework migrations to update the database schema.
Goal: Implement the data structure and API endpoints to support the new Art Gallery slide system.
Tasks:
Database: Create StreetcodeArtSlideTemplates lookup table and StreetcodeArtSlide entity to store template and slide configurations.
Relations: Update StreetcodeArt entity to support the new slide-based structure.
API: Implement endpoints for creating, updating, and retrieving gallery slides with their associated templates and images.
Migrations: Apply necessary Entity Framework migrations to update the database schema.