-
Notifications
You must be signed in to change notification settings - Fork 2
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
flux-sdk for broker apps #112
Conversation
from typing import Optional | ||
|
||
|
||
class MemberData: |
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.
This looks like a loaded data object.
Can we please rethink on defining it in more better way?
Ex: Company Details are encapsulated into one class. employee details in one class. primary member, dependents, earning details, plan details, member health details inside member details and so on...
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.
Recheck the kit name.
Should it be broker-app? As it's not an app but a kit. And kit should be reusable across apps.
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.
@vmaniar-rippling ack for changing the kit name.
For MemberData
, we receive census data in this flattened format itself.
Flux-sdk setup for broker apps capabilities - which includes uploading census file