Skip to content

DRAFT: Geo Node Status 2.0 - UI [NO-MERGE]

Zack Cuddy requested to merge 287978-geo-beta-ui into master

Why WIP

This MR will be broken down into a few smaller MRs. This will be used as a "home base" to track the end goal of the UI.

Tasks before MR breakdown

  • Build UI Components
  • Mobile Breakpoints 1st iteration
  • Request preliminary UX review from @sunjungp
  • UI Follow ups
  • Build Vuex Store/Data Fetching
  • Replace mock data
  • Break-off Vuex Store into its own MR and rebase this MR on top -> !53910 (merged)
  • Merge Vuex Store Data
  • Breakdown the UI components into reviewable chunks
  • Close this MR

What does this MR do?

Closes #287978 (closed)
The UI being implemented here can be seen here: &4712 (closed)

This MR will create the entire new UI. This of course will become a very large MR, thus it will be broken down with this MR used as a reference point as to why each smaller MR is created.

How to test

  1. Set up a Geo Primary/Secondary GDK
  2. Fetch the current branch
  3. Activate the Feature Flag on your Primary GDK (:geo_nodes_beta)
  4. Navigate to http://127.0.0.1:3000/admin/geo/nodes_beta
  5. View UI

Screenshots (strongly suggested)

Desktop (1600px) Laptop (1072px)
Screenshot 1600 1072
Tablet (768px) Phablet (576px) Mobile (375px)
Screenshot 768 576 375

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

Related to #287978 (closed)

Edited by Zack Cuddy

Merge request reports