-
Notifications
You must be signed in to change notification settings - Fork 18
feat(legacy): handle gender source variable for pairwise global variables #1121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
QRuhier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The transformation stateToRemote is missing here (you still only persist Scope, not pairingSourceVariable object).
If i'm right, it's directly here : https://github.com/InseeFr/Pogues/blob/next/src/model/transformations/component.jsx#L730
Else it's nice !
src/constants/dictionary/pairing.ts
Outdated
| fr: 'Variable source du nom', | ||
| en: 'Name source variable', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's more first name (as the business analysts confirmed)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather keep the label as short as possible. Let's wait and see if business analysts deem necessary to change it or if it seems obvious to them for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes we prefer "Variable source du Prénom", cause it's the main (and maybe only but can't be sure) use
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JulienCarmona But who are you ? 😜
641f03b to
ea4ec31
Compare
| ], | ||
| scope, | ||
| sourceVariableReferences, | ||
| scope, // deprecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great ! 🚀
We have to keep it because of generation of pogues-model -> DDI in EnoXML
ToDo: handle new modeling for this transformation (pogues->DDI) in https://github.com/InseeFr/Eno-Xml
7da7732 to
d3b22dc
Compare
d3b22dc to
9d4bf09
Compare
|


No description provided.