Skip to content
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

update draft json field to store list of resource IDs #704

Open
4 tasks
keithmanville opened this issue Dec 27, 2024 · 0 comments
Open
4 tasks

update draft json field to store list of resource IDs #704

keithmanville opened this issue Dec 27, 2024 · 0 comments

Comments

@keithmanville
Copy link
Collaborator

DraftResource stores a base_resource_id and resource_id in the JSON payload column. This allows for a single subcollection. The field should be updated to instead store a list of resource_ids allowing for multiple nesting. This follows the pattern implemented in the python client.

Definition of done

  • The fields in the JSON payload are updated
  • An alembic migration script with upgrade and downgrade functions is implemented
  • All tests pass
  • The feature is merged into dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant