BO
Total Points
8888
All time
Total Activities
6080
All time
Activity Types
8
Different types
Activity Overview
1644 contributions in the last year
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Mon
Wed
Fri
Less
More
Achievements
14 badges earnedConsistency Champion
Awarded for maintaining activity streaks
3 / 3 tiers earned
bronze
7 day streak
silver
14 day streak
gold
30 day streak
Review Champion
Awarded for consistent code review participation
3 / 4 tiers earned
bronze
4 days of reviews
silver
8 days of reviews
gold
16 days of reviews
platinum
32 days of reviews
PR Consistency
Awarded for maintaining a consistent pull request contribution streak
1 / 4 tiers earned
bronze
4 day PR streak
silver
8 day PR streak
gold
16 day PR streak
platinum
32 day PR streak
Points Milestone
Awarded for reaching points milestones
3 / 3 tiers earned
bronze
100+ points
silver
500+ points
gold
1,000+ points
Activity Milestone
Awarded for reaching activity count milestones
4 / 4 tiers earned
bronze
10+ activities
silver
50+ activities
gold
100+ activities
platinum
500+ activities
Activity Breakdown
4356 total activities · 8888 total points
Commit Created
2265 (52.0%)·4414 pts
PR Reviewed
886 (20.3%)·1772 pts
PR Merged
259 (5.9%)·1295 pts
Issue Opened
461 (10.6%)·922 pts
PR Opened
302 (6.9%)·302 pts
Issue Assigned
183 (4.2%)·183 pts
4356
Total Activities
8888
Total Points
6
Activity Types
2.0
Avg Points/Activity
Activity Timeline
49 of 6080 activities· 1 of 76 months
August 202649 activities
Commit Created
Merge branch 'ENG-737' into bodhi/ENG-737-test-fixtures
PR Merged+5
feat(questionnaire-v2): WYSIWYG questionnaire studio with realtime preview + full renderer
Commit Created+2
Merge pull request #2 from ohcnetwork/medi
Drop to a minimal version
Commit Created+2
Strip care_filly to the Medispeak-only seam
The in-house pipeline (chunked upload, Sarvam/Whisper ASR, LLM extraction,
Celery tasks, S3 recordings), per-user history, and the quota/TnC subsystem
are all removed. What remains is the session/token seam: create a Medispeak
session with the account secret and mint a short-lived scoped token for the
browser. Audio never touches CARE.
The per-user opt-in moves onto CARE core's User.preferences at key 'filly'
instead of a plugin model, defaulting to off.
REQUIRED_SETTINGS stays empty deliberately: PluginSettings.validate() runs at
module scope and CARE's root URLconf imports care_filly.urls eagerly, so a
required key would break migrate/check/collectstatic on keyless boxes. A
Warning-level system check and a 502 at call time cover it instead.
Verified against a live CARE instance: manage.py check passes with only
care_filly.W001, makemigrations --check reports no drift, 0001_initial applies
cleanly, and exactly three routes resolve.
Co-Authored-By: Claude Opus 5
Commit Created+2
Add design spec for the Medispeak-only strip
Strips care_filly to the minimum required to run against the Medispeak API:
Medispeak-only backend, history and quota removed, per-user opt-in moved onto
CARE core's User.preferences, and a fresh single migration.
Co-Authored-By: Claude Opus 5
Commented
Issue Closed
EncounterHistory empty-state "Create Encounter" button is not permission-gated
PR Reviewed+2
fix: Pass hidePrefixSuffix=true to formatName for all Avatar name props
Issue Closed
Allow empty REACT_CARE_API_URL for relative, same-origin API requests
Commit Created+2
Add colour support for tag configs (#16109)
Co-authored-by: Claude Opus 4.6 (1M context)
Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com>
Co-authored-by: Jacobjeevan <40040905+Jacobjeevan@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Jacob Jeevan
Commit Created
Add colour support for tag configs (#16109)
Commit Created
Add colour support for tag configs (#16109)
Commit Created+2
Add security response headers to the nginx deployment (#16513)
Co-authored-by: Claude Fable 5
Commit Created
Add security response headers to the nginx deployment (#16513)
PR Merged+5
Questionnaire v2: submit-path hardening and render-failure containment
PR Merged+5
Questionnaire v2: outline overlay and submit/draft regression coverage
PR Merged+5
Questionnaire v2: one header per structured question + rendering coverage for all types
PR Opened+1
Questionnaire v2: one header per structured question + rendering coverage for all types
PR Opened+1
Questionnaire v2: outline overlay and submit/draft regression coverage
PR Opened+1
Questionnaire v2: submit-path hardening and render-failure containment
PR Opened+1
feat(questionnaire-v2): WYSIWYG questionnaire studio with realtime preview + full renderer