In the third step of the preconfiguration wizard a button has been added to...
Pull Request Template
Description
- In the third step of the preconfiguration wizard a button has been added to allow "do not send invitations" in order to complete this step.
Related to #76 (closed)
Type of change
-
New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Test: First admin of an organization
-
Requirements:
- Have created a new organization.
- You have created the account for that first user.
- To be logged into the application.
- To have entered the preconfiguration wizard.
-
Action:
- Enter the third step
-
Result:
- You will only see the "Add invitation" button.
-
Extra:
- Invite a new user (admin) to the organization.
Test: Second Admin of an organization
-
Requirements:
- Have created an account for the invited user
- Be logged into the application.
- To have entered the preconfiguration wizard.
-
Action:
- Enter the third step.
-
Result:
- In addition to the add invitation button you will see a button that says "Do not invite anyone".
Test: Click on the button:
-
Requirements:
- Be logged in to the application.
- You have entered the preconfiguration wizard.
- You are in step 3.
-
Action:
- Press the button "Do not invite anyone".
-
Result:
- You will navigate to the previous step (if you do not complete any).
- The modal to navigate to home appears.
Checklist:
-
My code follows the style guidelines of this project -
I have performed a self-review of my own code -
I have commented my code, particularly in hard-to-understand areas -
I have made corresponding changes to the documentation -
My changes generate no new warnings -
I have added tests that prove my fix is effective or that my feature works -
New and existing unit tests pass locally with my changes -
I have set news envs in dokku app to deploy -
Any dependent changes have been merged and published in downstream modules -
I have checked my code and corrected any misspellings