Skip to content

Conversation

@khavinshankar
Copy link
Collaborator

@khavinshankar khavinshankar commented Dec 17, 2024

Todo:

Frontend:

  • Update the ABHA generate/link form with new UI
  • Update the ABHA ID Card with the new UI
  • Create a util for making API calls
  • Import envs from core module
  • Show errors when the API sends non ok status
  • Add loaders to button while API calls are made
  • Wire Abha linking feature in patient home actions
  • Wire Abha linking feature in patient register form
  • Wire configure health facility
  • i18n
  • Wire raising consent request flow
  • Show records from ABDM

Backend:

  • Deprecate relations from facility app and use from emr app
  • Rewrite all serializer into pydantic specs
  • Rewire the fhir transformer util
  • Rethink creating care context logic

Copy link
Member

@rithviknishad rithviknishad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quick pass, lgtm

@@ -0,0 +1,70 @@
const CARE_BASE_URL = __CORE_ENV__.REACT_CARE_API_URL || "";
const CARE_ACCESS_TOKEN_LOCAL_STORAGE_KEY = "care_access_token";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works for now, but not a fan of making the plug assume the local storage's key (cookie based auth would've been nice maybe)

cc: @gigincg

@khavinshankar khavinshankar marked this pull request as ready for review January 21, 2025 07:53
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 21, 2025

Deploying care-abdm-fe with  Cloudflare Pages  Cloudflare Pages

Latest commit: 78a9b35
Status: ✅  Deploy successful!
Preview URL: https://add103e5.care-abdm-fe.pages.dev

View logs

@khavinshankar
Copy link
Collaborator Author

Closing this and setting this branch as default branch

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants