Process View

Learn about the process view in the 4+1 architectural model.

Introduction

There are three separate user stories (as mentioned in the context view section). This does not necessarily force us to create three process diagrams. For complex processing, there may be more process diagrams than user stories. In some cases, a user story may be too simple to require a carefully designed diagram.

For our application, it seems as though there are at least three unique processes of interest, specifically these:

  • Upload the initial set of Samples that comprise some TrainingData.
  • Run a test of the
...