XLSForm / pyxform

A Python package to create XForms for ODK Collect.
BSD 2-Clause "Simplified" License
80 stars 136 forks source link

Add accuracy parameters for geopoint #586

Closed lognaturel closed 2 years ago

lognaturel commented 2 years ago

Closes #579

Why is this the best possible solution? Were any other approaches considered?

This is the approach that matches other parameters currently. I feel more and more of a desire to reduce the spaghetti nature of that part of the code but I don't think we should combine that with adding a new parameter.

What are the regression risks?

I had to combine this with allow-mock-accuracy which also applies to geopoint questions. So there's some risk there. I added test to verify that the new attributes aren't allowed with trace/shape and that all of the point parameters combine well.

Does this change require updates to documentation? If so, please file an issue here and include the link below.

https://github.com/XLSForm/xlsform.github.io/issues/222

Before submitting this PR, please make sure you have:

lognaturel commented 2 years ago

The goal would be to get this in a new pyxform release by Tuesday 2/15!

lindsay-stevens commented 2 years ago

Looks good! Just a suggestion about the warning message, but it's not really a blocker.