-
Notifications
You must be signed in to change notification settings - Fork 75
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
feature(FR-352): update-useBAINotification #3065
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 4.92% (-0.01% 🔻) |
398/8093 |
🔴 | Branches | 4.25% (-0.01% 🔻) |
239/5629 |
🔴 | Functions | 2.95% (-0% 🔻) |
78/2641 |
🔴 | Lines | 4.84% (-0.01% 🔻) |
383/7918 |
Test suite run success
124 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from 644d9cc
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.
I push a refactoring commit. Please check it.
I couldn’t find a better way to handle typing. Although I did come across a method, the more I used it, the more confusing it became. So, I’ve decided to stick with my current approach. |
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.
LGTM
Merge activity
|
resolves #3060, [(FR-352)](https://lablup.atlassian.net/browse/FR-352) I added functionality to handle `task's status` based on the notification in `useNotification`. Since the existing approach was not changed, no additional modifications are needed. **changes** * update `useBAINotification` to handle task's status * refactor `MaintenanceSetttingList` component (I have confirmed that it is working properly.) **Checklist:** (if applicable) - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
1ede928
to
644d9cc
Compare
resolves #3060, (FR-352)
I added functionality to handle
task's status
based on the notification inuseNotification
. Since the existing approach was not changed, no additional modifications are needed.changes
useBAINotification
to handle task's statusMaintenanceSetttingList
component (I have confirmed that it is working properly.)Checklist: (if applicable)