Open colbyharrison opened 2 years ago
Apple Wallet documentation has some good ideas here that support multiple types of credentials in a single interface. https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/Creating.html
per discussion 10/6 at least 1 other team needs this
Also UI Schema might be worth a look https://jsonforms.io/docs/uischema/
UI Schema is certainly a good point of inspiration. By defining Horizontal and Vertical layout types with nested groupings you can declare a large variety of layouts. I'm going to spend a little bit more time exploring other options, before proposing a solution.
Allow for grouping of properties with some way of describing how the groupings are layed out. For example:
Group 1 (2 columns) ex: FirstName LastName Group 2 ( 3 columns , 20%, 40%, 40%). ex: | 20% | 40% | 40% |
Requirements: