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

Adapt Onboarding Code to Handle Configuration Changes #168

Open
aofn opened this issue Jun 18, 2024 · 0 comments
Open

Adapt Onboarding Code to Handle Configuration Changes #168

aofn opened this issue Jun 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@aofn
Copy link
Member

aofn commented Jun 18, 2024

Describe the bug

The onboarding code in the following files does not handle changes in the configuration, such as the absence of the 'write' object:
components/onboarding/onboardingContext.js
components/onboarding/onboardingPilot.js

To Reproduce

  1. Go to the config.js file.
  2. Remove the 'write' object from the configuration.
  3. Start the onboarding process.
  4. The onboarding process does not handle the missing 'write' object gracefully.

Expected behavior
Currently, the onboarding process assumes that certain objects, such as 'write', are always present in the configuration, which this might not always be the case.
The onboarding process should be able to handle changes in the configuration, such as the absence of the 'write' object, without causing errors or interruptions.

@aofn aofn added the bug Something isn't working label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant