You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose a GET endpoint for the Sponsors collection in Payload CMS so the frontend can fetch sponsor data for the Sponsors page. The endpoint needs to support both the sponsor grid and the Sponsor of the Week component.
Acceptance Criteria
A GET endpoint exists for sponsors (e.g. /api/sponsors)
The response includes: name, logo, websiteURL, isSponsorOfTheWeek, promoLine, and description for each sponsor
The isSponsorOfTheWeek boolean is present so the frontend can identify the featured sponsor without a separate request
Description
Expose a GET endpoint for the Sponsors collection in Payload CMS so the frontend can fetch sponsor data for the Sponsors page. The endpoint needs to support both the sponsor grid and the Sponsor of the Week component.
Acceptance Criteria