TRUNK-2853: Improve installation wizard progress bar #5567
Closed
+0
−0
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.





Description
This pull request improves the installation wizard header progress bar so that it reflects the current step of the wizard.
Changes made:
header.vmto show a modern header with a shared progress bar.progressPercentvalue from the initialization flow into the header template.The header progress now feels consistent with the card content and gives the user a clear sense of where they are in the installation.
Issue I worked on
TRUNK-2853: Improve installation wizard progress bar
How to test
Build the project:
2.Run the webapp with Jetty:
3.Open http://localhost:8080/openmrs/initialsetup and go through the Simple installation flow:
Step 1: “Which language do you prefer?”
Step 2: “Which type of installation do you want?”
Step 3: “Simple Installation” (database settings)
Step 4: “Review”
Step 5: “Tasks to execute” / Installing…
Step 6: Wizard complete
4.Verify that the header progress bar updates roughly as:
~20% on language selection
~40% on install type
~60% on simple installation database configuration
~80% on review page
100% while tasks are executing and on completion screen.
Checklist
I have read the pull request guidelines.
I ran mvn clean install at the root of the project.
I manually tested the Simple installation flow with MySQL and verified the header progress bar behaves as expected.
mvn jetty:run