-
Notifications
You must be signed in to change notification settings - Fork 47
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
PXP-8520 Feat/paymodels #900
Conversation
payModel: data, | ||
}); | ||
}, 30000); | ||
this.setState({ payModelInterval }); |
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.
checkWorkspacePayModel
doesn't really need to be a periodical job for now
but it will be needed once we really stores and fetches the value of cost from DB
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.
looks good to me, dont know if it should refresh every 30s, but i am not familiar enough with the usage
Yes, the current information that got displayed on this banner don't need auto-refreash, but will be needed once we have the cost/remaining balance info in |
Jira Ticket: PXP-8520
Display user pay model information in a banner on top of the workspace page
Only visible if the current user has a pay model setup according to Hatchery
Improvements
Deployment changes