-
Notifications
You must be signed in to change notification settings - Fork 38
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
refactor: change to use 'cost' not 'usd_cost' for the data property from cost api #1706
refactor: change to use 'cost' not 'usd_cost' for the data property from cost api #1706
Conversation
Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
…get-main Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
notification_type: BudgetNotificationsType; | ||
} | ||
|
||
export interface BudgetModel { |
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.
praise: wow..!!!!!!!!!
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!!! what a huge work...
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!
…rom cost api (cloudforet-io#1706) * refactor(cost): change cost chart and helpers from usd_cost to cost Signed-off-by: Wanjin Noh <[email protected]> * refactor(budget): separate models from type.ts Signed-off-by: Wanjin Noh <[email protected]> * refactor(budget): separate shared modules into shared dir, rename budget-main Signed-off-by: Wanjin Noh <[email protected]> * fix: fix type name Signed-off-by: Wanjin Noh <[email protected]> * refactor(budget): change to use cost not usd_cost Signed-off-by: Wanjin Noh <[email protected]> --------- Signed-off-by: Wanjin Noh <[email protected]>
…rom cost api (cloudforet-io#1706) * refactor(cost): change cost chart and helpers from usd_cost to cost Signed-off-by: Wanjin Noh <[email protected]> * refactor(budget): separate models from type.ts Signed-off-by: Wanjin Noh <[email protected]> * refactor(budget): separate shared modules into shared dir, rename budget-main Signed-off-by: Wanjin Noh <[email protected]> * fix: fix type name Signed-off-by: Wanjin Noh <[email protected]> * refactor(budget): change to use cost not usd_cost Signed-off-by: Wanjin Noh <[email protected]> --------- Signed-off-by: Wanjin Noh <[email protected]>
To Reviewers
style
,chore
,ci
ONLY)Type of Change
Affects to
Packages
Apps
Checklist
lint
andtype
?mirinae
should be reflected instorybook
.Description
Please review in order by commits.
BudgetPage
toBudgetMainPage
.shared/
directory.model.ts
file.Things to Talk About