-
Notifications
You must be signed in to change notification settings - Fork 22
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
Exploring embedded objects #1216
Comments
Observations
|
model changes pushed to realm-embed branch. it can be used when we play the actual story. |
@petmongrels EntityApprovalStatus, ProgramEncounter, ProgramEnrolment, Encounter, Individual Comment, Individual Group Subjects, etc., - these also can be made embedded right? |
No, these are not value objects but entities. Checkout the domain driven
design, which explains the difference
…On Fri, Dec 15, 2023, 6:20 PM mahalakshme ***@***.***> wrote:
@petmongrels <https://github.com/petmongrels> EntityApprovalStatus,
ProgramEncounter, ProgramEnrolment, Encounter, Individual Comment,
Individual Group Subjects, etc., - these also can be made embedded right?
—
Reply to this email directly, view it on GitHub
<#1216 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAZ3CZMTMUVJJJUMCKOUFTYJRBSRAVCNFSM6AAAAABAHAUMRGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJXHAZTKMZXHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Motivation:
Analysis:
According to realm documentation,
From an another realm documentation in github:
Acceptance criteria:
The text was updated successfully, but these errors were encountered: