Skip to content

Remove the GCP technical demo views

David Fernandez requested to merge 10io-cleanup-gcp-technical-demo into master

🦎 Context

A few milestones ago, we built a technical demo. This demo was delivered in two slices:

  1. Add the GCP technical demo service (!139797 - merged)
  2. Add the GCP technical demo views (!139802 - merged)

Now, we started working on the actual/final implementation.

(1.) will be re-used and we will make those parts evolve for the final implementation.

(2.) will not be re-used.

Thus, we can remove everything from (2.). This is this MR.

🤔 What does this MR do and why?

  • Remove everything related with the technical demo:
    • Remove two pages.
    • Remove the related controllers.
    • Remove the related specs.
    • Remove the feature flag that we used to gate the technical demo.

🎠 MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

🖼 Screenshots or screen recordings

This is a code cleanup so no UI changes. Actually, no existing feature is impacted.

Before After

How to set up and validate locally

Well, again, it's a code cleanup. So 🤷

Merge request reports