Skip to content
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

Archive Variant when Experiment ends #23542

Open
Tracked by #27892
freddyucv opened this issue Dec 8, 2022 · 4 comments
Open
Tracked by #27892

Archive Variant when Experiment ends #23542

freddyucv opened this issue Dec 8, 2022 · 4 comments
Labels
dotCMS : Experiments Analytics Umbrella: Experiments Feature Team : Falcon Type : Enhancement

Comments

@freddyucv
Copy link

Is your feature request related to a problem? Please describe.

When a Experiment is end we need to archive the Experiment's Variant

Describe the solution you'd like

We need to support the archive concept into the Variant, it means into API, Factory, Model and DataBase level.
Also we need to make sure that when we render a page to a specific variant it must not be archive so we need to check that here:

final String currentVariantName = currentVariantId();

Acceptance criteria

  • Archive the Experiment's variant when a Experiment is ended
  • If try to render a page to a archived Variant must render it in the DEFAULT Variant
@wezell
Copy link
Contributor

wezell commented Dec 8, 2022

Also, never archive the "default" variant

@freddyucv
Copy link
Author

Hey team! Please add your planning poker estimate with Zenhub @dsilvam @victoralfaro-dotcms

@github-actions
Copy link

github-actions bot commented Mar 9, 2023

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale label Mar 9, 2023
@github-actions
Copy link

github-actions bot commented Apr 9, 2023

This issue was closed because it has been stalled with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 9, 2023
@dsilvam dsilvam reopened this Jun 1, 2023
@dsilvam dsilvam removed the stale label Jun 1, 2023
@john-thomas-dotcms john-thomas-dotcms added the dotCMS : Experiments Analytics Umbrella: Experiments Feature label Oct 9, 2023
@john-thomas-dotcms john-thomas-dotcms changed the title Archive Variant Archive Variant when Experiment ends Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotCMS : Experiments Analytics Umbrella: Experiments Feature Team : Falcon Type : Enhancement
Projects
Status: Future
Development

No branches or pull requests

4 participants