Skip to content
Snippets Groups Projects
Commit 7709b022 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

working on: 0.0.34 Release

parent 2102f0cd
No related branches found
No related tags found
No related merge requests found
@startuml
package covid19.blueprints.app_user {
actor AnonymousVisitor as vu
actor AppManager as ou
actor AppManager as au
actor SysAdmin as su
actor AppDevTester as du
}
package covid19.blueprints.app_user {
vu <|-- ou
vu <|-- au
vu <|-- su
su <|-- du
ou <|-- du
au <|-- du
}
left to right direction
package ecdc_views_frontend {
package covid19.blueprints.ecdc.ecdc_views_frontend {
usecase url_ecdc_info as UC1
usecase url_ecdc_tasks as UC2
usecase url_ecdc_data_imported as UC3
......@@ -26,7 +26,7 @@ package ecdc_views_frontend {
usecase url_ecdc_country_one as UC11
usecase url_ecdc_country_germany as UC12
}
package ecdc_views_for_tasks {
package covid19.blueprints.ecdc.ecdc_views_for_tasks {
usecase task_ecdc_download_only as UC50
usecase task_who_import_only as UC51
usecase task_who_update_dimension_tables_only as UC52
......@@ -35,7 +35,7 @@ package ecdc_views_for_tasks {
usecase task_who_update_star_schema_initial as UC55
usecase task_who_update_star_schema_incremental as UC56
}
package ecdc_celery_tasks {
package covid19.blueprints.ecdc.ecdc_celery_tasks {
usecase task_ecdc_download_only as UC100
usecase task_ecdc_import_only as UC101
usecase task_ecdc_update_dimension_tables_only as UC102
......
@startuml
package covid19.blueprints.app_user {
actor AnonymousVisitor as vu
actor AppManager as ou
actor AppManager as au
actor SysAdmin as su
actor AppDevTester as du
}
package covid19.blueprints.app_user {
vu <|-- ou
vu <|-- au
vu <|-- su
su <|-- du
ou <|-- du
au <|-- du
}
left to right direction
package owid_views_frontend {
package covid19.blueprints.owid.owid_views_frontend {
usecase owid_info as UC1
usecase owid_imported as UC2
usecase owid_date_reported as UC3
......@@ -21,7 +21,7 @@ package owid_views_frontend {
usecase owid_date_country_germany as UC6
usecase owid_date_reports as UC7
}
package owid_views_for_tasks {
package covid19.blueprints.owid.owid_views_for_tasks {
usecase owid_tasks as UC57
usecase task_owid_download_only as UC50
usecase task_owid_import_only as UC51
......@@ -31,7 +31,7 @@ package owid_views_for_tasks {
usecase task_owid_update_star_schema_initial as UC55
usecase task_owid_update_star_schema_incremental as UC56
}
package owid_celery_tasks {
package covid19.blueprints.owid.owid_celery_tasks {
usecase owid_task_download_only as UC100
usecase owid_task_import_only as UC101
usecase owid_task_update_dimensiontables_only as UC102
......
......@@ -12,7 +12,7 @@ package covid19.blueprints.app_user {
au <|-- du
}
left to right direction
package who_views_frontend {
package covid19.blueprints.rki_cases.rki_cases_views_frontend {
usecase download_file as UC1
usecase import_file as UC2
usecase update_dimension_tables as UC3
......
......@@ -11,7 +11,7 @@ package covid19.blueprints.app_user {
au <|-- du
}
left to right direction
package ecdc_views_frontend {
package covid19.blueprints.who.who_views_frontend {
usecase download_file as UC1
usecase import_file as UC2
usecase update_dimension_tables as UC3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment