Boris Jovanović
Boris Jovanović
1. **Summary** - It has been noticed in several namespaces that the las2peer bootstrap deployments are using objectively too much traffic then they should, by several orders of magnitude. Something...
The Tutorial Manager usually has one class per tutorial step. Event system and some custom action complexity prevents us from simplifying this in general. However, the HelpSelection subsystem lacks this...
(TMR = Tutorial Manager Refactor) Currently we highlight UI elements by basically copying them on top of the area faded out by use of the Tutorial Popup. Instead, Alex has...
Add sporadic tutorial-like hints and prompts to occasionally invite the user to do something (e.g. add title). From time to time the user could be prompted with a message in-UI...
Build mini-tutorials for all or key augmentations. Create a set of mini-tutorials (shorter sequences of actions) for all augmentations: * pick & place with correct/incorrect jump to two more steps...
The pointer (arrow) used in the tutorials, in the world-space, needs a redesign.
Over time, the Tutorial Manager has grown quite a bit. While the overall architecture works, there are some legacy bits of code that need to be refactored. Then, an easier...
As was done for HelpSelection in #1991 we need to store tutorials in JSON and refator the tutorial system accordingly. This will be a core change for the TutorialManager, also...
Let's say you want the user to change an activity's title. The tutorial manager needs to know when to advance to the next step (e.g. add an augment). The problem...
After the refactor of the tutorial, a lot of code was left as legacy. These parts should be reassesed and most likely removed.