-
Notifications
You must be signed in to change notification settings - Fork 2
Add CLI #76
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
Add CLI #76
Conversation
|
I do not approve of "add a command to replace a temporary id with a permanent id". We had previously discussed that this should be applied to new records but that existing records should keep their temporary ids until the new forms are ready. Changing these now will greatly complicate the manual addition of data and AFAIK does nothing to actually make the the data easier to access or edit. Once the new forms are ready, yes then a migration script can be implemented. |
|
@jeff-zucker I'm only refactoring here no behavior will change, it is still the same as in #69 TODO you are refering to will be now tracked in #77 |
|
Should be ready to go! |
jeff-zucker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't tested but I assume you have, so good to go.
closes #70
TODO