Skip to content

Add cadence form FE

Simon Knox requested to merge psi-cadence-create-form into master

What does this MR do?

Add more FE for iteration cadences form.

Depends on iteration_cadences feature flag

FE for #322741 (closed)

  1. Add HAML and boilerplate - !59216 (merged)
  2. Add Vue form [this MR] - !59227 (merged)
  3. Add vue router !60725 (merged)
  4. Add List page
  5. Add Edit page

Both Save (success) and Cancel will go to the Cadences list page. As that isn't added yet it will 404. This is expected until step 3 above

Screenshots (strongly suggested)

default state

Screen_Shot_2021-04-27_at_2.02.33_pm

filled out

Screen_Shot_2021-04-27_at_2.02.25_pm

'Automated scheduling' disabled

Screen_Shot_2021-04-27_at_2.00.32_pm

With errors

Screen_Shot_2021-04-27_at_2.00.00_pm

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
Edited by Simon Knox

Merge request reports