Alert assignee dropdown fe

What does this MR do?

A tiny MVC for: #218405 (closed)

In this merge we are adding the frontend work to allow a single assigee to be added to an alert. This supports the work already done on the list view screen to display in a column which assignee is an assigned to an alert.

Notes:

  1. This merge is supported via this backend work: 63b47287
  2. This merge requires work from !32642 (merged) which has yet to be merged but has been reviewed and approved(awaiting product approval).

The main FE files to review are:

app/assets/javascripts/alert_management/components/sidebar/sidebar_assignee.vue
app/assets/javascripts/alert_management/graphql/mutations/set_alert_assignees.graphql
app/assets/javascripts/alert_management/components/sidebar/sidebar_assignee.vue
app/assets/javascripts/alert_management/components/sidebar/sidebar_assignees.vue
spec/frontend/alert_management/components/alert_managment_sidebar_assignees_spec.js

Design Concept

Design Concept

Screenshots

List View Details View Collapsed View Open View Search View No Results View Mobile View
Screenshot_2020-05-25_at_12.45.40 Screenshot_2020-05-25_at_12.45.48 Screenshot_2020-05-25_at_12.45.53 Screenshot_2020-05-25_at_12.45.59 Screenshot_2020-05-25_at_12.46.09 Screenshot_2020-05-25_at_12.50.54 Screenshot_2020-05-25_at_12.55.10

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Rémy Coutable

Merge request reports

Loading