Skip to content

feat: add phone number extraction to resume parser [ GSSOC'26 ]#2986

Merged
JhaSourav07 merged 6 commits into
JhaSourav07:mainfrom
rudra3007-pro:feat/resume-parser-extract-phone
Jun 2, 2026
Merged

feat: add phone number extraction to resume parser [ GSSOC'26 ]#2986
JhaSourav07 merged 6 commits into
JhaSourav07:mainfrom
rudra3007-pro:feat/resume-parser-extract-phone

Conversation

@rudra3007-pro

Copy link
Copy Markdown
Contributor

Description

Adds extractPhone() to the resume parser that matches common phone
number formats including international prefixes, dashes, dots, spaces,
and parentheses. The extracted value is included as a phone field
in the ParsedResume return value.

Fixes #2985

Pillar

  • 🛠️ Other (Bug fix, refactoring, docs)

Visual Preview

N/A — parsing utility, no visual output.

Checklist before requesting a review:

  • I have read the CONTRIBUTING.md file.
  • I have tested these changes locally.
  • I have run npm run format and npm run lint locally and resolved all errors.
  • My commits follow the Conventional Commits format.
  • I have updated README.md if I added a new theme or URL parameter.
  • I have starred the repo.
  • I have made sure that I have only one commit to merge in this PR.
  • The SVG output matches the CommitPulse "premium quality" aesthetic standard.
  • (Recommended) I joined the CommitPulse Discord community.

@vercel

vercel Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

@rudra3007-pro is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the status:blocked This PR is blocked due to a failing CI check. label Jun 2, 2026
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

🚨 Hey @rudra3007-pro, the CI Pipeline is failing on this PR and it has been marked as status:blocked.

Please fix the issues before this can be reviewed. Here's how:

1. Run checks locally before pushing:

npm run format:check   # Check Prettier formatting
npm run lint           # Run ESLint
npm run typecheck      # TypeScript type check
npm run test           # Run unit tests (Vitest)
npm run build          # Verify production build passes

2. Auto-fix common issues:

npm run format         # Auto-fix formatting with Prettier
npm run lint -- --fix  # Auto-fix lint errors where possible

3. Check the full failure log here:
👉 View CI Run

Once you push a fix and the CI passes, the status:blocked label will be removed automatically. 💪

@github-actions github-actions Bot removed the status:blocked This PR is blocked due to a failing CI check. label Jun 2, 2026
@JhaSourav07 JhaSourav07 added GSSoC 2026 level:beginner Small changes Usually isolated fixes or simple UI/text updates. quality:exceptional Outstanding contribution with exceptional implementation quality, testing. gssoc:approved PR has been reviewed and accepted for valid contribution points labels Jun 2, 2026
@JhaSourav07
JhaSourav07 merged commit 81d9f71 into JhaSourav07:main Jun 2, 2026
8 of 9 checks passed
@github-actions github-actions Bot added this to the GSSoC 2026 milestone Jun 2, 2026
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

🎉 Congratulations @rudra3007-pro! Your PR has been successfully merged. 🚀

Thank you for contributing to CommitPulse. Your work helps us build a better tool for the community.

⚠️ Important for GSSoC Contributors:
You are strictly advised to join our Discord Server as it is mandatory for all GSSoC participants. All important announcements, point claims, and community discussions happen there.

Keep building! 💻✨

@rudra3007-pro
rudra3007-pro deleted the feat/resume-parser-extract-phone branch June 2, 2026 03:21
@github-actions github-actions Bot added the type:feature New features, additions, or enhancements label Jun 2, 2026
shambhushekharsinha-engg pushed a commit to shambhushekharsinha-engg/commitpulse that referenced this pull request Jun 13, 2026
…ourav07#2986)

## Description

Adds `extractPhone()` to the resume parser that matches common phone
number formats including international prefixes, dashes, dots, spaces,
and parentheses. The extracted value is included as a `phone` field
in the `ParsedResume` return value.

Fixes JhaSourav07#2985 

## Pillar
- [x] 🛠️ Other (Bug fix, refactoring, docs)

## Visual Preview
N/A — parsing utility, no visual output.

## Checklist before requesting a review:
- [x] I have read the `CONTRIBUTING.md` file.
- [x] I have tested these changes locally.
- [x] I have run `npm run format` and `npm run lint` locally and
resolved all errors.
- [x] My commits follow the Conventional Commits format.
- [x] I have updated `README.md` if I added a new theme or URL
parameter.
- [x] I have starred the repo.
- [x] I have made sure that I have only one commit to merge in this PR.
- [ ] The SVG output matches the CommitPulse "premium quality" aesthetic
standard.
- [ ] (Recommended) I joined the CommitPulse Discord community.
@JhaSourav07 JhaSourav07 added gssoc:approved PR has been reviewed and accepted for valid contribution points and removed gssoc:approved PR has been reviewed and accepted for valid contribution points labels Jun 17, 2026
MasterJi27 pushed a commit to MasterJi27/commitpulse that referenced this pull request Jul 4, 2026
…ourav07#2986)

## Description

Adds `extractPhone()` to the resume parser that matches common phone
number formats including international prefixes, dashes, dots, spaces,
and parentheses. The extracted value is included as a `phone` field
in the `ParsedResume` return value.

Fixes JhaSourav07#2985 

## Pillar
- [x] 🛠️ Other (Bug fix, refactoring, docs)

## Visual Preview
N/A — parsing utility, no visual output.

## Checklist before requesting a review:
- [x] I have read the `CONTRIBUTING.md` file.
- [x] I have tested these changes locally.
- [x] I have run `npm run format` and `npm run lint` locally and
resolved all errors.
- [x] My commits follow the Conventional Commits format.
- [x] I have updated `README.md` if I added a new theme or URL
parameter.
- [x] I have starred the repo.
- [x] I have made sure that I have only one commit to merge in this PR.
- [ ] The SVG output matches the CommitPulse "premium quality" aesthetic
standard.
- [ ] (Recommended) I joined the CommitPulse Discord community.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved PR has been reviewed and accepted for valid contribution points GSSoC 2026 level:beginner Small changes Usually isolated fixes or simple UI/text updates. quality:exceptional Outstanding contribution with exceptional implementation quality, testing. type:feature New features, additions, or enhancements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: phone number not extracted from resume text [ GSSOC'26 ]

2 participants