Create a Feature page
What does this MR do and why?
This MR adds a few features to our POC work item implementation:
- schema types for
WorkItem
andWorkItemWidget
- client query for fetching work item with widgets array
- Vue application with routes
- rendering a widget placeholder conditionally
How to set up and validate locally
Example below:
- Enable the work items feature flag
Feature.enable(:work_items)
- Go to the work item page:
/<group_name>/<project_name>/-/work_items/1
(for me it'shttp://127.0.0.1:3000/flightjs/flight/-/work_items/1
- You should see the page with
Test
title
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #334807 (closed)
Edited by Natalia Tepluhina