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

Optimise OngoingStoryList / Recommended Stories #936

Closed
rt4914 opened this issue Apr 2, 2020 · 2 comments
Closed

Optimise OngoingStoryList / Recommended Stories #936

rt4914 opened this issue Apr 2, 2020 · 2 comments
Assignees
Labels
Priority: Essential This work item must be completed for its milestone. Z-ibt Temporary label for Ben to keep track of issues he's triaged.

Comments

@rt4914
Copy link
Contributor

rt4914 commented Apr 2, 2020

Screenshot 2020-04-02 at 11 40 31 AM

On Home screen there are list of ongoing stories/promoted stories. All these stories are promoted based on two factors:

  1. If learner has opened one chapter but has never finished it, in that case that chapter will get promoted.
  2. If the learner has finished CHAPTER 1 from STORY 1 then, CHAPTER 2 from STORY 1 will get promoted.

If the learner is completely new then in that case we are showing default recommended stories which promoted Chapter 1 in Fractions as well as Ratios.

So the algorithm TopicListController.createOngoingStoryListFromProgress() can be optimised to keep these story list in timestamp order meaning the recent story should get promoted first.

Pointers on optimising the algorithm:

  • Introduce percentage of exploration finished in proto/domain layer and promote the story which is more finished.
  • Ordered list via timestamp
  • Anything else that you feel can make the user experience better, you can suggest that too.

NOTE: Design doc is necessary before creating a PR for this issue.

@rt4914 rt4914 added the Priority: Essential This work item must be completed for its milestone. label Apr 23, 2020
@BenHenning BenHenning added this to the Beta milestone Jun 23, 2020
@rt4914 rt4914 changed the title Optimise OngoingStoryList Optimise OngoingStoryList / Recommended Stories Aug 6, 2020
@BenHenning
Copy link
Sponsor Member

@rt4914 is this part of @veena14cs's project?

@rt4914
Copy link
Contributor Author

rt4914 commented Dec 16, 2020

@rt4914 is this part of @veena14cs's project?

@BenHenning Partially yes. In optimisation tips there are three points and out of which @veena14cs has to focus on the timestamp part only. The percentage/scoring of exploration is not a part of @veena14cs 's project.

@BenHenning BenHenning added the Z-ibt Temporary label for Ben to keep track of issues he's triaged. label Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Essential This work item must be completed for its milestone. Z-ibt Temporary label for Ben to keep track of issues he's triaged.
Development

No branches or pull requests

4 participants