diff --git a/images/Context diagram.png b/images/Context diagram.png index 0a239fa..2186832 100644 Binary files a/images/Context diagram.png and b/images/Context diagram.png differ diff --git a/index.html b/index.html index f366f17..9ec6d3a 100644 --- a/index.html +++ b/index.html @@ -455,7 +455,6 @@

arc42 T
  • 3. System Scope and Context
  • 4. Solution Strategy
  • @@ -800,41 +799,51 @@

    3.1. Business Context

    -Context diagram +Context diagram
    -
    -

    <optionally: Explanation of external domain interfaces>

    -
    - -
    -

    3.2. Technical Context

    -
    -
    -
    -
    Contents
    -

    Technical interfaces (channels and transmission media) linking your system to its environment. In addition a mapping of domain specific input/output to the channels, i.e. an explanation which I/O uses which channel.

    -
    -
    -
    Motivation
    -

    Many stakeholders make architectural decision based on the technical interfaces between the system and its context. Especially infrastructure or hardware designers decide these technical interfaces.

    -
    -
    -
    Form
    -

    E.g. UML deployment diagram describing channels to neighboring systems, -together with a mapping table showing the relationships between channels and input/output.

    -
    -
    -
    -
    -

    <Diagram or Table>

    -
    -
    -

    <optionally: Explanation of technical interfaces>

    -
    -
    -

    <Mapping Input/Output to Channels>

    -
    + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ElementDescription

    Player

    Plays the game and can consult past scores

    Client

    Can access the data about players and generated questions

    WIQ Game

    Main system in which generated questions are shown and can be answered by players

    Wikidata

    External data repository from which questions are generated using the WikidataAPI

    MongoDB

    Database for storing generated questions, players' info and scores

    Users Info API

    Allows clients to see the info about players stored in the database

    Generated Questions API

    Allows clients to see the info about generated questions stored in the database