feat: portfolio showcase / member directory (#6) - #10
Open
ShivamBhasin2002 wants to merge 2 commits into
Open
Conversation
- New /members page with profile cards for community members - Static data file at data/members.ts — members add themselves via PR - Profile cards show avatar (from GitHub), name, title, location, bio, skills, open-to status, and social links (GitHub, LinkedIn, Twitter, Portfolio) - "Open to Collaborate / Mentoring / Freelance" status badges - Added Members nav item with users icon - Added faUsers to icon-utils Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Replace hardcoded data/members.ts with Supabase fetch - Add lib/db/members.ts with getAllMembers + getFeaturedMembers - app/members/page.tsx is now an async server component (fetches from DB) - Update field names to snake_case matching Supabase schema (githubUsername → github_username, openTo → open_to, etc.) - Add SQL migration: supabase/migrations/20260317000002_community_members.sql - Add seed data: supabase/seed/community_members_seed.sql (8 sample profiles) - Allow github.com and avatars.githubusercontent.com image hostnames Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
/memberspage — a directory of Delhi Devs community membersdata/members.ts— members add themselves via PRfaUsersto icon-utilsTest plan
/members— profile cards render correctlyCloses #6
🤖 Generated with Claude Code