Skip to content

FEATURE: store tutorial progress and continue #33

Closed
@ShMcK

Description

@ShMcK

Current plan for storing user progress and allowing continuing.

image

Unfortunately, local storage must be stored on editor rather than in client, as it does not exist within the editor browser.

A tutorial can be uniquely identified by its id and version, which should be sufficient to properly load it.

Proposed structure:
currentTutorial: { id: 'some-id', version: 'some-version' }
progress: { 'some-id@some-version': progressObject }

@jensen love to hear your thoughts on this one as well

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions