Skip to content

add bio field to profiles#230

Open
saurabhhhcodes wants to merge 1 commit into
chthonn:mainfrom
saurabhhhcodes:codex/profile-bio-field
Open

add bio field to profiles#230
saurabhhhcodes wants to merge 1 commit into
chthonn:mainfrom
saurabhhhcodes:codex/profile-bio-field

Conversation

@saurabhhhcodes

Copy link
Copy Markdown

What changed

  • Added a Bio/About field to profile settings with a live character counter.
  • Persisted the bio through the profile API and user JWT payload.
  • Stored the bio on the user record and surfaced it in the profile sidebar card.

Why

Users could edit their display name and avatar, but there was no place for a short profile bio.

Impact

Profiles feel more complete and the bio now survives saves, refreshes, and token-based app loads.

Validation

  • git diff --check
  • node --check server/src/routes/profile.js
  • node --check server/src/lib/authJwtPayload.js
  • node --check server/src/models/User.js
  • npm run build in frontend

Closes #212

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Someone is attempting to deploy a commit to the Sunil Kumar's projects Team on Vercel.

A member of the Team first needs to authorize it.

@FelixDevX

Copy link
Copy Markdown

Hi! I was assigned this issue and have completed the implementation and local testing. Please let me know if any changes are needed. Thank you for your review.

@saurabhhhcodes saurabhhhcodes changed the title [codex] add bio field to profiles add bio field to profiles Jun 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Bio/About Section to User Profile

2 participants