-
Notifications
You must be signed in to change notification settings - Fork 76
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
Track entity versionNumbers #832
Labels
entities
Multiple Encounter workflows
Comments
2 tasks
2 tasks
Now that we're doing this in .4, I'll move notes here from the draft release criteria for .5: Allow an API update to an Entity to specify a base version
|
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need some way of tracking versions within an entity as it gets updated. Submissions have a unique instance id for each version and a deprecated id pointing to the previous version. We probably won't do the exact same thing for entities. We do want some way of uniquely identifying versions within an entity. We also need to be able to manage updates from multiple sources including partly offline updates.
The text was updated successfully, but these errors were encountered: