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

Reader: load a new recommendation after an interaction with a card #5652

Merged

Commits on Jun 13, 2016

  1. Load a new recommendation when user interacts with a card

    - store interacted cards in the Redux tree
    - get child recommendation ID for card where available
    - only fetch 1 recommendation from API in recordRecommendationInteraction()
    - don't accept duplicate recommendations
    - add test for recommendation insertion order
    bluefuton committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    07504f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b444818 View commit details
    Browse the repository at this point in the history
  3. Recommendation requests: ask for 20 initially, then up to three after…

    … each card interaction
    bluefuton committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    2c7d464 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f539fd8 View commit details
    Browse the repository at this point in the history