-
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: Implement new queryParams mechanism #30594
Labels
Comments
zJaaal
moved this from Next 1-3 Sprints
to Current Sprint Backlog
in dotCMS - Product Planning
Nov 14, 2024
zJaaal
added
OKR : Technical User Experience
Owned by Freddy
Priority : 3 Average
and removed
Triage
labels
Nov 14, 2024
rjvelazco
moved this from Current Sprint Backlog
to In Progress
in dotCMS - Product Planning
Nov 20, 2024
github-project-automation
bot
moved this from In Progress
to Internal QA
in dotCMS - Product Planning
Nov 26, 2024
github-project-automation
bot
moved this from Internal QA
to Current Sprint Backlog
in dotCMS - Product Planning
Nov 26, 2024
zJaaal
moved this from Current Sprint Backlog
to Internal QA
in dotCMS - Product Planning
Nov 26, 2024
IQA FailedI found a loop when we navigate to experiments. I'll be addressing the fix since Rafa is out. DotCMS Docker Image: ScreenshotScreen.Recording.2024-11-27.at.4.02.14.PM.mov |
github-project-automation
bot
moved this from In Review
to Internal QA
in dotCMS - Product Planning
Nov 28, 2024
IQA FailedThe loop is fixed, but i found other error on experiments tab when the user dont have an Analytics config dotCms build number: Screen.Recording.2024-11-28.at.5.27.36.PM.mov |
github-project-automation
bot
moved this from Internal QA
to Current Sprint Backlog
in dotCMS - Product Planning
Nov 28, 2024
github-project-automation
bot
moved this from Current Sprint Backlog
to Internal QA
in dotCMS - Product Planning
Nov 29, 2024
github-project-automation
bot
moved this from Internal QA
to Current Sprint Backlog
in dotCMS - Product Planning
Nov 29, 2024
nollymar
moved this from Current Sprint Backlog
to Internal QA
in dotCMS - Product Planning
Nov 29, 2024
IQA PassedNow there are no loops nor errors in experiments DotCMS Docker Image: ScreenshotScreen.Recording.2024-11-29.at.1.17.04.PM-1.mov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Parent Issue
#30598
Task
Implement a refined mechanism for query parameter (QP) handling to optimize page refresh processes in dotCMS UVE.
The current setup requires a page reload or refresh whenever a query parameter changes, which suits parameters like
language_id
,personaId
, andvariantName
that alter page responses.However, new parameters such as
preview
,orientation
, anddevice
will not impact page content but may cause unnecessary reloads if handled similarly.This task requires restructuring state management for query parameters, making it reactive to only those parameters that impact page data while still reflecting all changes in the URL.
Proposed State Structure:
Maybe we can split this logic in FeatureStore like
withParams
Suscription
State initialization
Proposed Objective
Core Features
Proposed Priority
Priority 2 - Important
Acceptance Criteria
The text was updated successfully, but these errors were encountered: