adt-apjc / YAP

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

UI support to reorganise preface order (#111 dependency) #112

Closed marumer closed 1 year ago

marumer commented 1 year ago

As for steps, YAP UI does't support the reorganisation of the preface with new steps, forcing manual modification of the JSON. The prefaceRef on the project's steps, make very flexible point to different places of the preface but complicate this issue because changes in the preface order, would mess up configured prefaceRef if not updated accordingly.

Lower priority issue because we can overcome preface order with some UI copy and paste.

davyvine commented 1 year ago

prefaceRef will update accordingly when the preface tabs are re-arranged

example:

  1. "Device Onboarding" is moved to the very end

    image image
  2. checking the prefaceRef, you can see it's updated accordingly

    image image

You can check for other steps that prefaceRef has been updated correctly