-
Scenario: Portal configuration is considered as the description of a scenario on how users interact with the portal interface.
-
Stage: A scenario consists of multiple stages.
-
One stage can lead to different stages.
-
-
Actor: A stage consists of multiple actors.
-
Stage layout describes the relationship among actors in a stage.
-
Actors interact with each other.
-
The interaction may cause stage transfer.
-
-
Navigation / scenario JSON - main piece
-
Component / actor JSON - minimized version
-
Static content - HTML snippet
-
CSS
Two main top levels: stages (scenario) and actors
{ stages: {...}, # stage name/value mapping actors: {...} } # actor name/value mapping