Skip to content

feat: add feature flag for progressive profiling page#19

Merged
MaxFrank13 merged 2 commits into
release-ulmofrom
mfrank/add-feature-flag
Jul 9, 2026
Merged

feat: add feature flag for progressive profiling page#19
MaxFrank13 merged 2 commits into
release-ulmofrom
mfrank/add-feature-flag

Conversation

@MaxFrank13

Copy link
Copy Markdown
Member

Upgrades plugin library to the latest and adds feature flag for Progressive Profiling page

Copilot AI review requested due to automatic review settings July 7, 2026 18:36

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a feature flag gate for the Progressive Profiling (“/welcome”) route while upgrading @edx/frontend-plugin-learner-dashboard to a newer version.

Changes:

  • Upgrade @edx/frontend-plugin-learner-dashboard from ^3.3.5 to ^3.5.0.
  • Conditionally register the /welcome route based on getConfig().ENABLE_PROGRESSIVE_PROFILING_PAGE.
  • Update package-lock.json to reflect the plugin version bump and its peer dependency metadata.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/index.jsx Gates the /welcome route behind ENABLE_PROGRESSIVE_PROFILING_PAGE.
package.json Bumps @edx/frontend-plugin-learner-dashboard dependency version.
package-lock.json Updates the resolved plugin version/integrity and peer dependency declarations.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/index.jsx Outdated
Comment on lines +41 to +43
{getConfig().ENABLE_PROGRESSIVE_PROFILING_PAGE && (
<Route path="/welcome" element={<PageWrap><ProgressiveProfiling /></PageWrap>} />
)}
@MaxFrank13
MaxFrank13 merged commit 2131d0a into release-ulmo Jul 9, 2026
3 checks passed
@MaxFrank13
MaxFrank13 deleted the mfrank/add-feature-flag branch July 9, 2026 15:19
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.

3 participants