altinn-studio icon indicating copy to clipboard operation
altinn-studio copied to clipboard

Layout-set as default in app template

Open RonnyB71 opened this issue 3 years ago • 0 comments

Description

Moving forward we should standardize on having one way of configuring layouts in the application. Currently we have two:

  1. Layouts
  2. Layout-sets

Layout-sets is a bit more complex in it's structure but supports having multiple forms with separate layouts, and is the way we would like to go moving forward.

We should consider updating the application template to generate a default layout-set replacing todays single layoutForm.

|- App/
  |- ui/
    |- layout-sets.json
    |- skjema-a/
      |- Settings.json
      |- RuleHandler.js
      |- RuleConfiguration.js
      |- layouts/
        |- side1.json

In scope

What's in scope of this analysis?

Out of scope

What's out of scope for this analysis?

Constraints

Constraints or requirements (technical or functional) that affects this analysis.

Analysis

Conclusion

Short summary of the proposed solution.

Tasks

  • [ ] Is this issue labeled with a correct area label?
  • [ ] QA has been done

RonnyB71 avatar Apr 27 '21 13:04 RonnyB71