-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from denisamihai/main
Submit Relocation App Solution
- Loading branch information
Showing
147 changed files
with
31,803 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,8 @@ | |
"CUSTOMCONNECTOR", | ||
"ONPREM", | ||
"POWERAPPS" | ||
], | ||
"githubPullRequests.ignoredPullRequestBranches": [ | ||
"main" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
# Relocation App | ||
|
||
## Summary | ||
|
||
This Power App leverages AI to assist individuals starting a new job in a new city. The main purpose is to enhance the relocation process for people embarking on a new career journey in an unfamiliar city by providing personalized assistance and resources. | ||
|
||
![Screenshot](assets/screenshot.PNG) | ||
|
||
## Applies to | ||
|
||
![Power Apps](https://img.shields.io/badge/Power%20Apps-Yes-green "Yes") | ||
![Power Automate](https://img.shields.io/badge/Power%20Automate-No-red "No") | ||
![Power BI](https://img.shields.io/badge/Power%20BI-No-red "No") | ||
![Power Pages](https://img.shields.io/badge/Power%20Pages-No-red "No") | ||
![Power Virtual Agents](https://img.shields.io/badge/Power%20Virtual%20Agents-Yes-green "Yes") | ||
![Dataverse](https://img.shields.io/badge/Dataverse-Yes-green "Yes") | ||
![AI Builder](https://img.shields.io/badge/AI%20Builder-Yes-green "Yes") | ||
![Custom Connectors](https://img.shields.io/badge/Custom%20Connectors-No-red "No") | ||
![Power Fx](https://img.shields.io/badge/Power%20Fx-No-red "No") | ||
|
||
## Compatibility | ||
|
||
![Premium License](https://img.shields.io/badge/Premium%20License-Yes%20Required-green.svg "Premium license required") | ||
![Experimental Features](https://img.shields.io/badge/Experimental%20Features-No-red.svg "Does not rely on experimental features") | ||
|
||
## Contributors | ||
|
||
* [Denisa Mihai](https://github.com/denisamihai) | ||
|
||
## Version history | ||
|
||
Version|Date|Comments | ||
-------|----|-------- | ||
1.1|November 19, 2023|Update sourcecode | ||
1.0|September 24, 2023|Initial release | ||
|
||
|
||
## Minimal path to awesome | ||
|
||
### Using the solution zip | ||
|
||
* [Download](./solution/relocation-app.zip) the `.zip` from the `solution` folder | ||
* Within **Power Apps Studio**, import the solution `.zip` file using **Solutions** > **Import Solution** and select the `.zip` file you just packed. | ||
* Open the app in edit mode and make sure the data source **Data source name** is connected correctly. | ||
|
||
### Using the source code | ||
|
||
You can also use the [Power Apps CLI](https://docs.microsoft.com/powerapps/developer/data-platform/powerapps-cli) to pack the source code by following these steps: | ||
|
||
* Clone the repository to a local drive | ||
* Pack the source files back into a solution `.zip` file: | ||
|
||
```bash | ||
pac solution pack --zipfile pathtodestinationfile --folder pathtosourcefolder --processCanvasApps | ||
``` | ||
|
||
Making sure to replace `pathtosourcefolder` to point to the path to this sample's `sourcecode` folder, and `pathtodestinationfile` to point to the path of this solution's `.zip` file (located under the `solution` folder) | ||
* Within **Power Apps Studio**, import the solution `.zip` file using **Solutions** > **Import Solution** and select the `.zip` file you just packed. | ||
|
||
## Features | ||
|
||
* Power Virtual Agents | ||
|
||
The PVA with Boost Conversation helps users in familiarizing themselves with their new workplace and local regulations by answering questions regarding company benefits, local administration or connects them with HR: | ||
|
||
![Screenshot](assets/ChatBot.PNG) | ||
|
||
The system gathers information from official local websites, making it easy for users to get answers about paperwork and work permits. It's also connected to the company's own benefits site, where employees can discover various company-provided advantages such as language classes and health insurance discounts. | ||
|
||
|
||
* AI Builder Object Detection | ||
|
||
Within the app, users have access to a curated selection of important landmarks in their new city: | ||
|
||
![Screenshot](assets/LandmarkOverview.PNG) | ||
|
||
The app provides entertaining and amusing facts about key landmarks in the new city, adding a touch of humor to the discovery of local treasures: | ||
|
||
![Screenshot](assets/LandmarkDetail.PNG) | ||
|
||
While exploring the landmarks, users can easily snap photos and add them to the app: | ||
|
||
![Screenshot](assets/LandmarkDetect.PNG) | ||
|
||
|
||
The AI Builder Object Detection model recognizes the landmark... | ||
|
||
![Screenshot](assets/LandmarkMatch.PNG) | ||
|
||
...and then catalogues it into a personalized collection: | ||
|
||
![Screenshot](assets/LandmarkCollection.PNG) | ||
|
||
This fun feature helps users learn about important places in their new city, invites them to explore, and lets them keep track of all the must-see spots as they settle in. | ||
|
||
|
||
|
||
## Help | ||
|
||
We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. | ||
|
||
If you encounter any issues while using this sample, you can [create a new issue](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=glassmorphism-sandbox&authors=@KeithAtherton&title=glassmorphism-sandbox%20-%20). | ||
|
||
For questions regarding this sample, [create a new question](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=glassmorphism-sandbox&authors=@KeithAtherton&title=glassmorphism-sandbox%20-%20). | ||
|
||
Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=glassmorphism-sandbox&authors=@KeithAtherton&title=glassmorphism-sandbox%20-%20). | ||
|
||
## Disclaimer | ||
|
||
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** | ||
|
||
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-samples/samples/relocation-app" /> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# msbuild output directories | ||
/bin | ||
/obj | ||
|
||
# MSBuild Binary and Structured Log | ||
*.binlog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<PowerAppsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps</PowerAppsTargetsPath> | ||
</PropertyGroup> | ||
|
||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" /> | ||
<Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props')" /> | ||
|
||
<PropertyGroup> | ||
<ProjectGuid>101d7395-2064-4383-a68f-5dad8f0fec22</ProjectGuid> | ||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> | ||
<!--Remove TargetFramework when this is available in 16.1--> | ||
<TargetFramework>net462</TargetFramework> | ||
<RestoreProjectStyle>PackageReference</RestoreProjectStyle> | ||
<SolutionRootPath>src</SolutionRootPath> | ||
</PropertyGroup> | ||
|
||
<!-- | ||
Solution Packager overrides, un-comment to use: SolutionPackagerType (Managed, Unmanaged, Both) | ||
Solution Localization Control, if you want to enabled localization of your solution, un-comment SolutionPackageEnableLocalization and set the value to true. - Requires use of -loc flag on Solution Clone or Sync | ||
--> | ||
<!-- | ||
<PropertyGroup> | ||
<SolutionPackageType>Managed</SolutionPackageType> | ||
<SolutionPackageEnableLocalization>false</SolutionPackageEnableLocalization> | ||
</PropertyGroup> | ||
--> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.PowerApps.MSBuild.Solution" Version="1.*" /> | ||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\.gitignore" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\bin\**" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\obj\**" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.cdsproj" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.cdsproj.user" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.sln" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="$(MSBuildThisFileDirectory)\**" Exclude="@(ExcludeDirectories)" /> | ||
<Content Include="$(SolutionPackageZipFilePath)"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
|
||
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" /> | ||
<Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets')" /> | ||
|
||
</Project> |
31 changes: 31 additions & 0 deletions
31
samples/relocation-app/sourcecode/src/CanvasApps/cre85_therelocationgame_9d48b.meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<CanvasApp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Name>cre85_therelocationgame_9d48b</Name> | ||
<AppVersion>2023-11-19T08:19:57Z</AppVersion> | ||
<Status>Ready</Status> | ||
<CreatedByClientVersion>3.23105.18.0</CreatedByClientVersion> | ||
<MinClientVersion>3.23105.18.0</MinClientVersion> | ||
<Tags>{"primaryDeviceWidth":"640","primaryDeviceHeight":"1136","supportsPortrait":"true","supportsLandscape":"true","primaryFormFactor":"Phone","showStatusBar":"false","publisherVersion":"3.23105.18","minimumRequiredApiVersion":"2.2.0","hasComponent":"false","hasUnlockedComponent":"false","isUnifiedRootApp":"false","sienaVersion":"20230926T182740Z-3.23092.13.0"}</Tags> | ||
<IsCdsUpgraded>0</IsCdsUpgraded> | ||
<GalleryItemId xsi:nil="true"></GalleryItemId> | ||
<BackgroundColor>RGBA(0,176,240,1)</BackgroundColor> | ||
<DisplayName>The Relocation Game</DisplayName> | ||
<Description xsi:nil="true"></Description> | ||
<CommitMessage xsi:nil="true"></CommitMessage> | ||
<Publisher></Publisher> | ||
<AuthorizationReferences>[]</AuthorizationReferences> | ||
<ConnectionReferences>{}</ConnectionReferences> | ||
<DatabaseReferences>{"default.cds":{"databaseDetails":{"referenceType":"Environmental","environmentName":"default.cds","overrideValues":{"status":"NotSpecified"}},"dataSources":{"ZürichLandmarks":{"entitySetName":"cre85_zurichlandmarkses","logicalName":"cre85_zurichlandmarks"},"43b0dc67-68af-47ae-9a9c-9e69d396ba3e":{"entitySetName":"msdyn_aimodels","logicalName":"msdyn_aimodel"},"18333537-fdd1-4579-907c-955609c15d25":{"entitySetName":"msdyn_aiconfigurations","logicalName":"msdyn_aiconfiguration"},"39a6196f-02b0-4fc1-9715-78a41651bedd":{"entitySetName":"msdyn_aiodlabels","logicalName":"msdyn_aiodlabel"}}}}</DatabaseReferences> | ||
<AppComponents>[]</AppComponents> | ||
<AppComponentDependencies>[]</AppComponentDependencies> | ||
<CanConsumeAppPass>1</CanConsumeAppPass> | ||
<CanvasAppType>0</CanvasAppType> | ||
<BypassConsent>0</BypassConsent> | ||
<AdminControlBypassConsent>0</AdminControlBypassConsent> | ||
<EmbeddedApp xsi:nil="true"></EmbeddedApp> | ||
<IntroducedVersion>1.0</IntroducedVersion> | ||
<CdsDependencies>{"cdsdependencies":[{"logicalname":"cre85_zurichlandmarks","componenttype":1},{"logicalname":"msdyn_aimodel","componenttype":1},{"logicalname":"msdyn_aiconfiguration","componenttype":1},{"logicalname":"msdyn_aiodlabel","componenttype":1}]}</CdsDependencies> | ||
<IsCustomizable>1</IsCustomizable> | ||
<BackgroundImageUri>/CanvasApps/cre85_therelocationgame_9d48b_BackgroundImageUri</BackgroundImageUri> | ||
<DocumentUri>/CanvasApps/cre85_therelocationgame_9d48b_DocumentUri.msapp</DocumentUri> | ||
</CanvasApp> |
Binary file added
BIN
+14.3 KB
...relocation-app/sourcecode/src/CanvasApps/cre85_therelocationgame_9d48b_BackgroundImageUri
Binary file not shown.
Binary file added
BIN
+949 KB
.../relocation-app/sourcecode/src/CanvasApps/cre85_therelocationgame_9d48b_DocumentUri.msapp
Binary file not shown.
Binary file added
BIN
+22.1 KB
...de/src/CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/Carpool_1.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.3 KB
...cecode/src/CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/Lunch.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+14.9 KB
...e/src/CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/Relocation.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+40.3 KB
.../src/CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/destination.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+90.3 KB
...de/src/CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/geography.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+23.1 KB
...vasApps/src/cre85_therelocationgame_9d48b/Assets/Images/grossmunster-church.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+87.3 KB
.../CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/hot-air-balloon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+73.4 KB
...de/src/CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/mountains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.9 KB
...ecode/src/CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/museum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+33.1 KB
...CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/passport %281%29.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+26.4 KB
...ode/src/CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/passport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+88.8 KB
.../src/CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/placeholder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+26.8 KB
...rc/CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/train-station.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+124 KB
...src/CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/travel-agent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+37.5 KB
...code/src/CanvasApps/src/cre85_therelocationgame_9d48b/Assets/Images/village.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
...n-app/sourcecode/src/CanvasApps/src/cre85_therelocationgame_9d48b/Assets/SampleImage.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"Content": "Image", | ||
"FileName": "/ctrllib/image/images/SampleImage.svg", | ||
"IsSampleData": true, | ||
"IsWritable": false, | ||
"Name": "SampleImage", | ||
"Path": "/ctrllib/image/images/SampleImage.svg", | ||
"ResourceKind": "Uri", | ||
"RootPath": "ms-appx:///ctrllib/image/images/SampleImage.svg", | ||
"Schema": "i", | ||
"Type": "ResourceInfo" | ||
} |
140 changes: 140 additions & 0 deletions
140
...ation-app/sourcecode/src/CanvasApps/src/cre85_therelocationgame_9d48b/CanvasManifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
{ | ||
"FormatVersion": "0.24", | ||
"Header": { | ||
"AnalysisOptions": { | ||
"DataflowAnalysisEnabled": false, | ||
"DataflowAnalysisFlagStateToggledByUser": false | ||
}, | ||
"DocVersion": "1.335", | ||
"MinVersionToLoad": "1.331", | ||
"MSAppStructureVersion": "2.0" | ||
}, | ||
"Properties": { | ||
"AppCreationSource": "AppFromScratch", | ||
"AppDescription": "", | ||
"AppPreviewFlagsMap": { | ||
"aibuilderserviceenrollment": false, | ||
"allowmultiplescreensincanvaspages": false, | ||
"appinsightserrortracing": false, | ||
"appinstrumentationcorrelationtracing": false, | ||
"autocreateenvironmentvariables": false, | ||
"behaviorpropertyui": false, | ||
"blockmovingcontrol": true, | ||
"cdsdataformatting": false, | ||
"classiccontrols": false, | ||
"consistentreturnschemafortabularfunctions": true, | ||
"copyandmerge": false, | ||
"dataflowanalysisenabled": false, | ||
"datatablev2control": true, | ||
"dataverseactionsenabled": true, | ||
"delaycontrolrendering": true, | ||
"delayloadscreens": true, | ||
"disablecdsfileandlargeimage": false, | ||
"dynamicschema": false, | ||
"enableappembeddingux": false, | ||
"enablechatbotfeature": true, | ||
"enablecomponentnamemaps": false, | ||
"enablecomponentscopeoldbehavior": false, | ||
"enablecopilotcontrol": true, | ||
"enabledataverseoffline": false, | ||
"enableeditcacherefreshfrequency": false, | ||
"enableexcelonlinebusinessv2connector": true, | ||
"enableexperimentaldataverseoffline": true, | ||
"enableideaspanel": true, | ||
"enablelegacybarcodescanner": false, | ||
"enableonstart": true, | ||
"enableonstartnavigate": false, | ||
"enablepcfmoderndatasets": true, | ||
"enablerowscopeonetonexpand": false, | ||
"enablerpawarecomponentdependency": true, | ||
"enablerulespanel": false, | ||
"enableruntimepolicies": true, | ||
"enablesaveloadcleardataonweb": true, | ||
"enableupdateifdelegation": false, | ||
"errorhandling": true, | ||
"expandedsavedatasupport": true, | ||
"exportimportcomponents2": true, | ||
"externalmessage": false, | ||
"fluentv9controls": false, | ||
"fluentv9controlspreview": false, | ||
"formuladataprefetch": true, | ||
"formularepair": false, | ||
"generatedebugpublishedapp": false, | ||
"herocontrols": false, | ||
"improvedmediacapture": true, | ||
"improvedtabstopbehavior": false, | ||
"isemptyrequirestableargument": true, | ||
"keeprecentscreensloaded": false, | ||
"longlivingcache": false, | ||
"mobilenativerendering": false, | ||
"namedformulas": true, | ||
"nativecdsexperimental": true, | ||
"onegrid": false, | ||
"optimizedforteamsmeeting": false, | ||
"packagemodernruntime": false, | ||
"parallelcodegen": false, | ||
"pdffunction": false, | ||
"powerfxdecimal": false, | ||
"powerfxv1": false, | ||
"projectionmapping": true, | ||
"reactformulabar": false, | ||
"reliableconcurrent": true, | ||
"reservedkeywords": false, | ||
"reverttooldpowerautomate": false, | ||
"rtlinstudiopreview": false, | ||
"rtlsupport": false, | ||
"smartemaildatacard": false, | ||
"supportcolumnnamesasidentifiers": false, | ||
"tabledoesntwraprecords": true, | ||
"usedisplaynamemetadata": true, | ||
"useenforcesavedatalimits": true, | ||
"useexperimentalcdsconnector": true, | ||
"useexperimentalsqlconnector": true, | ||
"useguiddatatypes": true, | ||
"usenonblockingonstartrule": true, | ||
"webbarcodescanner": false, | ||
"zeroalltabindexes": false | ||
}, | ||
"Author": "", | ||
"BindingErrorCount": 0, | ||
"ContainsThirdPartyPcfControls": false, | ||
"DefaultConnectedDataSourceMaxGetRowsCount": 500, | ||
"DocumentAppType": "Phone", | ||
"DocumentLayoutHeight": 1136, | ||
"DocumentLayoutLockOrientation": false, | ||
"DocumentLayoutMaintainAspectRatio": true, | ||
"DocumentLayoutOrientation": "portrait", | ||
"DocumentLayoutScaleToFit": true, | ||
"DocumentLayoutWidth": 640, | ||
"DocumentType": "App", | ||
"EnableInstrumentation": false, | ||
"FileID": "ed78ee6e-9bd5-4ebb-902e-2623a4e92340", | ||
"Id": "ed78ee6e-9bd5-4ebb-902e-2623a4e92340", | ||
"InstrumentationKey": "", | ||
"ManualOfflineProfileId": "", | ||
"Name": "The Relocation Game", | ||
"OriginatingVersion": "1.334", | ||
"ParserErrorCount": 0, | ||
"ShowStatusBar": false | ||
}, | ||
"PublishInfo": { | ||
"AppName": "The Relocation Game", | ||
"BackgroundColor": "RGBA(0,176,240,1)", | ||
"IconColor": "RGBA(255,255,255,1)", | ||
"IconName": "Edit", | ||
"LogoFileName": "", | ||
"PublishDataLocally": false, | ||
"PublishResourcesLocally": false, | ||
"PublishTarget": "player", | ||
"UserLocale": "en-US" | ||
}, | ||
"ScreenOrder": [ | ||
"scrWelcome", | ||
"scrHome", | ||
"BotAdministrativeScreen", | ||
"scrCultureQuests", | ||
"scrQuestDetail", | ||
"scrScanLandmark", | ||
"scrLandmarkCollection" | ||
] | ||
} |
1 change: 1 addition & 0 deletions
1
...-app/sourcecode/src/CanvasApps/src/cre85_therelocationgame_9d48b/ComponentReferences.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
1 change: 1 addition & 0 deletions
1
.../sourcecode/src/CanvasApps/src/cre85_therelocationgame_9d48b/Connections/Connections.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
Oops, something went wrong.