-
Notifications
You must be signed in to change notification settings - Fork 91
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
Document odksurvey.js funtionns #257
base: main
Are you sure you want to change the base?
Conversation
Oooops ci caught some wrong spellings. Am going to look through and make a fix |
@wbrunette @elmps2018 I noticed CI is failing due to names of methods which is assumed to be wrongly spelled by circle ci
|
@permission-error I can't remember off the top of my head exactly how, but there is a way to put into the docs spelling exceptions so you can potentially add those. It should be documented somewhere in the docs how to do this. |
Thanks @elmps2018. That hit my head😊 though had no idea how to do it. Let me find out then would possibly have it documented as well |
@elmps2018 @wbrunette hope this now looks good for review |
odkx-src/injected-interfaces.rst
Outdated
|
||
**Returns**: The result of the action, typically indicating whether the action was successful. | ||
|
||
Adds a new survey instance within the ODK Survey app, generating a new instance ID and allowing users to start data collection for a specific form. |
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.
ODK-X Survey - please check that -X is used throughout.
odkx-src/injected-interfaces.rst
Outdated
|
||
**Returns**: The result of the action, typically indicating whether the action was successful. | ||
|
||
Opens a link within the ODK Survey app, either using a relative or full URL, allowing for navigation to external web content or internal survey screens. |
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.
Ditto.
odkx-src/injected-interfaces.rst
Outdated
|
||
**Returns**: The result of the geopoint capture action using a map. | ||
|
||
Initiates a geopoint capture action using a map within the ODK Survey app, allowing users to select geographic coordinates interactively. |
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.
Ditto.
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.
Might be helpful to put a bit more description for the instanceID about what it represents.
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.
@wbrunette was this what you meant in terms of additional detail?
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.
This looks good to me but @wbrunette should check technical details.
Tag @elmps2018 @wbrunette
Fixes part of odk-x/tool-suite-X#149