Skip to content

Move design management app to the issue tab

Natalia Tepluhina requested to merge ntepluhina-move-design-management into master

What does this MR do?

This MR implements moving a design management application to the Issue description behind the feature flag. If you want to test changes locally, please be sure to run the following code in the Rails console:

Feature.enable(:design_management_moved)

Please be mindful this MR doesn't include changes to visual styles, it just moves the application, fixes routing and updates specs. You can see the roadmap for planned changes below

Change MR
Create a new Design Management app to be displayed behind the feature flag !34932 (merged)
Refactor Design Management app to be displayed on the Issue instead of tabs 👉🏻 You are here
Refactor Design management application to match new visual styles TBD
Update Design Management documentation TBD
Make a cleanup after Design Management feature flag is removed TBD

In addition, I've replaced local appData query with provide/inject approach.

Screenshots

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Closes #223193 (closed)

Edited by Natalia Tepluhina

Merge request reports