Skip to content

Help Inbox shows raw internal ID (rec:1323) - replace with readable context #129

@Ayush-Patel-56

Description

@Ayush-Patel-56

Problem

Help Inbox messages show a raw internal string like rec:1323 which is meaningless to the user. This appears to be the recommendation ID leaking into the UI.

Steps to reproduce

  1. Go to Help Inbox
  2. See the text rec:1323 below the mentee's message

Expected behavior

This field should either:

  • Not be shown at all, or
  • Be replaced with something readable like the issue title or repo name

Implementation notes

  • The rec:ID appears to be a tag/identifier stored on the help request
  • Either strip it from the displayed message or resolve it to the issue title before rendering
  • File: src/app/(app)/help-inbox/page.tsx

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfrontendFrontend / UI relatedgood first issueGood for newcomerslevel:beginnerBeginner level difficultyui/uxUI or UX improvement

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions