Skip to content

Re: 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.

This is a re-submission of this MR: !57331 (merged), but this time also including a fix for this issue: customers-gitlab-com#2910 (comment 544401740). Each commit in this MR can be reviewed individually, or as a whole.

Screenshots (strongly suggested)

Subscription flow unchanged Tested all the way through the purchase
Screen_Shot_2021-03-01_at_12.12.46 Screen_Shot_2021-04-06_at_14.01.07

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