Skip to content

refactor tutorials #1275

@ReimarBauer

Description

@ReimarBauer

We should develop a base class for tutorials.

It contains all the basic functions that make up a tutorial.

and will be extended by a command line interface to start a tutorial,
e.g. different options:

  • Show me how to do this (play)
  • Record what you do. (play and record)

A single tutorial is derived from this base class.

The functions in the tutorials are stored in single modules and then imported for a new tutorial

The goal is that a user can formulate queries, and from these a tutorial is created.

E.g.

  • Show me how to create an account,
  • Show me how to log in and create an operation.

When the tutorial is compiled, it can be controlled with the execution options, e.g. play (play and record).

A number of tutorials get accessible from the help menu.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions