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
cf545b17
Commit
cf545b17
authored
Dec 11, 2020
by
Bogdan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug patching
parent
76ce4446
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
add_purchase.py
..._use_case_scripts/crowd_journalism/tables/add_purchase.py
+1
-0
add_tag.py
.../_add_use_case_scripts/crowd_journalism/tables/add_tag.py
+1
-0
add_video.py
...add_use_case_scripts/crowd_journalism/tables/add_video.py
+1
-0
add_user.py
...rvice/app/_add_use_case_scripts/vialog/tables/add_user.py
+1
-0
add_video.py
...vice/app/_add_use_case_scripts/vialog/tables/add_video.py
+1
-0
No files found.
src/participation-hub/business-logic-microservice/app/_add_use_case_scripts/crowd_journalism/tables/add_purchase.py
View file @
cf545b17
from
_add_use_case_scripts.requestPost
import
postLayersToSwagger
,
postTableToSwagger
def
add_table
(
use_case
:
str
,
table_name
:
str
):
def
add_table
(
use_case
:
str
,
table_name
:
str
):
'''
'''
take the columns and add the mappings at the server
take the columns and add the mappings at the server
...
...
src/participation-hub/business-logic-microservice/app/_add_use_case_scripts/crowd_journalism/tables/add_tag.py
View file @
cf545b17
from
_add_use_case_scripts.requestPost
import
postLayersToSwagger
,
postTableToSwagger
def
add_table
(
use_case
:
str
,
table_name
:
str
):
def
add_table
(
use_case
:
str
,
table_name
:
str
):
'''
'''
take the columns and add the mappings at the server
take the columns and add the mappings at the server
...
...
src/participation-hub/business-logic-microservice/app/_add_use_case_scripts/crowd_journalism/tables/add_video.py
View file @
cf545b17
from
_add_use_case_scripts.requestPost
import
postLayersToSwagger
,
postTableToSwagger
def
add_table
(
use_case
:
str
,
table_name
:
str
):
def
add_table
(
use_case
:
str
,
table_name
:
str
):
'''
'''
take the columns and add the mappings at the server
take the columns and add the mappings at the server
...
...
src/participation-hub/business-logic-microservice/app/_add_use_case_scripts/vialog/tables/add_user.py
View file @
cf545b17
from
_add_use_case_scripts.requestPost
import
postLayersToSwagger
,
postTableToSwagger
def
add_table
(
use_case
:
str
,
table_name
:
str
):
def
add_table
(
use_case
:
str
,
table_name
:
str
):
'''
'''
take the columns and add the mappings at the server
take the columns and add the mappings at the server
...
...
src/participation-hub/business-logic-microservice/app/_add_use_case_scripts/vialog/tables/add_video.py
View file @
cf545b17
from
_add_use_case_scripts.requestPost
import
postLayersToSwagger
,
postTableToSwagger
def
add_table
(
use_case
:
str
,
table_name
:
str
):
def
add_table
(
use_case
:
str
,
table_name
:
str
):
'''
'''
take the columns and add the mappings at the server
take the columns and add the mappings at the server
...
...
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