-
Notifications
You must be signed in to change notification settings - Fork 377
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
Model architecture: "Alias IDs" or shareKeys #4774
Labels
Comments
12 tasks
I think terriajs/lib/Models/CatalogMember.js Lines 128 to 134 in b58c4bd
|
tephenavies
added a commit
that referenced
this issue
Sep 30, 2020
On @steve9164 Sprint64Top10, to reach out to team if run into things |
Crispy to start implementation and we take it from there (brief discussion)
|
UPDATE 11/11/2020:
UPDATE 17/11/2020:
|
This was referenced Nov 10, 2020
7 tasks
2 tasks
Finalising sharekeys effort:
|
Closing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expanding on #3654 (comment),
@nf-s : >It should be easy to add some sort of id map if needed though
@soyarsauce:
and via @nf-s
Let's get a minimal implementation of this, while being careful that it doesn't break actual normal ID usage, ie
getModelById
should always return a model that actually has a uniqueIdfoo1
over a model that has uniqueIdbar2
but withaliasIds: ["foo1"]
The text was updated successfully, but these errors were encountered: