Skip to content

Draft: Resolve "View Group Level Dependency List"

Sophia Manicor requested to merge 386488-view-group-level-dependency-list into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Working Tasks

  • Get Routing, Controller, and View working together
  • Setup basic Vue app. We are using Vue 2.6. We need to create the new vue app in the index.js and then actually have the root of the app and other components render.
  • Gray Filter Box
  • Projects Dropdown
    • Show the default state with no project selected
    • Need to load projects
      • Projects GraphQL Query
    • Handle searching
    • Handle selecting
      • Load dependencies into the system
      • Load dependencies
    • Try to "show all" dependencies

Related to #386488

Edited by Jeremy Wagner

Merge request reports