Skip to content

WIP: Backend for improve trial flow

Rubén Dávila requested to merge backend-for-improve-trial-flow into master

What does this MR do?

TODO:

  • Change Full name field to First name and Last name fields (needs confirmation)
  • Automatically generate an available username
    • We can generate a username on the frontend, but it needs to be checked on the backend for uniqueness, I think it's better to get one from the backend.
  • Remove Email confirmation field
    • It needs some modification from the backend when receiving the registration data.
  • Add New Group option to This subscription is for field
    • We will need an endpoint for creating a new group, the endpoint might be already defined and used in a previous context, this needs confirmation whether such endpoint exists or not.

Does this MR meet the acceptance criteria?

Conformity

Required for https://gitlab.com/gitlab-org/gitlab-ee/issues/13233

Edited by Rubén Dávila

Merge request reports