diff --git a/application.json b/application.json index a979377..c45c8ed 100644 --- a/application.json +++ b/application.json @@ -27,7 +27,11 @@ "icon": "website", "pages": [ { - "id": "Page1", + "id": "Start", + "isDefault": false + }, + { + "id": "Login", "isDefault": true } ], diff --git a/pages/Login/Login.json b/pages/Login/Login.json new file mode 100644 index 0000000..27184c8 --- /dev/null +++ b/pages/Login/Login.json @@ -0,0 +1,32 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_b14b4b6d-a118-4a57-ad7a-e899598cedcb", + "unpublishedPage": { + "isHidden": false, + "layouts": [ + { + "dsl": { + "backgroundColor": "none", + "bottomRow": 890, + "canExtend": true, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [], + "leftColumn": 0, + "minHeight": 900, + "parentColumnSpace": 1, + "parentRowSpace": 1, + "rightColumn": 1224, + "snapColumns": 64, + "snapRows": 88, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 94, + "widgetId": "0", + "widgetName": "MainContainer" + } + } + ], + "name": "Login", + "slug": "login" + } +} \ No newline at end of file diff --git a/pages/Login/jsobjects/Bff/metadata.json b/pages/Login/jsobjects/Bff/metadata.json new file mode 100644 index 0000000..b3c15a6 --- /dev/null +++ b/pages/Login/jsobjects/Bff/metadata.json @@ -0,0 +1,14 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_0f48d64c-3d8b-4b23-8125-89438c47fe30", + "id": "Login__$Bff$_Bff", + "isPublic": true, + "moduleInstanceId": "Login_Bff", + "rootModuleInstanceId": "Login_Bff", + "unpublishedCollection": { + "contextType": "PAGE", + "name": "_$Bff$_Bff", + "pageId": "Login", + "pluginId": "js-plugin", + "pluginType": "JS" + } +} \ No newline at end of file diff --git a/pages/Login/module instances/Bff.json b/pages/Login/module instances/Bff.json new file mode 100644 index 0000000..21c8ffb --- /dev/null +++ b/pages/Login/module instances/Bff.json @@ -0,0 +1,72 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_e8357c42-8975-4ef6-b5df-f00e5d876901", + "id": "Login_Bff", + "moduleUUID": "b0d6dbe1-9ee5-486f-9f93-4baa17986ccf", + "packageUUID": "35174735-e12c-426f-9f2f-fe12a068c3ba", + "type": "JS_MODULE", + "unpublishedModuleInstance": { + "contextType": "PAGE", + "inputs": { + "checkReturningFromLogin": "[\"Start\"]", + "clearSession": "[]", + "guardPage": "[\"Login\"]", + "isEditor": "[]", + "isLoggedIn": "[]", + "login": "[\"app-hub\"]", + "logout": "[]" + }, + "moduleInputs": { + "edtoxkolif": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "edtoxkolif", + "label": "logout", + "propertyName": "inputs.logout" + }, + "gkwyrzbuag": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "gkwyrzbuag", + "label": "login", + "propertyName": "inputs.login" + }, + "gmyolblltf": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "gmyolblltf", + "label": "guardPage", + "propertyName": "inputs.guardPage" + }, + "irlgorqhzm": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "irlgorqhzm", + "label": "isEditor", + "propertyName": "inputs.isEditor" + }, + "juqjywpazm": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "juqjywpazm", + "label": "clearSession", + "propertyName": "inputs.clearSession" + }, + "lqpsvczdpb": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "lqpsvczdpb", + "label": "checkReturningFromLogin", + "propertyName": "inputs.checkReturningFromLogin" + }, + "tqymtljtpz": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "tqymtljtpz", + "label": "isLoggedIn", + "propertyName": "inputs.isLoggedIn" + } + }, + "name": "Bff", + "pageId": "Login" + } +} \ No newline at end of file diff --git a/pages/Login/queries/Bff-checkReturningFromLogin/metadata.json b/pages/Login/queries/Bff-checkReturningFromLogin/metadata.json new file mode 100644 index 0000000..6f47e90 --- /dev/null +++ b/pages/Login/queries/Bff-checkReturningFromLogin/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_b284c1fa-404f-47e6-a2e3-a2aa8a91eb65", + "id": "Login__$Bff$_Bff.checkReturningFromLogin", + "isPublic": true, + "moduleInstanceId": "Login_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Login_Bff", + "unpublishedAction": { + "collectionId": "Login__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.checkReturningFromLogin", + "name": "checkReturningFromLogin", + "pageId": "Login", + "runBehaviour": "ON_PAGE_LOAD", + "userSetOnLoad": true + } +} \ No newline at end of file diff --git a/pages/Login/queries/Bff-clearSession/metadata.json b/pages/Login/queries/Bff-clearSession/metadata.json new file mode 100644 index 0000000..892fdca --- /dev/null +++ b/pages/Login/queries/Bff-clearSession/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_472fe101-1f32-4f03-b9ba-4df7357fb3ed", + "id": "Login__$Bff$_Bff.clearSession", + "isPublic": true, + "moduleInstanceId": "Login_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Login_Bff", + "unpublishedAction": { + "collectionId": "Login__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.clearSession", + "name": "clearSession", + "pageId": "Login", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Login/queries/Bff-guardPage/metadata.json b/pages/Login/queries/Bff-guardPage/metadata.json new file mode 100644 index 0000000..ddb6f21 --- /dev/null +++ b/pages/Login/queries/Bff-guardPage/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_f34afd76-9af2-4e94-a282-04827a137c1c", + "id": "Login__$Bff$_Bff.guardPage", + "isPublic": true, + "moduleInstanceId": "Login_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Login_Bff", + "unpublishedAction": { + "collectionId": "Login__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.guardPage", + "name": "guardPage", + "pageId": "Login", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Login/queries/Bff-isEditor/metadata.json b/pages/Login/queries/Bff-isEditor/metadata.json new file mode 100644 index 0000000..2310048 --- /dev/null +++ b/pages/Login/queries/Bff-isEditor/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_e5e79ea6-ed5f-4202-be24-594f39aae8b9", + "id": "Login__$Bff$_Bff.isEditor", + "isPublic": true, + "moduleInstanceId": "Login_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Login_Bff", + "unpublishedAction": { + "collectionId": "Login__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.isEditor", + "name": "isEditor", + "pageId": "Login", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Login/queries/Bff-isLoggedIn/metadata.json b/pages/Login/queries/Bff-isLoggedIn/metadata.json new file mode 100644 index 0000000..0dc01bb --- /dev/null +++ b/pages/Login/queries/Bff-isLoggedIn/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_1b488be4-e35a-4658-b49d-a314fdae6dbf", + "id": "Login__$Bff$_Bff.isLoggedIn", + "isPublic": true, + "moduleInstanceId": "Login_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Login_Bff", + "unpublishedAction": { + "collectionId": "Login__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.isLoggedIn", + "name": "isLoggedIn", + "pageId": "Login", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Login/queries/Bff-login/metadata.json b/pages/Login/queries/Bff-login/metadata.json new file mode 100644 index 0000000..be9f2b7 --- /dev/null +++ b/pages/Login/queries/Bff-login/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_8d5fe7cd-5b19-45bf-9641-4a0d16e0b0b6", + "id": "Login__$Bff$_Bff.login", + "isPublic": true, + "moduleInstanceId": "Login_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Login_Bff", + "unpublishedAction": { + "collectionId": "Login__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.login", + "name": "login", + "pageId": "Login", + "runBehaviour": "ON_PAGE_LOAD", + "userSetOnLoad": true + } +} \ No newline at end of file diff --git a/pages/Login/queries/Bff-logout/metadata.json b/pages/Login/queries/Bff-logout/metadata.json new file mode 100644 index 0000000..065d06d --- /dev/null +++ b/pages/Login/queries/Bff-logout/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_5d176fee-5f0c-4f86-982c-37aa9ad40df3", + "id": "Login__$Bff$_Bff.logout", + "isPublic": true, + "moduleInstanceId": "Login_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Login_Bff", + "unpublishedAction": { + "collectionId": "Login__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.logout", + "name": "logout", + "pageId": "Login", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Page1/Page1.json b/pages/Start/Start.json similarity index 95% rename from pages/Page1/Page1.json rename to pages/Start/Start.json index ad30460..fcbc217 100644 --- a/pages/Page1/Page1.json +++ b/pages/Start/Start.json @@ -27,7 +27,7 @@ } } ], - "name": "Page1", - "slug": "page1" + "name": "Start", + "slug": "start" } } \ No newline at end of file diff --git a/pages/Start/jsobjects/Bff/metadata.json b/pages/Start/jsobjects/Bff/metadata.json new file mode 100644 index 0000000..0c5a322 --- /dev/null +++ b/pages/Start/jsobjects/Bff/metadata.json @@ -0,0 +1,14 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_1fb46231-6d11-4110-9407-eff407bd629a", + "id": "Start__$Bff$_Bff", + "isPublic": true, + "moduleInstanceId": "Start_Bff", + "rootModuleInstanceId": "Start_Bff", + "unpublishedCollection": { + "contextType": "PAGE", + "name": "_$Bff$_Bff", + "pageId": "Start", + "pluginId": "js-plugin", + "pluginType": "JS" + } +} \ No newline at end of file diff --git a/pages/Start/module instances/Bff.json b/pages/Start/module instances/Bff.json new file mode 100644 index 0000000..e4e0c3e --- /dev/null +++ b/pages/Start/module instances/Bff.json @@ -0,0 +1,72 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_82c2a88a-284c-4dc2-bc4d-517755406648", + "id": "Start_Bff", + "moduleUUID": "b0d6dbe1-9ee5-486f-9f93-4baa17986ccf", + "packageUUID": "35174735-e12c-426f-9f2f-fe12a068c3ba", + "type": "JS_MODULE", + "unpublishedModuleInstance": { + "contextType": "PAGE", + "inputs": { + "checkReturningFromLogin": "[\"Start\"]", + "clearSession": "[]", + "guardPage": "[\"Login\"]", + "isEditor": "[]", + "isLoggedIn": "[]", + "login": "[\"app-hub\"]", + "logout": "[]" + }, + "moduleInputs": { + "edtoxkolif": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "edtoxkolif", + "label": "logout", + "propertyName": "inputs.logout" + }, + "gkwyrzbuag": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "gkwyrzbuag", + "label": "login", + "propertyName": "inputs.login" + }, + "gmyolblltf": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "gmyolblltf", + "label": "guardPage", + "propertyName": "inputs.guardPage" + }, + "irlgorqhzm": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "irlgorqhzm", + "label": "isEditor", + "propertyName": "inputs.isEditor" + }, + "juqjywpazm": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "juqjywpazm", + "label": "clearSession", + "propertyName": "inputs.clearSession" + }, + "lqpsvczdpb": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "lqpsvczdpb", + "label": "checkReturningFromLogin", + "propertyName": "inputs.checkReturningFromLogin" + }, + "tqymtljtpz": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "tqymtljtpz", + "label": "isLoggedIn", + "propertyName": "inputs.isLoggedIn" + } + }, + "name": "Bff", + "pageId": "Start" + } +} \ No newline at end of file diff --git a/pages/Start/module instances/Bff_Logout.json b/pages/Start/module instances/Bff_Logout.json new file mode 100644 index 0000000..9c4d88f --- /dev/null +++ b/pages/Start/module instances/Bff_Logout.json @@ -0,0 +1,14 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_15a787dd-9e18-43c6-90bb-03e47f210bfe", + "id": "Start_Bff_Logout", + "moduleUUID": "68741899-715d-4e34-a614-51281446403a", + "packageUUID": "35174735-e12c-426f-9f2f-fe12a068c3ba", + "type": "QUERY_MODULE", + "unpublishedModuleInstance": { + "contextType": "PAGE", + "inputs": {}, + "moduleInputs": {}, + "name": "Bff_Logout", + "pageId": "Start" + } +} \ No newline at end of file diff --git a/pages/Start/module instances/Bff_Me.json b/pages/Start/module instances/Bff_Me.json new file mode 100644 index 0000000..b39fdb6 --- /dev/null +++ b/pages/Start/module instances/Bff_Me.json @@ -0,0 +1,14 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_3d9cc6cf-cb95-46db-a1f6-34c0b3520aa7", + "id": "Start_Bff_Me", + "moduleUUID": "809cd1d6-7b41-4561-bea0-2ac0794e1ac4", + "packageUUID": "35174735-e12c-426f-9f2f-fe12a068c3ba", + "type": "QUERY_MODULE", + "unpublishedModuleInstance": { + "contextType": "PAGE", + "inputs": {}, + "moduleInputs": {}, + "name": "Bff_Me", + "pageId": "Start" + } +} \ No newline at end of file diff --git a/pages/Start/module instances/Bff_Verify.json b/pages/Start/module instances/Bff_Verify.json new file mode 100644 index 0000000..3c7e372 --- /dev/null +++ b/pages/Start/module instances/Bff_Verify.json @@ -0,0 +1,14 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_0ab85ed5-2e86-4c10-a73f-43da0cb17bf1", + "id": "Start_Bff_Verify", + "moduleUUID": "83e73170-c955-4fa2-9414-3dec1f07d47c", + "packageUUID": "35174735-e12c-426f-9f2f-fe12a068c3ba", + "type": "QUERY_MODULE", + "unpublishedModuleInstance": { + "contextType": "PAGE", + "inputs": {}, + "moduleInputs": {}, + "name": "Bff_Verify", + "pageId": "Start" + } +} \ No newline at end of file diff --git a/pages/Start/queries/Bff-checkReturningFromLogin/metadata.json b/pages/Start/queries/Bff-checkReturningFromLogin/metadata.json new file mode 100644 index 0000000..b24324c --- /dev/null +++ b/pages/Start/queries/Bff-checkReturningFromLogin/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_cb16643e-5148-4ccb-a7d2-e15b9dbcd8dc", + "id": "Start__$Bff$_Bff.checkReturningFromLogin", + "isPublic": true, + "moduleInstanceId": "Start_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Start_Bff", + "unpublishedAction": { + "collectionId": "Start__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.checkReturningFromLogin", + "name": "checkReturningFromLogin", + "pageId": "Start", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Start/queries/Bff-clearSession/metadata.json b/pages/Start/queries/Bff-clearSession/metadata.json new file mode 100644 index 0000000..a39abd9 --- /dev/null +++ b/pages/Start/queries/Bff-clearSession/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_1f663d18-d738-455c-b8b3-77ea700b803d", + "id": "Start__$Bff$_Bff.clearSession", + "isPublic": true, + "moduleInstanceId": "Start_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Start_Bff", + "unpublishedAction": { + "collectionId": "Start__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.clearSession", + "name": "clearSession", + "pageId": "Start", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Start/queries/Bff-guardPage/metadata.json b/pages/Start/queries/Bff-guardPage/metadata.json new file mode 100644 index 0000000..67ff439 --- /dev/null +++ b/pages/Start/queries/Bff-guardPage/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_8fd2aa30-616d-485c-aa59-1b3eeaefecde", + "id": "Start__$Bff$_Bff.guardPage", + "isPublic": true, + "moduleInstanceId": "Start_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Start_Bff", + "unpublishedAction": { + "collectionId": "Start__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.guardPage", + "name": "guardPage", + "pageId": "Start", + "runBehaviour": "ON_PAGE_LOAD", + "userSetOnLoad": true + } +} \ No newline at end of file diff --git a/pages/Start/queries/Bff-isEditor/metadata.json b/pages/Start/queries/Bff-isEditor/metadata.json new file mode 100644 index 0000000..f11c002 --- /dev/null +++ b/pages/Start/queries/Bff-isEditor/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_730bd7cf-ad5a-4a45-be9e-7ff13e0ec809", + "id": "Start__$Bff$_Bff.isEditor", + "isPublic": true, + "moduleInstanceId": "Start_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Start_Bff", + "unpublishedAction": { + "collectionId": "Start__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.isEditor", + "name": "isEditor", + "pageId": "Start", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Start/queries/Bff-isLoggedIn/metadata.json b/pages/Start/queries/Bff-isLoggedIn/metadata.json new file mode 100644 index 0000000..8e0a8a7 --- /dev/null +++ b/pages/Start/queries/Bff-isLoggedIn/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_e8a58294-b784-42ab-91ce-89c802af39a7", + "id": "Start__$Bff$_Bff.isLoggedIn", + "isPublic": true, + "moduleInstanceId": "Start_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Start_Bff", + "unpublishedAction": { + "collectionId": "Start__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.isLoggedIn", + "name": "isLoggedIn", + "pageId": "Start", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Start/queries/Bff-login/metadata.json b/pages/Start/queries/Bff-login/metadata.json new file mode 100644 index 0000000..47f74a1 --- /dev/null +++ b/pages/Start/queries/Bff-login/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_cae82f35-9eec-455d-817c-8d46044e5d8f", + "id": "Start__$Bff$_Bff.login", + "isPublic": true, + "moduleInstanceId": "Start_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Start_Bff", + "unpublishedAction": { + "collectionId": "Start__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.login", + "name": "login", + "pageId": "Start", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Start/queries/Bff-logout/metadata.json b/pages/Start/queries/Bff-logout/metadata.json new file mode 100644 index 0000000..bf6d4e5 --- /dev/null +++ b/pages/Start/queries/Bff-logout/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_03fc64f4-c222-4976-a1a8-193f2f28a147", + "id": "Start__$Bff$_Bff.logout", + "isPublic": true, + "moduleInstanceId": "Start_Bff", + "pluginId": "js-plugin", + "pluginType": "JS", + "rootModuleInstanceId": "Start_Bff", + "unpublishedAction": { + "collectionId": "Start__$Bff$_Bff", + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "fullyQualifiedName": "_$Bff$_Bff.logout", + "name": "logout", + "pageId": "Start", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Start/queries/Bff_Logout/metadata.json b/pages/Start/queries/Bff_Logout/metadata.json new file mode 100644 index 0000000..fae666d --- /dev/null +++ b/pages/Start/queries/Bff_Logout/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_5a5be4c1-6a5a-432d-9102-d29ff115c7f2", + "id": "Start__$Bff_Logout$_Bff_Logout", + "isPublic": true, + "moduleInstanceId": "Start_Bff_Logout", + "pluginId": "restapi-plugin", + "pluginType": "API", + "rootModuleInstanceId": "Start_Bff_Logout", + "unpublishedAction": { + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "datasourceConfiguration": { + "url": "https://bff.ep-reisen.net" + }, + "isAutoGenerated": false, + "name": "DEFAULT_REST_DATASOURCE", + "pluginId": "restapi-plugin" + }, + "name": "_$Bff_Logout$_Bff_Logout", + "pageId": "Start", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Start/queries/Bff_Me/metadata.json b/pages/Start/queries/Bff_Me/metadata.json new file mode 100644 index 0000000..1c45d70 --- /dev/null +++ b/pages/Start/queries/Bff_Me/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_a352e85e-c6ae-488f-99cb-2c5ee9a05aee", + "id": "Start__$Bff_Me$_Bff_Me", + "isPublic": true, + "moduleInstanceId": "Start_Bff_Me", + "pluginId": "restapi-plugin", + "pluginType": "API", + "rootModuleInstanceId": "Start_Bff_Me", + "unpublishedAction": { + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "datasourceConfiguration": { + "url": "https://bff.ep-reisen.net" + }, + "isAutoGenerated": false, + "name": "DEFAULT_REST_DATASOURCE", + "pluginId": "restapi-plugin" + }, + "name": "_$Bff_Me$_Bff_Me", + "pageId": "Start", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Start/queries/Bff_Verify/metadata.json b/pages/Start/queries/Bff_Verify/metadata.json new file mode 100644 index 0000000..08b5db1 --- /dev/null +++ b/pages/Start/queries/Bff_Verify/metadata.json @@ -0,0 +1,24 @@ +{ + "gitSyncId": "6a677755d75112ecfb0628ff_b1c137e2-8752-4475-8a37-cae4b3d8f2f4", + "id": "Start__$Bff_Verify$_Bff_Verify", + "isPublic": true, + "moduleInstanceId": "Start_Bff_Verify", + "pluginId": "restapi-plugin", + "pluginType": "API", + "rootModuleInstanceId": "Start_Bff_Verify", + "unpublishedAction": { + "confirmBeforeExecute": false, + "contextType": "PAGE", + "datasource": { + "datasourceConfiguration": { + "url": "https://bff.ep-reisen.net" + }, + "isAutoGenerated": false, + "name": "DEFAULT_REST_DATASOURCE", + "pluginId": "restapi-plugin" + }, + "name": "_$Bff_Verify$_Bff_Verify", + "pageId": "Start", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Page1/widgets/Button1.json b/pages/Start/widgets/Button1.json similarity index 100% rename from pages/Page1/widgets/Button1.json rename to pages/Start/widgets/Button1.json diff --git a/pages/Page1/widgets/Button1Copy.json b/pages/Start/widgets/Button1Copy.json similarity index 100% rename from pages/Page1/widgets/Button1Copy.json rename to pages/Start/widgets/Button1Copy.json diff --git a/source modules/Bff/Bff.json b/source modules/Bff/Bff.json new file mode 100644 index 0000000..fbb9c18 --- /dev/null +++ b/source modules/Bff/Bff.json @@ -0,0 +1,6 @@ +{ + "moduleName": "Bff", + "moduleUUID": "b0d6dbe1-9ee5-486f-9f93-4baa17986ccf", + "packageName": "Bff", + "packageUUID": "35174735-e12c-426f-9f2f-fe12a068c3ba" +} \ No newline at end of file diff --git a/source modules/Bff/Bff_Logout.json b/source modules/Bff/Bff_Logout.json new file mode 100644 index 0000000..9133aec --- /dev/null +++ b/source modules/Bff/Bff_Logout.json @@ -0,0 +1,6 @@ +{ + "moduleName": "Bff_Logout", + "moduleUUID": "68741899-715d-4e34-a614-51281446403a", + "packageName": "Bff", + "packageUUID": "35174735-e12c-426f-9f2f-fe12a068c3ba" +} \ No newline at end of file diff --git a/source modules/Bff/Bff_Me.json b/source modules/Bff/Bff_Me.json new file mode 100644 index 0000000..5027d79 --- /dev/null +++ b/source modules/Bff/Bff_Me.json @@ -0,0 +1,6 @@ +{ + "moduleName": "Bff_Me", + "moduleUUID": "809cd1d6-7b41-4561-bea0-2ac0794e1ac4", + "packageName": "Bff", + "packageUUID": "35174735-e12c-426f-9f2f-fe12a068c3ba" +} \ No newline at end of file diff --git a/source modules/Bff/Bff_Verify.json b/source modules/Bff/Bff_Verify.json new file mode 100644 index 0000000..ff71d58 --- /dev/null +++ b/source modules/Bff/Bff_Verify.json @@ -0,0 +1,6 @@ +{ + "moduleName": "Bff_Verify", + "moduleUUID": "83e73170-c955-4fa2-9414-3dec1f07d47c", + "packageName": "Bff", + "packageUUID": "35174735-e12c-426f-9f2f-fe12a068c3ba" +} \ No newline at end of file diff --git a/theme.json b/theme.json index dc068bb..6f179b4 100644 --- a/theme.json +++ b/theme.json @@ -47,7 +47,7 @@ }, "colors": { "backgroundColor": "#F8FAFC", - "primaryColor": "#3b82f6" + "primaryColor": "#18527B" }, "fontFamily": { "appFont": "Inter"