Skip to content

Feat(Purchase Flow): local resolver for step state

What does this MR do?

This MR adds a local resolver as a first step to migrate step.vue, step_header.vue, step_summary.vue components to use GraphQL.

You can see it in action here: !57331 (merged).

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 is the page where it will be used, but no change in this MR
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