-
Notifications
You must be signed in to change notification settings - Fork 650
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
Add new user metrics to Home page #15950
Conversation
f0f625a
to
9c99f7f
Compare
...assets/javascripts/new-dashboard/components/Tooltip/tooltip-component/tooltip-component.scss
Outdated
Show resolved
Hide resolved
...assets/javascripts/new-dashboard/components/Tooltip/tooltip-component/tooltip-component.scss
Outdated
Show resolved
Hide resolved
lib/assets/javascripts/new-dashboard/components/Tooltip/tooltip.html
Outdated
Show resolved
Hide resolved
lib/assets/javascripts/new-dashboard/components/Tooltip/tooltip.scss
Outdated
Show resolved
Hide resolved
lib/assets/javascripts/new-dashboard/pages/Home/QuotaSection/MapLoadsQuota.vue
Show resolved
Hide resolved
:availableQuota="getAmountInUnit(availableQuota)" | ||
:unit="getUnit(availableQuota)" | ||
:formatToLocale="false" | ||
helpText="TODO" |
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 guess this TODO should be replaced properly!
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.
Yes, @borja-munoz I need text and links for each one
lib/assets/javascripts/new-dashboard/pages/Home/QuotaSection/MemoryQuota.vue
Outdated
Show resolved
Hide resolved
5d1b76b
to
f0bdad2
Compare
lib/assets/javascripts/new-dashboard/pages/Home/QuotaSection/StackedQuotaWidget.vue
Show resolved
Hide resolved
lib/assets/javascripts/new-dashboard/pages/Home/QuotaSection/StackedQuotaWidget.vue
Show resolved
Hide resolved
lib/assets/javascripts/new-dashboard/pages/Home/QuotaSection/StackedQuotaWidget.vue
Outdated
Show resolved
Hide resolved
lib/assets/javascripts/new-dashboard/pages/Home/QuotaSection/StackedQuotaWidget.vue
Show resolved
Hide resolved
lib/assets/javascripts/new-dashboard/pages/Home/QuotaSection/MemoryQuota.vue
Outdated
Show resolved
Hide resolved
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. Just small details, most of them already tackled by you.
Don't forget to drop a line into NEWS (the changelog) to pass the checks.
Please also add the acceptance description in a note inside the header of this PR, so we can test at staging cloud. Once that acceptance is ready to be passed, ping me and also @borja-munoz. Thx!
@VictorVelarde @borja-munoz I've added info for acceptance test. |
a32f3e1
to
06f7c09
Compare
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.
Last changes at FE LGTM @Josmorsot. Not sure if anything else is required on the backend side before merging. @thedae
870fd08
to
55ef3fb
Compare
Task Feature/ch121627 (project dashboard metrics)
How to check
Login using juanra-do-org-admin, this user has subscriptions to DO so you'll check that appears Your plan and addons. Subscribing a public data the remaing quota for your plan should change. Subscribing a premium dataset addons size must change (It shouldn't modify remaining quota for your plan)
Login using metrics-empty-user, this user is a new one so you chan check how appears in an empty user. If you import some CSV datasets should be updated. As it user doesn't have subscriptions, both sections should be hidden. If you mark FF
map_loads_metric_disabled
Map loads is not visible.