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

Convert the dump status field to an enum #242

Closed
roelofjan-elsinga opened this issue Nov 18, 2021 · 0 comments · Fixed by #243
Closed

Convert the dump status field to an enum #242

roelofjan-elsinga opened this issue Nov 18, 2021 · 0 comments · Fixed by #243

Comments

@roelofjan-elsinga
Copy link
Contributor

Description
The Update type has an UpdateStatus enum, while the Dump type has a status as a string. Since this is an enum (according to the documentation, link), it's a good idea to convert this to any enum. By converting this field to an enum, the status fields have consistent behaviour.

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

Successfully merging a pull request may close this issue.

1 participant