Skip to content

Feat(Purchase Flow): migrate step components to use GraphQL

What does this MR do?

This MR refactors step.vue, step_header.vue, step_summary.vue components to use a GraphQL local resolver instead of a Vuex store.

These components are used on the http://localhost:3000/-/subscriptions/new-page and will be used on http://localhost:3000/-/subscriptions/buy_minutes.

Screenshots (strongly suggested)

This still works as before
Screen_Shot_2021-03-01_at_12.12.46

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 #321650 (closed)

Edited by Michael Lunøe

Merge request reports