-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Labels
Milestone
Description
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.
Reactions are currently unavailable