Difference between revisions of "Workdocumentation 2022-12-13"
Jump to navigation
Jump to search
(Created page with "{{PageSequence|prev=Workdocumentation 2022-09-13|next=Workdocumentation 2022-12-14|category=Workdocumentation}}") |
|||
Line 1: | Line 1: | ||
{{PageSequence|prev=Workdocumentation 2022-09-13|next=Workdocumentation 2022-12-14|category=Workdocumentation}} | {{PageSequence|prev=Workdocumentation 2022-09-13|next=Workdocumentation 2022-12-14|category=Workdocumentation}} | ||
+ | see http://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000 | ||
+ | <uml format='svg'> | ||
+ | package CEUR-WS { | ||
+ | component Metadata { | ||
+ | class Volume { | ||
+ | [[https://www.wikidata.org/wiki/Property:P1813 short nme]] | ||
+ | } | ||
+ | } | ||
+ | note top of WebServer | ||
+ | [[https://ceur-ws.org/ ceur-ws.org]] | ||
+ | |||
+ | end note | ||
+ | component WebServer { | ||
+ | } | ||
+ | note top of TicketSystem | ||
+ | [[https://submissions.ceur-ws.org/scp/login.php OSTicket]] | ||
+ | end note | ||
+ | component TicketSystem { | ||
+ | interface Submission { | ||
+ | upload(submissions,agreements) | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </uml> |