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

IBX-6939: As the User I want to change mode in User settings #998

Merged
merged 13 commits into from
Nov 23, 2023

Conversation

kisztof
Copy link
Contributor

@kisztof kisztof commented Nov 21, 2023

Question Answer
Tickets https://issues.ibexa.co/browse/IBX-6939
Bug fix? no
New feature? yes
BC breaks? no
Tests pass? no
Doc needed? yes
License GPL-2.0

This Pull Request introduces new user mode switching capabilities

Smart mode – A clean and intuitive interface with a simplified content structure, designed for new and non-advanced users. Features include:

  • Quick preview
  • Hidden Technical Details tab
  • Hidden Locations and Versions tabs in Content items

Expert mode – Tailored for experienced users familiar with Ibexa DXP. Provides comprehensive insights into the technical aspects of Content structure, including:

  • Technical Details tab
  • Location: Archived versions

Checklist:

  • Coding standards ($ composer fix-cs)
  • Ready for Code Review

src/lib/UserSetting/Group/UserModeGroup.php Outdated Show resolved Hide resolved
src/lib/UserSetting/UserMode.php Outdated Show resolved Hide resolved
src/bundle/Resources/config/default_parameters.yaml Outdated Show resolved Hide resolved
src/lib/UserSetting/UserMode.php Outdated Show resolved Hide resolved
Co-authored-by: Maciej Kobus <webhdx@users.noreply.github.com>
@kisztof kisztof requested a review from a team November 22, 2023 12:44
src/lib/Form/Type/User/UserModeChoiceType.php Outdated Show resolved Hide resolved
@barbaragr barbaragr self-requested a review November 23, 2023 08:39
@webhdx
Copy link
Contributor

webhdx commented Nov 23, 2023

@kisztof Please check CI errors. It looks some translations are missing and they use wrong translation domain messages. You have to make sure all translations have proper domain.

Copy link

sonarcloud bot commented Nov 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link

@barbaragr barbaragr left a comment

Choose a reason for hiding this comment

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

👌

@webhdx webhdx merged commit 9c42a75 into main Nov 23, 2023
23 checks passed
@webhdx webhdx deleted the ibx-6939-user-mode-settings branch November 23, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.