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

Consider using an enum column for data_object.workflow_type #1417

Open
naglepuff opened this issue Oct 11, 2024 · 1 comment
Open

Consider using an enum column for data_object.workflow_type #1417

naglepuff opened this issue Oct 11, 2024 · 1 comment

Comments

@naglepuff
Copy link
Collaborator

The data_object model's workflow_type is a nullable string column.

I believe we know what all of the workflow_types should be, so we should consider using an enum (maybe we can use the already-existing enum defined in data_object_filters.py

@aclum does this sound like a good idea?

@aclum
Copy link
Contributor

aclum commented Oct 11, 2024 via email

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

2 participants