-
Notifications
You must be signed in to change notification settings - Fork 16
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
iss #193 fix 'optional' and 'not null' conflict #201
Conversation
Hi @dancasey-ie I have made those changes. Can you please review? Thanks, Stephen |
@stephenholleran I am not sure if they were noted previously but null should also be added to the enum list for sensor_type_id and orientation_reference. No changes to the SQL are required for these. |
There were actually a few more in 'device_vertical_orientation' and 'mounting_type_id'. |
Hi @dancasey-ie, I have made all the updates based on your comments both here and in #193. Could you please review and give your approval. (Just a note here to say you are ok with it as I don't think you have reviewer privilege's.) Thanks, |
@stephenholleran all looks correct |
Thanks @dancasey-ie. @abohara are you able to take a quick look before I merge? |
@stephenholleran Some feedback below: Why is date_from optional in lidar config ? If the units are optional these changes make sense. I think it is prudent to wait just a little bit before hitting merge so that we can conclude the discussions in issue [https://github.com//issues/200]. We can try wrap up the conversation this Thursday perhaps ? |
Hi @abohara , Thanks for reviewing.
Can't really remember. Thinking about it now they probably should. However, to make it required would mean a breaking change so I think we can come back to this for a v2 release. I have create a new issues for this #208.
I don't think this PR needs to be held up by that discussion. If we decide to make the units required we can make those changes for that issue. Again, that would be a breaking change and so should be in a v2 release. |
Thanks @stephenholleran . The changes look good and thank you for sorting out how |
Pull request to review issue #193.