Skip to content

fix : replace emoji icons with text alternatives in portfolio_analyzer.py - #1312

Open
tmdeveloper007 wants to merge 1 commit into
komalharshita:mainfrom
tmdeveloper007:#1308
Open

fix : replace emoji icons with text alternatives in portfolio_analyzer.py#1312
tmdeveloper007 wants to merge 1 commit into
komalharshita:mainfrom
tmdeveloper007:#1308

Conversation

@tmdeveloper007

Copy link
Copy Markdown
Contributor

Summary of What Has Been Done

Replaced all emoji characters in the PROJECT_CATEGORIES OrderedDict in src/utils/portfolio_analyzer.py with plain-text abbreviations to comply with the project style guidelines.

Changes Made

  • Frontend icon: "\U0001f3a8" -> "[FE]"
  • Backend icon: "\U00002699" -> "[BE]"
  • Database icon: "\U0001f5c4" -> "[DB]"
  • Authentication icon: "\U0001f510" -> "[AUTH]"
  • API Integration icon: "\U0001f50c" -> "[API]"
  • Testing icon: "\U0001f9ea" -> "[TEST]"
  • Deployment icon: "\U0001f680" -> "[DEPLOY]"
  • AI/ML icon: "\U0001f916" -> "[AI]"
  • DevOps icon: "\U0001f9e0" -> "[DO]"
  • Real-time icon: "\U0001f4ac" -> "[RT]"

Impact it Made

  • Consistent emoji-free codebase style
  • No rendering/encoding issues in environments without emoji support
  • Cleaner log and diagnostic output

Closes #1308

Note: Please assign this PR to the tmdeveloper007 account.

@vercel

vercel Bot commented Jul 24, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix : replace emoji icons in portfolio_analyzer.py PROJECT_CATEGORIES

1 participant