-
Notifications
You must be signed in to change notification settings - Fork 0
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
validation for abcd_scenario_*
objects
#28
base: main
Are you sure you want to change the base?
Conversation
This is confusing. It says it was opened yesterday, but then the commits are from 2 years ago? Is the PR stale or active? |
This is from many months ago (~10?), but not 2 years. It is "stale" in the sense of having been open for a long time, but because little to nothing has changed in the main branch since then either, that's not necessarily a bad thing. |
My main worry is not that it should fall out of sync with I would imagine one of the following approaches may be desirable: BUT, that said, you are the maintainer of this repo so if you are keen to just keep the draft open as-is then I have no problem with that :-) |
The intent is to add validation functions for scenario data objects, following the pattern of the many other validation functions that are the bread and butter of this package. It also includes all the infrastructure to make that happen well: documentation, faker functions, and tests. It is mostly complete, but I paused on it because I wasn't sure if the scenario data object form is/was stable... and if it changes/has changed from what it was when I wrote this, then these functions become immediately irrelevant. |
If I imagine a few scenarios...
Of those three scenarios, I prefer the third. |
Sounds good. Third it is :-) |
Revisiting this thread, it seems that the @cjyetman do you think it would make sense to adjust/ merge this? I know there may be a time where we want to split that object up, but I don't anticipate it's going to happen in the short- or even medium- term |
I think it still needs some love, but I think we can put it back on the agenda. |
The intent is to add validation functions for scenario data objects, following the pattern of the many other validation functions that are the bread and butter of this package. It also includes all the infrastructure to make that happen well: documentation, faker functions, and tests.
This PR has been paused until we know that the scenario data object form has been stabilized.