swt23w23/src/main/asciidoc/models/design/systemContextDiagram.puml
Simon Bruder bac025fd0a
Make project REUSE compliant
This finally makes the licensing under AGPL-3.0-or-later explicit after
I got the okay from the kickstart source owners.

This also checks the REUSE compliance in a pre commit hook, and
therefore also in CI.
2023-12-11 17:59:14 +01:00

16 lines
499 B
Plaintext

' SPDX-License-Identifier: AGPL-3.0-or-later
' SPDX-FileCopyrightText: 2023 swt23w23
@startuml
:unauthenticated user\n(person): as UU
:customer\n(person): as K
:Hannes Wurst, administrator\n(person): as A
usecase (Cateringservice\n[Softwaresystem]\nan online software for planning a catering event) as Use
UU ---> Use: login as customer\nor administrator,\nregister as new customer,\nview catalog
K ---> Use: plan a \ncatering event
A ---> Use: remove customers,\nmanage inventory/staff
@enduml