AB

Abhimanyu Rajeesh

@abhimanyurajeesh

Software Developer . Graphic Designer . Photographer

A passionate Computer Science student, graphic designer, photographer, and technology enthusiast pursuing my final year of MCA. With a strong foundation in both technical and creative fields, I actively seek opportunities to contribute to the open source community.

Total Points
5010

All time

Total Activities
2736

All time

Activity Types
8

Different types

Activity Overview

1998 contributions in the last year

Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Mon
Wed
Fri
Less
More
PR Consistency - silver

PR Consistency

Awarded for maintaining a consistent pull request contribution streak

2 / 4 tiers earned

bronze
bronze

4 day PR streak

silver
silver

8 day PR streak

gold
gold

16 day PR streak

platinum
platinum

32 day PR streak

Review Champion - bronze

Review Champion

Awarded for consistent code review participation

1 / 4 tiers earned

bronze
bronze

4 days of reviews

silver
silver

8 days of reviews

gold
gold

16 days of reviews

platinum
platinum

32 days of reviews

Points Milestone - gold

Points Milestone

Awarded for reaching points milestones

3 / 3 tiers earned

bronze
bronze

100+ points

silver
silver

500+ points

gold
gold

1,000+ points

Activity Milestone - platinum

Activity Milestone

Awarded for reaching activity count milestones

4 / 4 tiers earned

bronze
bronze

10+ activities

silver
silver

50+ activities

gold
gold

100+ activities

platinum
platinum

500+ activities

Consistency Champion - silver

Consistency Champion

Awarded for maintaining activity streaks

2 / 3 tiers earned

bronze
bronze

7 day streak

silver
silver

14 day streak

gold
gold

30 day streak

Activity Breakdown

2344 total activities · 5010 total points

PR Merged
388 (16.6%)·1940 pts
Commit Created
688 (29.4%)·1222 pts
PR Reviewed
382 (16.3%)·764 pts
PR Opened
447 (19.1%)·447 pts
Issue Opened
198 (8.4%)·396 pts
Issue Assigned
241 (10.3%)·241 pts
2344
Total Activities
5010
Total Points
6
Activity Types
2.1
Avg Points/Activity
Activity Timeline

73 of 2736 activities· 1 of 20 months

July 202673 activities

PR Opened+1
[ENG-738] fix: update encounter end date handling in EncounterQuestion component
PR Reviewed+2
Add encounters per patient documentation for Pallium
PR Reviewed+2
Add encounters per patient documentation for Pallium
PR Merged+5
[ENG-308] add JIRA validation workflow for pull request title
Commit Created+2
[ENG-308] add JIRA validation workflow for pull request title (#16358) Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Copilot Autofix powered by AI <[email protected]>
PR Reviewed+2
Add Doctor-wise OP Count report with new vs. revisit consultations
PR Reviewed+2
Add Total Stock Value Report documentation for SSMM
PR Reviewed+2
update federation name
PR Reviewed+2
Billed/Paid chargeitem Report
PR Reviewed+2
Add booked-in, checked-in, fulfilled, and in consultation reports for Arike facility
Commented
PR Reviewed+2
Request layer: bound the paginated fetch loop and fix double body consumption
Commented
Commented
Commented
Commented
Commented
Commented
PR Reviewed+2
fix brief page not found while accessing plug page
PR Merged+5
[ENG-660] feat: enable questionnaire draft-saving functionality in environment configuration
Commit Created+2
[ENG-660] feat: enable questionnaire draft-saving functionality in environment configuration (#16493)
PR Opened+1
[ENG-706] feat: enhance AppRouter to show loading state for resolving plugins
PR Merged+5
ENG-704
PR Merged+5
[ENG-671] Remove Junior Product Manager position from careers.json
Commit Created+2
Refactor Support menu
PR Opened+1
ENG-704
Commit Created+2
Merge branch 'ohcnetwork:main' into ENG-704
Commit Created+2
Add Supporters link to Foundation submenu in navbar
PR Merged+5
[ENG-704] Add Supporters page and link in footer
PR Opened+1
[ENG-704] Add Supporters page and link in footer
Commit Created+2
Add Supporters page and link in footer
PR Reviewed+2
[ENG - 506] Add support for custom links in the left sidebar
Commit Created+2
facility fix
Commit Created+2
fix build
Commit Created+2
experimental
Commit Created+2
Fix: Ensure VAPID claims are copied before sending web push notifications
Commit Created+2
Revert "Refactor VAPID claims construction in dispatch_webpush function" This reverts commit 528fcb7df33c3e426adc65c2a9181681400a660c.
Commit Created+2
Refactor VAPID claims construction in dispatch_webpush function
Commit Created+2
refactor: enhance notification click handling and streamline deep-link resolution
PR Merged+5
Revert "feat: implement notification click handling and improve deep-link res…"
Commit Created+2
Merge pull request #4 from ohcnetwork/revert-3-abhimanyurajeesh-bookish-fortnight Revert "feat: implement notification click handling and improve deep-link res…"
PR Opened+1
Revert "feat: implement notification click handling and improve deep-link res…"
Commit Created+2
Revert "feat: implement notification click handling and improve deep-link res…"
PR Merged+5
feat: implement notification click handling and improve deep-link res…
Commit Created+2
Merge pull request #3 from ohcnetwork/abhimanyurajeesh-bookish-fortnight feat: implement notification click handling and improve deep-link res…
PR Opened+1
feat: implement notification click handling and improve deep-link res…
Commit Created+2
feat: implement notification click handling and improve deep-link resolution
PR Merged+5
[ENG-672] docs: add instructions for enabling browser push notifications
Commit Created+2
Merge pull request #2 from ohcnetwork/ENG-672 [ENG-672] docs: add instructions for enabling browser push notifications
PR Opened+1
[ENG-672] docs: add instructions for enabling browser push notifications
Commit Created+2
[ENG-672 ] docs: add instructions for enabling browser push notifications
Commented
PR Reviewed+2
[ENG - 506] Add support for custom links in the left sidebar
PR Opened+1
[ENG-671] Remove Junior Product Manager position from careers.json
Commit Created+2
[ENG-671] Remove Junior Product Manager position from careers.json
Commit Created+2
add a shake to bell
Commit Created+2
ui fix
PR Merged+5
[ENG-397] fix: Autoupdate issue
Commit Created+2
[ENG-397] fix: Autoupdate issue (#16382)
PR Opened+1
[ENG-660] feat: enable questionnaire draft-saving functionality in environment configuration
Commit Created+2
feat: implement notification click listener for deep-linking
Commit Created+2
fix: add silent
PR Merged+5
feat: add infinite scroll for notifications
Commit Created+2
Merge pull request #1 from ohcnetwork/abhimanyurajeesh-infinite-scroll-notifications feat: add infinite scroll for notifications
Commented
PR Opened+1
feat: add infinite scroll for notifications
Commit Created+2
update the translation
PR Reviewed+2
Correct package name URL in README.md
Commit Created+2
feat: add infinite scroll for notifications Replace fixed limit pagination with useInfiniteQuery and react-intersection-observer to automatically load more notifications as the user scrolls down, following the same pattern used in care_fe. Co-authored-by: Copilot App <[email protected]>
Commit Created+2
initial commit
PR Merged+5
[ENG-394] fix: update condition to include 'url' type for integrated notes in QuestionInput
Commit Created+2
[ENG-394] fix: update condition to include 'url' type for integrated notes in QuestionInput (#16380)
PR Opened+1
[ENG-651] feat: enhance push notification handling and resolve notification paths