Skip to content

Geo Sites - Rename geo_nodes Vue components

Zack Cuddy requested to merge 393925_02-geo-sites-geo_node-component-rename into master

What does this MR do and why?

This change is MR 2 of 5 for #393925 (closed)

Geo has rebranded the term Nodes => Sites. We have taken the Facade-first approach to rename only customer facing content while leaving all the technical content like file names, method names, variable names.

Now that the rebrand is mature and we are sure the term Sites is here to stay we are aiming to complete the rename for the technical side of things too.

Focus of this MR

This MR is focused on renaming the Vue Components inside of the geo_nodes scope. This includes all file names, the folder itself, and all component internals. The previous MR renamed all the Vuex usage: !113762 (merged)

Screenshots or screen recordings

No change or console errors

No_Errors

Find in files results

geo_sites/ spec/geo_sites/
Screenshot_2023-03-07_at_2.08.34_PM Screenshot_2023-03-07_at_2.08.53_PM

notes about find results:

  1. in geo_sites/ the only result has comment explaining why (related to API)
  2. in spec/geo_sites/ all results have comments explaining why (related to API)

How to set up and validate locally

  1. Fetch and checkout this branch
  2. Setup Geo (How to setup Geo)
  3. Access your Primary GDK UI
  4. Navigate to Geo Dashboard (/admin/geo/sites)
  5. Ensure everything looks as it has and no console errors

MR acceptance checklist

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

Edited by Zack Cuddy

Merge request reports