-
Notifications
You must be signed in to change notification settings - Fork 413
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
feat: Implements feature healthcare UI #5043
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Docker builds report
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat/feature-health #5043 +/- ##
====================================================
Coverage 97.43% 97.43%
====================================================
Files 1213 1213
Lines 42143 42143
====================================================
Hits 41061 41061
Misses 1082 1082 ☔ View full report in Codecov by Sentry. |
3d678b1
to
cde95c5
Compare
278fc1b
to
6401c24
Compare
6401c24
to
0c664f3
Compare
const [createProvider, { error, isError, isLoading, isSuccess }] = | ||
useCreateHealthProviderMutation() | ||
|
||
// TODO: Replace from list of provider options from API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Replace with list of provider options from API
projectId, | ||
}) | ||
|
||
// TODO: API Needs to expose provider id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: API Needs to expose provider id
unhealthy state in different environments.{' '} | ||
<Button | ||
theme='text' | ||
href='' // TODO: Add docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Add documentation for feature health usage
onClick={(e) => { | ||
e.stopPropagation() | ||
e.preventDefault() | ||
// TODO: API Needs to expose provider id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: API Needs to expose provider id
|
||
return ( | ||
<div className='fs-caption' style={{ color: Constants.tagColors[16] }}> | ||
{/* TODO: Provider info and link to issue will be provided by reason via the API */} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Provider info and link to issue will be provided by reason via the API
Thanks for submitting a PR! Please check the boxes below:
docs/
if required so people know about the feature!Changes
Warns which environments have unhealthy features
Displays unhealthy state reason
Project Settings - Create provider from existing options
Project Settings - Displays list of providers
How did you test this code?
Manually tested using Sample Provider