Skip to content

Pre requisites and post requisites

kvantomme edited this page Aug 5, 2013 · 2 revisions

User story

As a walkthrough creator I want to define what walkthroughs you need to follow before or after the current one.

Why we need this

Often a walkthrough will be part of a series that belong together. If the pre-requisites haven't been done, a walkthrough might fail. If the post-requisites are not done, a system might end up in an undesirable state.

Implementation suggestions

  • On the server side this can be implemented as a node reference to another walkthrough that you should do before the current walkthrough, or that you need to do after the current walkthrough.
  • This should be linked to assertions in the walkthrough player so that we can verify if the outcome conditions of a pre-requisite are present before a walkthrough is played.

Implementation tracking

The following is documentation for this feature: How to connect walkthroughs

External resources

Related features

Clone this wiki locally