Skip to content

Create a Feature page

Natalia Tepluhina requested to merge 334807-create-feature-page into master

What does this MR do and why?

This MR adds a few features to our POC work item implementation:

  • schema types for WorkItem and WorkItemWidget
  • 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:

  1. Enable the work items feature flag
    Feature.enable(:work_items)
  2. Go to the work item page: /<group_name>/<project_name>/-/work_items/1 (for me it's http://127.0.0.1:3000/flightjs/flight/-/work_items/1
  3. 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.

Related to #334807 (closed)

Edited by Natalia Tepluhina

Merge request reports

Loading