Skip to content

Resolve "Create a new Feature"

Natalia Tepluhina requested to merge 334812-create-a-new-feature into master

What does this MR do and why?

This MR creates a new /create route within the work item application and adds a basic form for creating a work item with title. Also, we've added a new Mutation type for createWorkItem mutation.

Screenshots or screen recordings

Empty input Focused input with title Unfocused input with title
Screenshot_2021-11-15_at_11.57.57 Screenshot_2021-11-15_at_11.57.49 Screenshot_2021-11-15_at_11.57.42

How to set up and validate locally

  1. Enable the work items feature flag
    Feature.enable(:work_items)
  2. Go to the work item create page: /<group_name>/<project_name>/-/work_items/create (for me it's http://127.0.0.1:3000/flightjs/flight/-/work_items/create
  3. Enter a work item title and click on Create button
  4. You should be redirected to new work item page

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 #334812 (closed)

Edited by Natalia Tepluhina

Merge request reports