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

Add output_file parameter for type -onboarding #232

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chadmorales
Copy link

Adding an accepted parameter for type -onboarding to define the output file. By defining a unique output file we may find more use cases where a generic wizard/walkthrough would be helpful. This was brought up in #230

@SMartorelli SMartorelli linked an issue Dec 16, 2024 that may be closed by this pull request
Copy link

sonarcloud bot commented Dec 16, 2024

@chadmorales
Copy link
Author

Failure was due to the fact OnboardingData is now expected to have outputFile and was not present in the test useCase's. It is guaranteed to be set when onboarding payload is created outside OnboardingData in NotificationObject:init()
(148) self.payload?.outputFile = dict["output_file"] as? String ?? Constants.storeFileName

onboarding tests updated and passing

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

Successfully merging this pull request may close these issues.

[Feature Request] Specify onboarding output file
1 participant