-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Push Audiences improvements #813
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
Conversation
flovilmart
commented
Nov 18, 2017
- Fix issue affecting bad requests with audience_limit
- Adds support for sizing audiences in the dashboard running counts on _Installation table
urlsSeparator = '&'; | ||
let promise; | ||
if (!query) { | ||
promise = new Parse.Query('_Audience').get(audienceId, { useMasterKey: true }).then(function(audience) { |
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.
we may wanna add caching for those counts as may be quite expensive on the 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.
@flovilmart do we want to add in caching with this PR or do we want to handle this later on?
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.
Also if this runs okay on your end this would be great to get in. About time we should put up a dashboard release so we can get past #811 .
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.
Yep, caching would need more work, not required
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.
Ehhh, maybe in this case we should cache. Although we could take it as is it would be nice to not have to come back and do that later.
@montymxb i’d Like to get this one in for the release too |
Yep yep, just saw this. Sorry I'm behind by a day or so and just going through everything. |
* parse: Update dependencies to enable Greenkeeper 🌴 (parse-community#865) Ensure we traverse the payloadJSON properly (parse-community#861) Push Audiences improvements (parse-community#813)