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

Implement IProgress<int> in ApiWebAppDeployer #21

Open
3 tasks
KircMax opened this issue Sep 24, 2022 · 1 comment
Open
3 tasks

Implement IProgress<int> in ApiWebAppDeployer #21

KircMax opened this issue Sep 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@KircMax
Copy link
Collaborator

KircMax commented Sep 24, 2022

As a GUI creator I would like to be able to

  • know how many items the ApiWebAppDeployer will have to take care of (appExceptBrowsed.Count)
  • show the progress of the ApiWebAppDeployer deployment => after each DeployResourceAsync(webApp, r); 1 more is done
  • Use a method GetDifferenceAsync(ApiWebAppData webApp) that will determine the appExceptBrowsed.Count => will return all items of the webApp in case it is not yet present on the plc

Consider also implementing an Event OnDeployFinished or something alike (then the deploy step itself might also just be performed "fully" in the background and not awaited in the GUI)

@KircMax KircMax added the enhancement New feature or request label Sep 24, 2022
@KircMax
Copy link
Collaborator Author

KircMax commented Jan 2, 2023

same would be applicable in the ApiDirectoryHandler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant