Skip to content

Add mock workspaces list data

David O'Regan requested to merge 385139-remote-dev-list-ui into master

What does this MR do and why?

The initial MVC for the Category:Remote Development UI. This UI is currently stubbed and designed to be hooked to mock data as we evolve the backend component in Remote Development feature behind a feature flag (!105783 - merged).

This MR represents the following work:

MR Issue You are here
Initial list via local resolver List existing Workspaces in GitLab UI (#385139 - closed) 🤘

Screenshots or screen recordings

Screenshot_2023-03-21_at_10.14.58

How to set up and validate locally

  1. Enable the remote development flag
    Feature.enable(:remote_development_feature_flag)
  2. Ensure you have a valid Ultimate License for your GDK instance.
  3. Visit any your dashboard i.e. http://localhost:3000/.
  4. Click the Workspaces sidebar entry under "My Work".

MR acceptance checklist

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

Related to #391543 (closed)

Edited by David O'Regan

Merge request reports