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
Is your feature request related to a problem? Please describe.
AYO wants a central hub for blog posts, player stories, photo essays, alumni news, and scholarship updates. This needs to be browsable and filterable by category.
Describe the solution you'd like
Build the Resources / What's New listing page
Display blog posts as a card grid: featured image thumbnail, title, excerpt, date, category tag
Category filter bar at the top: All, Player Stories, Alumni News, Photo Essays, Scholarship Updates, News
Clicking a category filters the visible cards (client-side filtering is fine for now)
Hardcode 6-8 placeholder posts across different categories
Inspired by ayo.com.au's magazine page with "thumbnails of stories & variety of content"
Describe alternatives you've considered
Could add full text search and tag-based filtering. For M1, simple category buttons are enough. Search can come in M2.
Additional context
Client wants searchable tags & filters on this page. For M1, category filtering covers the core need. Tags and keyword search are a M2 enhancement once content is in the CMS.
Is your feature request related to a problem? Please describe.
AYO wants a central hub for blog posts, player stories, photo essays, alumni news, and scholarship updates. This needs to be browsable and filterable by category.
Describe the solution you'd like
Describe alternatives you've considered
Could add full text search and tag-based filtering. For M1, simple category buttons are enough. Search can come in M2.
Additional context
Client wants searchable tags & filters on this page. For M1, category filtering covers the core need. Tags and keyword search are a M2 enhancement once content is in the CMS.
BEFORE MERGING
git fetch origin master:master, thengit rebase masterorgit merge master)