Configuration phase 2 (Client Registers configuration implementation) #1340
Replies: 6 comments 22 replies
-
Seeing that mock-up I better understand how to think about this I think I steered us in the wrong direction by talking about columns and rows. I was thinking columns and rows in the context of a table, like a spreadsheet or DB table, where you're defining a matrix, this is not that. This is more like a card with content components. And I think that language makes more sense, because this is a list of cards not a table with columns and rows. That said, I suppose we can think of this as a matrix layout within a card? And we're using columns/rows in that context, each card is a mini-table. Also, to be explicit, the UI items ident and data load spec you describe is an example of the data load for eCBIS, but the user when they're defining the card can include only a single column and row, and how many max rows and columns in a single card, could they have 20 rows in their config? Maybe that's fine, but they couldn't have more than... 5 columns, 3? Finally, because we're not showing a table, and we need the associated resource content, do we need to define the resources needed at all? That feels like it would be explicit in the definition of the card content, like you'd say, Col 1 Row 1, patient.name, Col 1 Row 2, patient.group.name. It's unclear to me why/what we get from explicitly defining the resource separately from through the search queries in the card content definition. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@dubdabasoduba For the properties |
Beta Was this translation helpful? Give feedback.
-
While refactoring the usage of the register card configurations on the UI I thought about using two possible approaches:
|
Beta Was this translation helpful? Give feedback.
-
Exactly.
…On Wed, Jul 13, 2022, 15:34 Peter Lubell-Doughtie ***@***.***> wrote:
k, so the rules are separate so that if we reuse the value of a rule in
multiple places in the layout we don't need to recalculate it?
—
Reply to this email directly, view it on GitHub
<#1340 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGM667EXEADONALZF53LHM3VT2ZVDANCNFSM5X7RQHNA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@dubdabasoduba @ellykits An example would be to fetch Group resources that have two or more possible values for the code element.
|
Beta Was this translation helpful? Give feedback.
-
What is the vision of the configuration?
Client Registers configuration
What we want to achieve
How to achieve the configuration
UI Items Identification
Data load specification
res
folder on the flavour.Configuration JSON Sample
Next steps --> Configuration phase 2 (Client Profile configuration implementation)
Beta Was this translation helpful? Give feedback.
All reactions