What is a digital psychology journey?
In a previous blog we have introduced the concept of a Finate State Machine (FSM) and why it is important for software development. In this blog we will expand the concept to digital journeys and explore the value of applying FSMs to the psychology journey-domain. What is a digital jourey? Let us build up our understanding of a digital journey through working through a series of properties of a digital journey. A digital journey: Has a finate number of states of which some are desirable and some are not Is a collection of characteristics that are constant at a moment in time Is always in one and only one state at a moment in time Is a set of rules (transition functions) that determines how journeys change from state to state Is a path through these states (i.e. a tool to get from A to Z) Is the most effective path through these states Is the most efficient path through these states If we put it all together, we can define a digital journey as: "A labelled state...