Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Health Data #60

Merged
merged 72 commits into from
Jul 22, 2024
Merged

Implement Health Data #60

merged 72 commits into from
Jul 22, 2024

Conversation

kylewadebwell
Copy link
Contributor

This PR started with the intention of adding allergy intolerances to the sample app and ended up including all of the health data endpoints. It would be good to get a second set of eyes on this.

Plans for next steps for this code after this PR:

  1. Add unit tests for the components following the patterns in "Mastering React TDD"
  2. Add additional e2e tests
  3. Add remaining TS SDK methods

…mple of getConnections; add getAllergyIntolerances
@kylewadebwell kylewadebwell requested a review from wootencl July 22, 2024 14:15
Copy link
Collaborator

@wootencl wootencl left a comment

Choose a reason for hiding this comment

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

Make sure to document how to set the proper env vars so things are working in respect to init/auth.

bwell-typescript-react/package.json Outdated Show resolved Hide resolved
See also: https://playwright.dev/docs/docker

## How to test SDK code under development
Copy link
Collaborator

Choose a reason for hiding this comment

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

This will need to be moved to the bwell-sdk repo. This repo is public facing so these instructions won't be applicable to non bwell folks.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. Updated the Readme and added a couple of notes about how to use the app.

@kylewadebwell kylewadebwell merged commit 6510bce into main Jul 22, 2024
1 check passed
@kylewadebwell kylewadebwell deleted the allergy-intolerances branch July 22, 2024 20:31
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.

2 participants