Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Untangle profile creation and initialisation, and add functionality #36

Merged
merged 18 commits into from Oct 20, 2023

Conversation

felixwoestmann
Copy link
Collaborator

@felixwoestmann felixwoestmann commented Sep 29, 2023

attempt to fix: #22

This PR introduces the following changes:

  • Changes in the Example application which now shows everything that reaches the app in a Log overview
  • When initialising Datawedge a profile isn't created anymore, therefore profileName is no longer a required parameter
    • ProfileCreation is moved to the function createDefaultProfile
    • Because a profileName is now longer required, we are using a generated UUID as a default commandIdentifier
  • Added the function requestActiveProfile and waitForActiveProfile to obtain the active profile from Datawedge
  • Added the function requestProfiles and waitForProfiles to obtain a list of all installed profiles from Datawedge
  • Updated README

@felixwoestmann felixwoestmann changed the title Add option to initialize method to skip profile creation Untangle profile creation and initialisation, and add functionality Oct 5, 2023
@felixwoestmann felixwoestmann marked this pull request as ready for review October 5, 2023 08:07
@felixwoestmann felixwoestmann merged commit fd9209a into main Oct 20, 2023
1 check passed
@felixwoestmann felixwoestmann deleted the skip_profile_creation_option branch October 20, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Profile resets each time app is opened
2 participants