Add community feed section(issue#24) - #96
Open
Josephat-S wants to merge 4 commits into
Open
Conversation
princechrix
force-pushed
the
feat/community-feed
branch
from
May 29, 2026 19:26
6f8b7ce to
90a69bb
Compare
|
Please consider to rebase !!! |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
I just did, you can check again @Habinezajanvier |
divin-d1
force-pushed
the
feat/community-feed
branch
from
June 8, 2026 23:18
d47e5c9 to
2adcf52
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces the new Community Feed feature, which aggregates and displays the latest events, publications, and forum posts on the homepage. It includes backend API logic for fetching and caching feed items, new frontend components for rendering the feed in a responsive grid with skeleton loading states, and supporting UI elements such as tag badges. The homepage is updated to show the new feed, replacing the previous placeholder content. Additionally, there are minor dependency and lockfile updates.
Community Feed Feature
/api/feedAPI route to fetch and aggregate the latest events, publications, and forum posts, with support for Redis caching and custom tagging logic.CommunityFeedcomponent to display the feed in a structured, responsive layout with featured, showcase, simple, and CTA cards, including skeleton loading and empty states.FeedItemtype andFeedCardcomponent for consistent feed item rendering, with author details and relative time formatting.TagBadgecomponent for styled, color-coded tags based on type/category.Homepage Update
HomePageto display the newCommunityFeedcomponent instead of the previous placeholder landing page.Dependency and Lockfile Updates
huskyas a development dependency and updated the lockfile to include libc information for certain packages. [1] [2] [3]Closes #24