Feature Parity: Slide/Carousel Management
Legacy app allows admins to manage carousel/slider content on the landing page; sparked-next has a static hero section with no admin-managed slides.
Legacy capabilities
- Create slides with image upload
- Edit slide images and content
- Delete slides
- Slides displayed as image carousel on landing/home page
- Admin-controlled from dashboard
Acceptance criteria
Identified via feature-parity audit against legacy Sparked (Meteor) app.
Feature Parity: Slide/Carousel Management
Legacy app allows admins to manage carousel/slider content on the landing page; sparked-next has a static hero section with no admin-managed slides.
Legacy capabilities
Acceptance criteria
slidescollection in DBPOST /api/admin/slides— create slide with image uploadPUT /api/admin/slides/:id— edit slideDELETE /api/admin/slides/:id— delete slideGET /api/slides— list slides (public)Identified via feature-parity audit against legacy Sparked (Meteor) app.