-
Notifications
You must be signed in to change notification settings - Fork 467
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
FTM: Create Feature Flag to enable New Preview Mode #30459
Labels
Merged
OKR : Technical User Experience
Owned by Freddy
Priority : 3 Average
QA : Approved
QA : Passed Internal
Release : 24.11.25
Bug Fixing
Team : Scout
Triage
Type : Task
Comments
KevinDavilaDotCMS
changed the title
FTM: Create Feature Flag to enable FTM
FTM: Create Feature Flag to enable New Preview Mode
Oct 30, 2024
zJaaal
added
OKR : Technical User Experience
Owned by Freddy
Priority : 3 Average
labels
Nov 11, 2024
Note to QAThe name decided for this FF is |
zJaaal
moved this from Current Sprint Backlog
to In Progress
in dotCMS - Product Planning
Nov 11, 2024
github-project-automation
bot
moved this from In Progress
to Internal QA
in dotCMS - Product Planning
Nov 12, 2024
github-project-automation
bot
moved this from Internal QA
to Current Sprint Backlog
in dotCMS - Product Planning
Nov 13, 2024
nollymar
moved this from Current Sprint Backlog
to Internal QA
in dotCMS - Product Planning
Nov 13, 2024
github-project-automation
bot
moved this from Internal QA
to Current Sprint Backlog
in dotCMS - Product Planning
Nov 14, 2024
zJaaal
moved this from Current Sprint Backlog
to Internal QA
in dotCMS - Product Planning
Nov 14, 2024
Passed IQA
|
Fixed, feature flag now is working |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Merged
OKR : Technical User Experience
Owned by Freddy
Priority : 3 Average
QA : Approved
QA : Passed Internal
Release : 24.11.25
Bug Fixing
Team : Scout
Triage
Type : Task
Parent Issue
#30598
User Story
As a user, I want to enable or disable the Preview Mode feature through a Feature Flag. If the Feature Flag is not enabled, I want my UVE to remain unchanged, retaining all existing functionality.
Task
Develop a new Feature Flag to enable the Preview Mode in our application. The new Feature Flag should follow the existing format of the FeatureFlag object, defined within the FeaturedFlags enum
Additionally, this Feature Flag should be accessible through the getFeatureFlags method located in
core/core-web/libs/data-access/src/lib/dot-properties/dot-properties.service.ts
Acceptance Criteria
dot-properties.service.ts
, allowing it to be fetched and managed centrally.The text was updated successfully, but these errors were encountered: