System generated commit, initial commit

This commit is contained in:
2026-01-15 09:42:35 +00:00
parent ed00f9628c
commit 377d9c8342
9 changed files with 206 additions and 0 deletions

40
application.json Normal file
View File

@@ -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
}
}
}

View File

@@ -0,0 +1,6 @@
{
"gitSyncId": "630fb8035cd949195181bb2c_632495194e38ed35d7b64c16",
"isAutoGenerated": false,
"name": "xTuple_GoLive",
"pluginId": "postgres-plugin"
}

6
metadata.json Normal file
View File

@@ -0,0 +1,6 @@
{
"artifactJsonType": "APPLICATION",
"clientSchemaVersion": 2,
"fileFormatVersion": 5,
"serverSchemaVersion": 12
}

32
pages/Page1/Page1.json Normal file
View File

@@ -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"
}
}

View File

@@ -0,0 +1 @@
select * from mpe.poormancapacity

View File

@@ -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
}
}

View File

@@ -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"
}

31
pages/Page2/Page2.json Normal file
View File

@@ -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"
}
}

5
theme.json Normal file
View File

@@ -0,0 +1,5 @@
{
"displayName": "Modern",
"isSystemTheme": true,
"name": "Default-New"
}