RI

Rithvik Nishad

@rithviknishad

Passion for contributing to open source tools and building scalable and distributed systems.

An electrical ⚡ and software 💻 engineer who loves to code and build things.

Total Points
27929

All time

Total Activities
17136

All time

Activity Types
8

Different types

Activity Overview

3164 contributions in the last year

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

Consistency Champion

Awarded for maintaining activity streaks

3 / 3 tiers earned

bronze
bronze

7 day streak

silver
silver

14 day streak

gold
gold

30 day streak

Review Champion - platinum

Review Champion

Awarded for consistent code review participation

4 / 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

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

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

Activity Breakdown

13724 total activities · 27929 total points

PR Reviewed
5742 (41.8%)·11478 pts
PR Merged
1397 (10.2%)·6985 pts
Commit Created
2845 (20.7%)·4656 pts
Issue Opened
1070 (7.8%)·2140 pts
PR Opened
1580 (11.5%)·1580 pts
Issue Assigned
1090 (7.9%)·1090 pts
13724
Total Activities
27929
Total Points
6
Activity Types
2.0
Avg Points/Activity
Activity Timeline

348 of 17136 activities· 1 of 53 months

September 2026348 activities

PR Reviewed+2
Auto-focus first input field of Login (as staff and patient)
PR Merged+5
[ENG-922] Adds expiration date filter for inventory items list view
Commit Created+2
[ENG-922] Adds expiration date filter for inventory items list view (#16737) Co-authored-by: Cursor
Commit Created
[ENG-922] Adds expiration date filter for inventory items list view (#16737)
PR Reviewed+2
fix: align user profile section labels
PR Reviewed+2
Fix contact validation state when switching contact type
PR Reviewed+2
Fix broken links, outdated translation paths, and discrepancies across documentation (#16832)
Commented
Commit Created+2
fix 'The registry refused the request.'
Commit Created
enable no_cache for pip installs to prevent serving outdated dependencies
Commit Created
set component overrides env
Commit Created
fix url collision with abdm mfe plug assets and abdm routes
Commit Created+2
fix issue with query params in developer page
Commit Created+2
developer mode
Commit Created+2
m4 done
Commit Created+2
m4 fixes
PR Merged+5
[ENG-1021] Restrict delivery and requesr orders with same origin and destination
Commit Created+2
[ENG-1021] Restrict delivery and requesr orders with same origin and destination (#3759) * ENG-1021 Restrict delivery orders with same origin and destination * also add validation for request order
Commit Created
[ENG-1021] Restrict delivery and requesr orders with same origin and destination (#3759)
Commit Created+2
m4 and docs sync
PR Merged+5
[ENG-895] Migrate batch API callers to the useBatchRequest hook
Commit Created+2
[ENG-895] Migrate batch API callers to the useBatchRequest hook (#16736) Co-authored-by: Cursor
Commit Created
[ENG-895] Migrate batch API callers to the useBatchRequest hook (#16736)
Commit Created
[ENG-895] Migrate batch API callers to the useBatchRequest hook (#16736)
Commit Created
[ENG-895] Migrate batch API callers to the useBatchRequest hook (#16736)
Commit Created
[ENG-895] Migrate batch API callers to the useBatchRequest hook (#16736)
Commit Created
[ENG-895] Migrate batch API callers to the useBatchRequest hook (#16736)
PR Merged+5
[ENG-1023] 🛠️ Fixes origin/destination not synced when location is changed in delivery/request order form
Commit Created+2
[ENG-1023] 🛠️ Fixes origin/destination not synced when location is changed in delivery/request order form (#16818) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Commit Created
[ENG-1023] 🛠️ Fixes origin/destination not synced when location is changed in delivery/request order form (#16818)
Commit Created
[ENG-1023] 🛠️ Fixes origin/destination not synced when location is changed in delivery/request order form (#16818)
Commit Created
[ENG-1023] 🛠️ Fixes origin/destination not synced when location is changed in delivery/request order form (#16818)
Commit Created
[ENG-1023] 🛠️ Fixes origin/destination not synced when location is changed in delivery/request order form (#16818)
Commit Created
[ENG-1023] 🛠️ Fixes origin/destination not synced when location is changed in delivery/request order form (#16818)
Commit Created
[ENG-1023] 🛠️ Fixes origin/destination not synced when location is changed in delivery/request order form (#16818)
Commit Created
[ENG-1023] 🛠️ Fixes origin/destination not synced when location is changed in delivery/request order form (#16818)
Commit Created
[ENG-1023] 🛠️ Fixes origin/destination not synced when location is changed in delivery/request order form (#16818)
Commit Created+2
m3
Commit Created+2
fix(abdm): answer HTTP 400 for a refused ABHA link, and close the dialog A refused link raised a plain exception from the post_save(Patient) receiver, which runs inside Care's own patient viewset. Care answered HTTP 500 and the desk read "Something went wrong". LinkError is now a DRF ValidationError that carries {"errors": ""}. Care passes that shape through and care_fe shows it in a toast, so every caller answers HTTP 400 with a sentence that tells the desk what to do. The 3 sentences name no other patient record. The rule stands: 1 ABHA number is 1 person (/concepts/phr). The registration form keeps the ABHA prefill, sends no txn_id when a different patient holds the ABHA, and shows the other patient with an "Open patient" button. The patient saves without the ABHA. The ABHA dialog also closes when the journey ends. The wizard never closes itself, so each caller does it: the patient panel closes it when the link succeeds, the registration form closes it when the ABHA is applied, and "Find by ABHA" and the Scan and Share inbox close before they open another page. A refusal keeps the dialog open and shows the reason. Verified: abha_link_conflict_smoke.py 14 checks passed, 0 failed; 90 backend tests OK; ruff clean; tsc -b exit 0; eslint src 0 errors; npm run build wrote dist/assets/remoteEntry.js. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
Docs and Bruno for ADR-013: roadmap, codebase map, dev setup, findings F10 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
ABDM Records tab on the Encounter (ADR-013 D5) encounterTabs.abdm: the care-context header, the records table (label, type, status, attempts, next attempt, failure text, select), Link selected / Link all staged, Exclude / Include. The EncounterActions slot becomes a row that opens the tab and shows the number of records waiting. The host already owns the tab label ENCOUNTER_TAB__abdm. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
ADR-013 staged sharing: stage records, link on selection or Encounter close, hourly retries - AbdmShareItem: 1 row per shareable record in a care context (staged, queued, linked, failed, excluded). AbdmCareContext.hi_types is derived from the linked items. Migration 0002 keeps the sandbox history as linked items. - post_save stages MedicationRequestPrescription (status != draft), DiagnosticReport (final) and ReportUpload(discharge_summary); an outpatient OPConsultation item is created with the first clinical record. Nothing is sent to ABDM at staging time. - The desk links selected items (POST care-context/link {items|all}) or excludes/includes a staged item. Encounter completed/discharged queues every staged item and links. 1 link call carries every linked + queued type (F7). - Retries: LINK_RETRY_INTERVAL_MINUTES (60) x LINK_MAX_RETRIES (3) via the periodic task abdm.tasks.retry_share_items; then the item is failed and the desk can select it again. - Sharing after completion is gated on can_write_encounter without Care's closed-encounter rule. - FHIR: HealthDocumentRecord removed; DischargeSummaryRecord added around the generated PDF (validate_fhir: 0 findings); Prescription reads only requests that belong to a prescription; OPConsultation is outpatient only; transfer builds from the linked items. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
M2 wire fixes measured on the sandbox: hiType string, notify patientReference, notify delay - m2-hip-link-care-context takes hiType as a string, 1 patient block per HI type in 1 call (findings E11 root cause, F7). - m2-link-care-context-notify needs the HIP's patient reference in careContext.patientReference, not the ABHA address (F8), and is accepted only after ABDM indexes the link: the notify runs as a delayed Celery task with backoff (F9, NOTIFY_DELAY_SECONDS). - A notify success clears the error of an earlier attempt. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created
switch to using main branch of abdm
Commit Created+2
rebase migrations with care's develop
Issue Closed
Not being redirected back to the prescription list view after creating a prescription
Issue Closed
Breadcrumbs
Issue Closed
Remove `AlertDialog` for individual removal of favourites in `ValueSetSelect`
Issue Closed
Workflow: close PRs if PR author isn't same as assignee
Issue Closed
Update the design for Goverance, Supplier and Roles under Organization tab
Issue Closed
Cleanup translation files
Commented
Commented
Commented
Issue Closed
Sidebar navigation icons inconsistently show tooltips on hover
Commented
PR Reviewed+2
fix: apply cursor-pointer to entire Date selector clickable area (fixes #16757)
Commented
Commented
Issue Closed
Improve landing page visual hierarchy and button contrast
Issue Closed
Eye OPD cannot record a spectacle or contact lens prescription in CARE
Commented
Issue Assigned+1
Eye OPD cannot record a spectacle or contact lens prescription in CARE
Commit Created+2
feat(abdm): ADR-012 error handling and the E11 root cause Two strands of work from 2026-09-17. ADR-012, error handling. Every failure now reaches the desk. A generated catalogue holds 818 codes. One pure classifier, `abdm/errors.py`, reads them. The plug no longer causes `ABDM-1092`: the 5-minute freshness rule is gone. A late callback is no longer thrown away, because `ABDM_CALLBACK_SIGNATURE_LEEWAY_SECONDS` accepts an expired gateway token and records how late it was. The empty HTTP 400 on `link/carecontext` (finding E11). The fault is on the ABDM side, not in the plug. Three measurements prove it. A body with an empty `patient` array answers a clean JSON `ABDM-9999`. A body with an invalid `hiType` answers the same empty 400 and not `ABDM-1006`, so a well formed request never reaches field validation. One call answers `303001 Runtime Error ... HIECM-HIP-INITIATED-LINKING--vv3_APIproductionEndpoint [ State : SUSPENDED ]`, which is the API manager circuit breaker. `AbdmOutboundRequest.response_headers` (migration 0003) now keeps the response headers of each refusal, because ABDM sends some refusals with an empty body and the headers carry the `correlation-id` that NHA support needs. Verified: 78 backend tests OK; ruff clean; no pending migration. The late callback fix is proven against a real callback that arrived 968 s late. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created
[ENG-931] 🩺 Adds `react-doctor` CI action (#16722)
Commit Created
[ENG-950] Skip setting `dispense_status` when creating medication requests (#16729)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
Add type check to CI (#16789)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-30] Pharmacy: Improved bill medications flow (#16083)
Commit Created
Let the grumpy reviewer workflow approve pull requests (#16648)
Commit Created
[ENG-797] Disable titrated dosage input for read-only medication requests (#16592)
Commit Created
🧹 Remove stale diagnosis__* i18n keys (#16643)
Commit Created
Remove unneeded defensive code in useMultiFilterState (#16552)
Commit Created
[ENG-874] Allow empty REACT_CARE_API_URL for relative same-origin API requests (#16615)
Commit Created
[ENG-877] typo correction in diet preference option: "Dairy free" (#16646)
Commit Created
[ENG-882] Gate empty-state Create Encounter button by can_create_encounter permission (#16640)
Commit Created
[ENG-846] fixes error handling in batch request (#16677)
Commit Created
[ENG-551] Replace all other usages of GovtOrgSelector with the new picker (#16451)
PR Merged+5
[ENG-1013] Add hindi voice announcement files (#19)
Commit Created
Merge pull request #20 from ohcnetwork/main
PR Opened+1
[ENG-1013] Add hindi voice announcement files (#19)
Commit Created
Update useEffect to handle internal state changes
PR Opened+1
[ENG-1023] 🛠️ Fixes origin/destination not synced when location is changed in delivery/request order form
PR Opened+1
[ENG-1021] Restrict delivery and requesr orders with same origin and destination
Commit Created+2
improve ui/ux
Commit Created+2
UI run fixes: full-page cross-layout links, token requests in activity, no modulepreload hints From the Playwright run (session files dogfood-output/report.md): - Open setup on /admin/abdm crashed the host (PinPageDialog hooks order on the admin/app sidebar swap); cross-layout links are plain anchors now (J7). - The encounter dialog's Gateway activity missed m2-generate-link-token and SMS rows, which are per patient and facility; the query includes them. - Vite modulepreload hints resolved against the host origin and 404ed; build.modulePreload = false (J8). - Log a token response that lacks refreshToken (C14: the card was disabled because the login transaction held none). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
Treat ABDM-1092 as 'still waiting': keep the token row on the accepted request The gateway refuses a second link-token request for the same ABHA at the same HIP with ABDM-1092 even with a fresh REQUEST-ID (findings F6). The row now stays requested, keeps the last accepted REQUEST-ID for callback correlation, and the desk reads a waiting message instead of an HTTP 400. The callback lookup falls back on ABHA address + facility regardless of row status. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
Admin dashboard: show REQUEST-ID per callback; name probe rows in the help text Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
Record: the gateway delivered to the prefixed bridge URL; receiver proven live Runserver log shows several 500s on /api/abdm/v3/hip/token/on-generate-token before the fix, so the gateway does append the callback path to a bridge URL that carries /api/abdm (findings B5 resolved). After the fix, an accepted generate-token produced no delivery in 15 minutes; the public probe reaches the fixed receiver (401, row stored). New finding E10: retry after 5xx is undocumented. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
Resolve an inbound HIP ID in the gateway service-id form; record the callback probes facility_for_hip_id() accepts both IN1410000232 and IN1410000232_1 and is the one lookup used by Scan and Share, discovery, consent and transfer. Roadmap and findings record today's sandbox facts: the public POST path is proven, 3 accepted generate-token calls (HFR id and service id) produced no callback in the observed windows, and B5 (bridge URL with a path prefix) is open again. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
Callback receiver: fetch the JWKS with the bearer token; never lose the row A gateway POST reached /api/abdm/v3/hip/token/on-generate-token at 17:37 and the receiver crashed: the certs endpoint answers 401 without the gateway token (the docs list no token; findings B14). Care's ATOMIC_REQUESTS then rolled the stored callback back, so no evidence survived (findings J6). - gateway/certs.py sends the gateway bearer token. - callbacks/views.py catches everything after the insert: 401 for a bad signature, 503 when the verifier cannot run; the row keeps signature_error. - callbacks/signature.py takes the algorithm from the matching JWK (RS256 or RS512, the 2 keys the sandbox publishes), reads the configured header first and then any JWT-shaped header, and returns the header name, stored as signature_header (migration 0002). - Admin dashboard shows the header and the error per callback. - Tests: 46 OK. Smoke: 503 with row kept, real verifier 202 and 401. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
docs: macOS Celery prefork segfault (libpq GSSAPI, _scproxy) and the worker env that fixes it Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
Read the sandbox bridge-service shape; store callbacks to unnamed paths - Admin dashboard: the gateway returns services as {id, name, types[], active}, not the documented {serviceId, isHip, isHiu}. Read both (findings B18). - urls.py: a catch-all POST route stores a gateway callback to any path the docs did not name as an AbdmCallback row (unhandled) instead of a Care 404. - Roadmap: first real m2-generate-link-token accepted (202) with no callback within 120 s; next checks recorded. Dev setup: MFE port and hash note. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
Move the bridge to an instance dashboard at /admin/abdm The bridge is 1 per clientId, so its UI belongs at the instance level, not on a facility page. Add GET /api/abdm/admin/overview (superuser): gateway session status, live bridge state and services, and the Care facilities that carry an HFR facility ID. The dashboard also lists the last 20 callbacks. The facility setup page keeps a 1-line bridge status that links to the dashboard. No snapshot table: every value is read live (ADR-011). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
M2 rebuild (ADR-011): lean HIP linking, discovery, consent and encrypted transfer Backend - Remove AbdmBridge, abdm/instance, the admin routes and gateway/hrp.py. The bridge id is read live from the gateway and cached (gateway/bridge.py). - Add abdm/hip: link token, care context, HIP-initiated link and notify, SMS deep link, discovery with verified-ABHA match, user-initiated link with an OTP over Care SMS, consent GRANTED/REVOKED/EXPIRED, health-information request with ECDH X25519 + HKDF + AES-GCM push and data-flow notify. - Add abdm/fhir: OPConsultation, Prescription and HealthDocumentRecord bundles (MCP validate_fhir: 0 findings). - 5 new tables; migrations restart at 0001_initial. R-token sent bare first. - Encounter post_save queues tasks.sync_encounter after commit. Frontend - Remove the admin bridge page and nav. Setup page has 3 cards. - Add EncounterActions and EncounterOverviewTop slots; careApi mirrors urls.py. Repo hygiene - Remove 2 Care JWTs from bruno/environments/local.bru; make the token vars secret. Fix 7 Bruno files that carried a pasted redacted header. Untrack backend/.idea and uv.lock. Bruno covers every route in urls.py. Docs - findings.md is a status register (duplicates merged, 3 entries corrected, 12 resolved, 20 new). ADR-011; roadmap, codebase map, dev setup, verification and sources updated. The false 'optional M1 features built' claim is removed. Verified: manage.py check, makemigrations --check, ruff, 41 unit tests, in-process M2 smoke (15 stages incl. HIU-side decrypt), npm run build, eslint 0 errors, i18n complete. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
docs: rebuild ABDM docs mirror from the sitemap (382 pages) and refresh skills Add scripts/refresh-docs-mirror.py, which rebuilds docs/abdm-docs-mirror and .agent/skills from the single permitted source and writes MANIFEST.json. The page tree now mirrors the URL path under docs/hiecm/v3 and docs/whats-new. Skills are at the 2026-09-14 build. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created+2
fix hrp registration error
Commit Created
Merge pull request #16807 from ohcnetwork/develop
Commit Created+2
build vision prescription mfe plug
Issue Opened+2
Eye OPD cannot record a spectacle or contact lens prescription in CARE
Commit Created
Merge remote-tracking branch 'upstream' into bodhi/questionnaire-actions
Commit Created
Merge remote-tracking branch 'upstream/develop' into rithviknishad/bypass-delivery-order-show-receive-update-stock
Commit Created+2
fix login with abha number
PR Merged+5
[ENG-763] Allow plugins to add sections in user's profile page
Commit Created+2
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
Commit Created
[ENG-763] Allow plugins to add sections in user's profile page (#16575)
PR Merged+5
[ENG-1013] Add hindi voice announcement files
Commit Created+2
[ENG-1013] Add hindi voice announcement files (#19)
Commit Created
[ENG-1013] Add hindi voice announcement files (#19)
Commented
Commit Created+2
abdm m1
PR Opened+1
[ENG-1013] Add hindi voice announcement files
PR Merged+5
⭐️ Enhance instructions for AI Agents
Commit Created+2
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
Commit Created
Enhance instructions for AI Agents (#16801)
PR Opened+1
⭐️ Enhance instructions for AI Agents
Commit Created
fix date click issue after selecting a preset
Commit Created
Merge remote-tracking branch 'upstream/develop' into cursor/a67aa7e5
PR Merged+5
Adds support for running vite-server using `portless`
Commit Created+2
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
Commit Created
Adds support for running vite-server using `portless` (#16795)
PR Opened+1
Adds support for running vite-server using `portless`
Commit Created+2
cleanup unused types
Commit Created+2
correct namings
PR Opened+1
[ENG-980] Register Token Display as a device
PR Opened+1
[ENG-1007] Adds support for plugins to define sub-queue actions
Commit Created+2
improve success state, fix device update failing, and other minor improvements
Commit Created+2
cleanup error handling
Commit Created+2
switch to careui based styling
Commit Created+2
scaffold token display FE plugin
PR Merged+5
Add type check to CI
Commit Created+2
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI (#16789)
Commit Created
Add type check to CI
PR Opened+1
Add type check to CI
PR Merged+5
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation
Commit Created+2
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
Commit Created
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation (#16787)
PR Merged+5
Remove vite-plugin-checker from the dev server
Commit Created+2
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
Commit Created
Remove vite-plugin-checker from the dev server (#16788)
PR Opened+1
Remove vite-plugin-checker from the dev server
PR Opened+1
[ENG-1000] Pixel-art SVG Heartbeat animation for loading animation
Commit Created
Merge remote-tracking branch 'upstream/develop' into cursor/care-fe-playwright-test-coverage-3f90
PR Merged+5
[ENG-990] Refactor dispense order view's footer to a component
Commit Created+2
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
[ENG-990] Refactor dispense order view's footer to a component (#16772)
Commit Created
Merge branch 'develop' into cursor/d69c5a49
PR Opened+1
[ENG-990] Refactor dispense order view's footer to a component
PR Merged+5
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts
Commit Created+2
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
Commit Created
[ENG-941] 🔥 Removes the unused `when` condition feature from keyboard shortcuts (#16725)
PR Reviewed+2
[ENG-916] feat: implement location tags functionality
Commit Created
fix prop type of TagBadges
PR Reviewed+2
[ENG-916] feat: implement location tags functionality
PR Reviewed+2
[ENG-916] feat: implement location tags functionality
Commit Created
Fix batch reference ids and use one batch query for dispenses
Commented
PR Reviewed+2
[ENG-970] feat: add body height parameter to plots configuration
PR Reviewed+2
[ENG-975] feat: add loading cover to appointment print