Skip to content

Re-design Geo Replication Popover

Zack Cuddy requested to merge 36129-sync-status-popovers into master

What does this MR do?

There is currently an overall effort of making the Geo Admin screen more intuitive.

This MR focuses on the Geo Node Status progress bars. We have been getting feedback that it is not very intuitive at times to understand where in the sync process certain items are. Also, it is unclear when there are actions on the UI that are available.

How:

  • Use GlPopover to create a more robust popover box
  • Split up items into Synced, Queued, and, Failed rows to be clear of where they are at a glance
  • Add More Information link that brings you to "views" that provide further troubleshooting

Note This MR also adds a small enhancement to the StackedProgressbar component to allow the built in tooltips to be optional.

Screenshots

Geo Node Status
Before Old
New (W/ Link) Screen_Shot_2020-04-06_at_9.32.18_AM
New (W/O Link) New_w_o_Link

GIFs

More Information Link interaction from Primary: More_Info_from_Primary

More Information Link interaction from Secondary: More_Info_from_Secondary

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

Closes #36129 (closed)

Edited by Zack Cuddy

Merge request reports