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
88bcf18e
Commit
88bcf18e
authored
4 years ago
by
thomaswoehlke
Browse files
Options
Downloads
Patches
Plain Diff
update data
parent
67a2670f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/blueprints/owid/owid_use_cases.txt
+22
-18
22 additions, 18 deletions
docs/blueprints/owid/owid_use_cases.txt
with
22 additions
and
18 deletions
docs/blueprints/owid/owid_use_cases.txt
+
22
−
18
View file @
88bcf18e
...
...
@@ -6,33 +6,36 @@ package user {
actor Admin as au
}
package owid {
usecase url_vaccination_info as UC1
usecase url_vaccination_tasks as UC2
usecase url_vaccination_imported as UC3
usecase url_vaccination_data as UC4
usecase owid_info as UC1
usecase owid_imported as UC2
usecase owid_date_reported as UC3
usecase owid_date_continent as UC4
usecase owid_date_country as UC5
}
package owid_admin_web {
usecase task_who_download_only as UC50
usecase task_who_import_only as UC51
usecase task_who_update_dimension_tables_only as UC52
usecase task_who_update_fact_table_initial_only as UC53
usecase task_who_update_fact_table_incremental_only as UC54
usecase task_who_update_star_schema_initial as UC55
usecase task_who_update_star_schema_incremental as UC56
usecase owid_tasks as UC57
usecase task_owid_download_only as UC50
usecase task_owid_import_only as UC51
usecase task_owid_update_dimension_tables_only as UC52
usecase task_owid_update_fact_table_initial_only as UC53
usecase task_owid_update_fact_table_incremental_only as UC54
usecase task_owid_update_star_schema_initial as UC55
usecase task_owid_update_star_schema_incremental as UC56
}
package owid_tasks {
usecase
url_vaccination
_task_download_only as UC100
usecase
url_vaccination
_task_import_only as UC101
usecase
url_vaccination
_task_update_dimensiontables_only as UC102
usecase
url_vaccination
_task_update_facttable_incremental_only as UC103
usecase
url_vaccination
_task_update_facttable_initial_only as UC104
usecase
url_vaccination
_task_update_starschema_initial as UC105
usecase
url_vaccination
_task_update_starschema_incremental as UC106
usecase
owid
_task_download_only as UC100
usecase
owid
_task_import_only as UC101
usecase
owid
_task_update_dimensiontables_only as UC102
usecase
owid
_task_update_facttable_incremental_only as UC103
usecase
owid
_task_update_facttable_initial_only as UC104
usecase
owid
_task_update_starschema_initial as UC105
usecase
owid
_task_update_starschema_incremental as UC106
}
vu --> UC1
vu --> UC2
vu --> UC3
vu --> UC4
vu --> UC5
au --> UC50
au --> UC51
au --> UC52
...
...
@@ -40,6 +43,7 @@ au --> UC53
au --> UC54
au --> UC55
au --> UC56
au --> UC57
UC50 --> UC100
UC51 --> UC101
UC52 --> UC102
...
...
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