Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flask-covid19
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Wöhlke
flask-covid19
Commits
6ef4b611
Commit
6ef4b611
authored
4 years ago
by
Thomas Wöhlke
Browse files
Options
Downloads
Patches
Plain Diff
uml
parent
e4ff9503
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/blueprints/admin_use_cases.txt
+43
-9
43 additions, 9 deletions
docs/blueprints/admin_use_cases.txt
docs/blueprints/application_use_cases.txt
+10
-13
10 additions, 13 deletions
docs/blueprints/application_use_cases.txt
with
53 additions
and
22 deletions
docs/blueprints/admin_use_cases.txt
+
43
−
9
View file @
6ef4b611
@startuml
left to right direction
actor
Guest
as
g
package
Professional
{
actor
Chef
as
c
actor
"Food Critic"
as
fc
actor
Visitor
as
vu
package
user
{
actor
SysAdmin
as
su
actor
Admin
as
au
}
package
Restaurant
{
package
admin
{
usecase "Eat Food" as UC1
usecase "Pay for Food" as UC2
usecase "Drink" as UC3
usecase "Review" as UC4
}
fc --> UC4
g --> UC1
g --> UC2
g --> UC3
package admin_admin_web {
usecase "Eat Food" as UC1
usecase "Pay for Food" as UC2
usecase "Drink" as UC3
usecase "Review" as UC4
}
package admin_tasks {
usecase "Eat Food" as UC1
usecase "Pay for Food" as UC2
usecase "Drink" as UC3
usecase "Review" as UC4
}
vu --> UC1
vu --> UC2
vu --> UC3
vu --> UC4
vu --> UC5
vu --> UC6
vu --> UC7
vu --> UC8
vu --> UC9
vu --> UC10
vu --> UC11
vu --> UC12
au --> UC50
au --> UC51
au --> UC52
au --> UC53
au --> UC54
au --> UC55
au --> UC56
UC50 --> UC100
UC51 --> UC101
UC52 --> UC102
UC53 --> UC103
UC54 --> UC104
UC55 --> UC105
UC56 --> UC106
@enduml
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/blueprints/application_use_cases.txt
+
10
−
13
View file @
6ef4b611
@startuml
left to right direction
actor Guest as g
package Professional {
actor Chef as c
actor "Food Critic" as fc
left to right direction
actor Visitor as vu
package user {
actor SysAdmin as su
actor Admin as au
}
package Restaurant {
usecase "Eat Food" as UC1
usecase "Pay for Food" as UC2
usecase "Drink" as UC3
usecase "Review" as UC4
package application {
usecase url_home as UC1
usecase url_root as UC2
}
fc --> UC4
g --> UC1
g --> UC2
g --> UC3
vu --> UC1
vu --> UC2
@enduml
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment