Determine when to run list_featured API call #1812

Closed
opened 2018-07-24 17:56:13 +02:00 by tzarebczan · 1 comment
tzarebczan commented 2018-07-24 17:56:13 +02:00 (Migrated from github.com)

The Issue

When featured content is pushed to the homepage, users won't see the ribbon unless they refresh the app since the list_featured call is only made on startup. Should it be called when the homepage is? Call in the background?

System Configuration

  • LBRY Daemon version:
  • LBRY App version:
  • LBRY Installation ID:
  • Operating system:

Anything Else

Screenshots

<!-- Thanks for reporting an issue to LBRY and helping us improve! To make it possible for us to help you, please fill out below information carefully. Before reporting any issues, please make sure that you're using the latest version. - App releases: https://github.com/lbryio/lbry-desktop/releases - Standalone daemon: https://github.com/lbryio/lbry/releases We are also available on live chat at https://chat.lbry.io --> ## The Issue When featured content is pushed to the homepage, users won't see the ribbon unless they refresh the app since the list_featured call is only made on startup. Should it be called when the homepage is? Call in the background? ## System Configuration <!-- For the app, this info is in the About section at the bottom of the Help page. You can include a screenshot instead of typing it out --> <!-- For the daemon, run: curl 'http://localhost:5279' --data '{"method":"version"}' and include the full output --> - LBRY Daemon version: - LBRY App version: - LBRY Installation ID: - Operating system: ## Anything Else <!-- Include anything else that does not fit into the above sections --> ## Screenshots <!-- If a screenshot would help explain the bug, please include one or two here -->
kauffj commented 2018-07-25 00:37:09 +02:00 (Migrated from github.com)

Candidates for times to call it:

  1. When rewards are refreshed
  2. Whenever discover / suggested is refreshed
Candidates for times to call it: 1) When rewards are refreshed 2) Whenever discover / suggested is refreshed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#1812
No description provided.