Filter elements shown in summary of subforms #782
Labels
kind/feature-request
New feature or request
org/brg
Issues relevant for Brønnøysundregistrene.
status/triage
Description
Context
In a given subform, we can have up to 400 fields. As the number of subforms increases, the visual clutter also increases. We need a way to prioritize the information shown to the user initially, minimizing visual clutter while still offering a way for users to view the full summary. The PDF is still required to contain all the fields and the generation will not be affected by eventual filtering in the summary.
Proposed solution 1
Altinn/app-frontend-react#2471
Propsed solution 2
Current Example of Summary Component:
Current Example of a Standard Input Component:
Expected Behavior
includeInSummary: true
(or similar) that will be shown in the summary if filtered by "included".included
but can be overridden byhideEmpty
orall
.Example of Updated Summary Component:
Example of Updated Standard Input Component:
Proposed solution 3
Specify a
layoutSet
to be used in the summary that is different from thelayoutSet
used in the subform. Similar to specifying the layoutSet for PDF generation.Should include a way for user to toggle between subform layoutSet (full information) and the custom layoutset (part of the information)
Additional Information
No response
The text was updated successfully, but these errors were encountered: