Closed lana-k closed 1 year ago
This is a part of Presentation of a remote database and sharing.
Create a new route and read the following query parameters:
data_url
Load the database from data_url. If data_url is not provided create an empty DB.
data_format (sqlite, csv)
For now support only sqlite.
inquiry_url
If inquiry_url is provided load the inquiries JSON file.
inquiry_id (e.g. inquiry_id=1&inquiry_id=2)
If inquiry_id is provided filter loaded inquiries: get only inquiries with id provided in inquiriy_id. Otherwise, get them all.
inquiry_id
inquiriy_id
maximize (table, sqlEditor, dataView)
Open inquiries and execute the query of the first one. For each inquiry maximize the panel provided in maximize.
maximize
Redirect to workspace and collapse the schema.
This is a part of Presentation of a remote database and sharing.
Create a new route and read the following query parameters:
data_url
Load the database from
data_url
. Ifdata_url
is not provided create an empty DB.data_format (sqlite, csv)
For now support only sqlite.
inquiry_url
If
inquiry_url
is provided load the inquiries JSON file.inquiry_id (e.g. inquiry_id=1&inquiry_id=2)
If
inquiry_id
is provided filter loaded inquiries: get only inquiries with id provided ininquiriy_id
. Otherwise, get them all.maximize (table, sqlEditor, dataView)
Open inquiries and execute the query of the first one. For each inquiry maximize the panel provided in
maximize
.Redirect to workspace and collapse the schema.