Skip to content

Commit

Permalink
Change bussiness context diagram to be less technical
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Mar 11, 2024
1 parent d4bda7e commit 8f68af3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/src/03_system_scope_and_context.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ component System [
QuestionGame
]
component WikiData as wikidata
database Database
user -down-> System : Uses
System -right-> Database : Stores/Fetches\nData
System -left-> wikidata : Retrieves\nInformation
developers -down-> System : Accesses via\nREST API
System -left-> wikidata : Retrieves\nInformation to\nform questions\nand answers
developers -down-> System : Asks for Player\n& Question Data
System -----> developers : Provides\nPlayer &\n Question Data
@enduml
Expand Down

0 comments on commit 8f68af3

Please sign in to comment.