Skip to content
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

Adds selectPlatform method for amp-subscriptions #13682

Merged
merged 9 commits into from
Mar 1, 2018
Merged

Adds selectPlatform method for amp-subscriptions #13682

merged 9 commits into from
Mar 1, 2018

Conversation

prateekbh
Copy link
Member

  • Adds selectPlatform method in entitlements store
  • Implements allEntitlementsResolved promise

@@ -83,7 +83,7 @@ export class EntitlementStore {
}
}

if (entitlementsResolved === this.serviceIds_.length) {
if (this.areAllPlatformsResolved_()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That means this promise may never resolve if it wasn't resolved yet. You need to check areAllplatformsResolved_ in the onChange below as well. That should be covered by a test as well.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

*/
selectPlatform() {
return this.getAllPlatformsEntitlements_().then(entitlements => {
return this.selectApplicablePlatform_(entitlements);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a TODO to explain that in the future we may be able to resolve a selected platform faster than waiting for all platforms. E.g. a first "subscriber" platform can be selected right away.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@prateekbh prateekbh merged commit babc6b3 into ampproject:master Mar 1, 2018
@prateekbh prateekbh deleted the amp-subs-selplatform branch March 1, 2018 01:00
RanAbram pushed a commit to RanAbram/amphtml that referenced this pull request Mar 12, 2018
* fix animating circle fixed position

* adding selectPlatform method

* fixing comments

* fixing types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants