dotCMS / core

Headless/Hybrid Content Management System for Enterprises
http://dotcms.com
Other
867 stars 467 forks source link

[UI]: Improve end user notifications using experiments #26160

Closed bryanboza closed 1 year ago

bryanboza commented 1 year ago

Problem Statement

Currently, in dotCMS, the start experiment option is enabled even before entering the required experiment data. This can lead to confusion because is enabled but you can't click on this option image

Also, when you have a locked page by another user, we are disabling the "Edit" tab, appears enabled, but you can click on it in order to redirect to edit mode, this because the page is locked, we need to disable this tab

image

Acceptance Criteria

dotCMS Version

Tested on master // Docker // FF

Proposed Objective

Quality Assurance

Proposed Priority

Priority 2 - Important

oidacra commented 1 year ago

IQA Passed: Tested

Things that were not taken into consideration in this IQA, when you activate the Featured Flag of FEATURE_FLAG_SEO_IMPROVEMENTS the edit does not show as disabled because that tab is a button and doesn't have correctly implemented the classes from PrimeNg, does look like disabled, but it is disabled. That will be handled with https://github.com/dotCMS/core/issues/26193

Screenshot 2023-09-20 at 12 57 41 PM
bryanboza commented 1 year ago

Fixed, tested on master // Docker // FF