FE - Create Objectives & include them in Issues list
Issue - gitlab-org/incubation-engineering/okr/meta#9 (closed)
What does this MR do and why?
Describe in detail what your merge request does and why.
- Add ability to add Objectives from issue list
- List the created Objectives in Issue List
- Link Objectives to new work-item show page
- Introduce Objective as type token in issue list search bar
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Create Objective from issue list screen
Objective type token addition to types filter in Issue list search bar
| Before | After | 
|---|---|
|  |  | 
Search results to only include Objective type if the filter is selected
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Enable okrs_mvcfeature flagFeature.enable(:okrs_mvc, Project.find(:id))
- Visit the project for which feature flag is enabled, pages such as http://127.0.0.1:3000/flightjs/Flight/-/issues
- Select typefrom search bar and you should be able to seeObjectivetype
- Visit http://127.0.0.1:3000/flightjs/Flight/-/issueand you can enter title and create and objective
- Once create, you should be navigated to issue-list page.
- From Issue list page, on click of any Objective, it should be navigated to work-item-show 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.
- 
I have evaluated the MR acceptance checklist for this MR. 
Edited  by Abhilash Kotte

