-
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
Adding analysis quota #8872
Adding analysis quota #8872
Conversation
So this implements the quota element for analysis confirm, but it opens the 🍉 about how to know if the analysis is using one provider or other, or if it uses a paid service or not. Already discussed with @rafatower but I feel we need to discuss it at length. |
Let's merge it although it is not decided yet how to manage this problem. |
.Infobox { | ||
@include flex(10); |
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.
10?
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.
No idea why I wrote 10, with 2 would be enough.
@@ -403,15 +403,15 @@ | |||
"body": "<span class='CDB-Text is-semibold'>Your map is private</span>. Change your <a href='#'' class='js-change-privacy'>privacy settings</a> to embed your map. Right now it's private." | |||
} | |||
}, | |||
"cartodbjs": { | |||
"title": "CartoDB.js", | |||
"CARTOjs": { |
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.
hey!
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.
har, fixing it
@ethervoid another bit to take into account for quota requirements... this is turning a lot of fun |
Added some specs and removed all content not related with this Pull request @nobuti 💋 |
Implements the quota analysis block for each analysis that needs non-free services, as in buffer or trade-areas.
CR: @nobuti
Fixes #8766.