Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,761
    • Issues 44,761
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,332
    • Merge requests 1,332
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #299357
Closed
Open
Issue created Jan 20, 2021 by Austin Regnery@aregnery🔴Developer

Add a drawer to the compliance report

Problem to solve

Specific highlights from a Merge Request are useful for knowing what to do next when evaluating a Merge Request violations, but they can create noise when sharing the same space on the report.

Proposal

Add a drawer that users can open and close to find information they might need without having to leave the compliance report page.

Drawer

Open Questions / Notes for Refinement

  1. Do any of the individual components in the drawer need to be broken out into separate issues?

Implementation

frontend estimated weight 2️⃣

  1. On clicking a merge request row, show a GlDrawer.
  2. Load in the available data for the MR title, project name, MR ID, authors and approvals from an upper level component or store.
    • Use GlAvatarsInline component to display the users
    • Use GlAvatarLabeled for the project name and avatar
  3. Add unit tests and feature specs
Edited Jun 30, 2021 by Austin Regnery
Assignee
Assign to
Time tracking