diff --git a/application.json b/application.json new file mode 100644 index 0000000..2e4d42b --- /dev/null +++ b/application.json @@ -0,0 +1,40 @@ +{ + "appIsExample": false, + "applicationDetail": { + "appPositioning": { + "type": "FIXED" + }, + "navigationSetting": {}, + "themeSetting": { + "appMaxWidth": "LARGE", + "density": 1.0, + "sizing": 1.0 + } + }, + "applicationVersion": 2, + "collapseInvisibleWidgets": true, + "color": "#C7F3F0", + "evaluationVersion": 2, + "icon": "flag", + "pages": [ + { + "id": "Page1", + "isDefault": true + }, + { + "id": "Page2", + "isDefault": false + } + ], + "unpublishedApplicationDetail": { + "appPositioning": { + "type": "FIXED" + }, + "navigationSetting": {}, + "themeSetting": { + "appMaxWidth": "LARGE", + "density": 1.0, + "sizing": 1.0 + } + } +} \ No newline at end of file diff --git a/datasources/xTuple_GoLive.json b/datasources/xTuple_GoLive.json new file mode 100644 index 0000000..66dbc70 --- /dev/null +++ b/datasources/xTuple_GoLive.json @@ -0,0 +1,6 @@ +{ + "gitSyncId": "630fb8035cd949195181bb2c_632495194e38ed35d7b64c16", + "isAutoGenerated": false, + "name": "xTuple_GoLive", + "pluginId": "postgres-plugin" +} \ No newline at end of file diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..45ad19b --- /dev/null +++ b/metadata.json @@ -0,0 +1,6 @@ +{ + "artifactJsonType": "APPLICATION", + "clientSchemaVersion": 2, + "fileFormatVersion": 5, + "serverSchemaVersion": 12 +} \ No newline at end of file diff --git a/pages/Page1/Page1.json b/pages/Page1/Page1.json new file mode 100644 index 0000000..7225f36 --- /dev/null +++ b/pages/Page1/Page1.json @@ -0,0 +1,32 @@ +{ + "gitSyncId": "6806a8bdc0c8882e5a70d0a0_9043b637-52ad-46a6-aeaf-e5d6bd81183b", + "unpublishedPage": { + "layouts": [ + { + "dsl": { + "backgroundColor": "none", + "bottomRow": 380, + "canExtend": true, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "leftColumn": 0, + "minHeight": 1292, + "parentColumnSpace": 1, + "parentRowSpace": 1, + "rightColumn": 4896, + "snapColumns": 64, + "snapRows": 124, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 94, + "widgetId": "0", + "widgetName": "MainContainer" + } + } + ], + "name": "Page1", + "slug": "page1" + } +} \ No newline at end of file diff --git a/pages/Page1/queries/Capacity_Planning/Capacity_Planning.txt b/pages/Page1/queries/Capacity_Planning/Capacity_Planning.txt new file mode 100644 index 0000000..4f30807 --- /dev/null +++ b/pages/Page1/queries/Capacity_Planning/Capacity_Planning.txt @@ -0,0 +1 @@ +select * from mpe.poormancapacity \ No newline at end of file diff --git a/pages/Page1/queries/Capacity_Planning/metadata.json b/pages/Page1/queries/Capacity_Planning/metadata.json new file mode 100644 index 0000000..8caf055 --- /dev/null +++ b/pages/Page1/queries/Capacity_Planning/metadata.json @@ -0,0 +1,31 @@ +{ + "gitSyncId": "6806a8bdc0c8882e5a70d0a0_0a5ed354-c003-4b6e-a9ec-402026a5128a", + "id": "Page1_Capacity_Planning", + "pluginId": "postgres-plugin", + "pluginType": "DB", + "unpublishedAction": { + "actionConfiguration": { + "body": "select * from mpe.poormancapacity", + "encodeParamsToggle": true, + "paginationType": "NONE", + "pluginSpecifiedTemplates": [ + { + "value": true + } + ], + "timeoutInMillisecond": 10000 + }, + "confirmBeforeExecute": false, + "datasource": { + "id": "xTuple_GoLive", + "isAutoGenerated": false, + "name": "xTuple_GoLive", + "pluginId": "postgres-plugin" + }, + "dynamicBindingPathList": [], + "name": "Capacity_Planning", + "pageId": "Page1", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Page1/widgets/Text1.json b/pages/Page1/widgets/Text1.json new file mode 100644 index 0000000..3ac2d99 --- /dev/null +++ b/pages/Page1/widgets/Text1.json @@ -0,0 +1,54 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 6, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + }, + { + "key": "text" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "mddnm65lel", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 6, + "mobileLeftColumn": 2, + "mobileRightColumn": 18, + "mobileTopRow": 2, + "needsErrorInfo": false, + "originalBottomRow": 9, + "originalTopRow": 2, + "overflow": "NONE", + "parentColumnSpace": 9.609375, + "parentId": "0", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 31, + "shouldTruncate": false, + "text": "Hello {{appsmith.user.name || appsmith.user.email}}", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 2, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "ddyu1bw8fg", + "widgetName": "Text1" +} \ No newline at end of file diff --git a/pages/Page2/Page2.json b/pages/Page2/Page2.json new file mode 100644 index 0000000..5dd06dd --- /dev/null +++ b/pages/Page2/Page2.json @@ -0,0 +1,31 @@ +{ + "gitSyncId": "6806a8bdc0c8882e5a70d0a0_5431d255-7eef-429a-9b5c-fd512fa27280", + "unpublishedPage": { + "layouts": [ + { + "dsl": { + "backgroundColor": "none", + "bottomRow": 380, + "canExtend": true, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [], + "leftColumn": 0, + "minHeight": 1540, + "parentColumnSpace": 1, + "parentRowSpace": 1, + "rightColumn": 1224, + "snapColumns": 64, + "snapRows": 152, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 94, + "widgetId": "0", + "widgetName": "MainContainer" + } + } + ], + "name": "Page2", + "slug": "page2" + } +} \ No newline at end of file diff --git a/theme.json b/theme.json new file mode 100644 index 0000000..245e0db --- /dev/null +++ b/theme.json @@ -0,0 +1,5 @@ +{ + "displayName": "Modern", + "isSystemTheme": true, + "name": "Default-New" +} \ No newline at end of file