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

Cover results schemas #85

Open
samsonjoyce opened this issue Dec 18, 2024 · 0 comments
Open

Cover results schemas #85

samsonjoyce opened this issue Dec 18, 2024 · 0 comments

Comments

@samsonjoyce
Copy link
Contributor

different between results and entity schemas

  • some metadata fields are not shared between entity schemas and results schemas (id, file_registry_id, schema_id)
  • you can't change field definitions once there are existing entries on a results schema

requirements

  • new base model
  • new column class
  • use the same enums (types)

schema properties: name, warehouse name
field properties: name, warehouse name, required, is_multi, type

order of operations

  • set up api endpoints (get, create, update, archive, unarchive)
  • set up schema model
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