Create organization - build form
We need to build out the form that allows users to create a new organization.
Designs
Implementation guide
- Add
app/assets/javascripts/organizations/new/components/app.vue
- Add mount element to
app/views/dashboard/organizations/new.html.haml
- Export mounting function from
app/assets/javascripts/organizations/new/index.js
- Use
GlFormFields
to build the form - Use
app/assets/javascripts/vue_shared/components/entity_select/group_select.vue
to render the group selection - Use #417891 (closed) to create the new organization and redirect to the organization dashboard
Edited by Peter Hegman