Feat 99 setup wizard#173
Open
mohammadsherif0 wants to merge 77 commits into
Open
Conversation
… requiredInWizard, wizardStep)
dennis-zyska
requested changes
May 4, 2026
| settings: byStep[step], | ||
| })); | ||
| }, | ||
| settingsStepBaseProps() { |
Collaborator
There was a problem hiding this comment.
I'm not sure if this is the correct way to do it. It is really hard to get an overview and there is a huge list of props in the components. The usual way to do is, to reduce props and use computed also within each subcomponent. That guarantees a better overview, that is also why we have the vuex store
…il and registration step components and emit setting updates to parent
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Main Description
This branch delivers a guided onboarding experience for CARE by introducing a first-time setup wizard and aligning the admin Settings UI to the same structure and language.
It addresses the original problem that setup was fragmented, technical, and hard to follow by having a clear step flow (admin creation, general, mail, registration, moodle, summary).
#99
New User Features
New Dev Features
Improvements