Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SMART
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UNI-KLU
SMART
Commits
7ec121b5
Commit
7ec121b5
authored
Sep 20, 2021
by
Manuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renewed pipeline diagram
parent
e42e3172
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
articonf_pipeline.png
documentation/images/articonf_pipeline.png
+0
-0
add_bank_app.py
...app/_add_use_case_scripts/bank-app/tables/add_bank_app.py
+1
-0
add_event.py
...add_use_case_scripts/crowd_journalism/tables/add_event.py
+1
-1
No files found.
documentation/images/articonf_pipeline.png
View replaced file @
e42e3172
View file @
7ec121b5
206 KB
|
W:
|
H:
287 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/participation-hub/business-logic-microservice/app/_add_use_case_scripts/bank-app/tables/add_bank_app.py
View file @
7ec121b5
...
@@ -21,6 +21,7 @@ def add_table(use_case: str, table_name: str):
...
@@ -21,6 +21,7 @@ def add_table(use_case: str, table_name: str):
columns
=
{
c
:
c
for
c
in
columns
}
columns
=
{
c
:
c
for
c
in
columns
}
columns
[
"UniqueID"
]
=
"Transaction_ID+Timestamp"
columns
[
"UniqueID"
]
=
"Transaction_ID+Timestamp"
columns
[
"Transaction_Type"
]
=
"enum(Transaction_Type)"
url
=
f
"https://articonf1.itec.aau.at:30420/api/use-cases/{use_case}/tables"
url
=
f
"https://articonf1.itec.aau.at:30420/api/use-cases/{use_case}/tables"
...
...
src/participation-hub/business-logic-microservice/app/_add_use_case_scripts/crowd_journalism/tables/add_event.py
View file @
7ec121b5
...
@@ -69,7 +69,7 @@ def add_layers(use_case:str, table_name: str):
...
@@ -69,7 +69,7 @@ def add_layers(use_case:str, table_name: str):
"UniqueID"
,
"UniqueID"
,
"objecttype"
,
"objecttype"
,
"eventid"
,
"eventid"
,
"evenEpicenter"
,
"even
t
Epicenter"
,
"range"
,
"range"
,
"firstTag"
"firstTag"
],
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment