-
Notifications
You must be signed in to change notification settings - Fork 527
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
Implement StoryProgressController #21
Comments
This is blocked on #119. |
NB #118 might actually include progress for chapters per the requirements of the topic page. Either that impl needs to depend on this to derive progress, or both should use a common source. Perhaps what we really want is a StoryController for the story page, and use an internal StoryProgressController to determine progress. Or, the TopicController can be used to report summaries for topic & summary pages, but the actual progress is controlled by this controller. That may be a nicer way to model things for now. |
This has been completed a while ago. |
Users will make progress on individual stories when they play them. There should be a system that can be used to record and retrieve this state based on the story being played (by ID) and profile ID of the user playing it. Note that this system is storing based on individual exploration being played in the context of a story.
The actual storage necessary here is just completed exploration IDs that can be cross-referenced with the exploration IDs contained in a story.
The text was updated successfully, but these errors were encountered: