-
Notifications
You must be signed in to change notification settings - Fork 4
add GIS integration documentation for farmer registry #100
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
Conversation
Summary of ChangesHello @anthonymarkQA, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly refactors the documentation for the OpenSPP Farmer Registry by replacing an obsolete setup guide with a new, dedicated resource for integrating geolocation services. The primary goal is to provide users with current and clear instructions on how to leverage GIS capabilities, such as MapTiler, within the Farmer Registry, ensuring the documentation remains accurate and easy to navigate. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
This pull request introduces documentation for integrating geolocation platforms with the OpenSPP Farmer Registry, removes a deprecated documentation guide, and updates index files to reflect these changes. The new documentation covers setting up MapTiler for geolocation integration. I have provided feedback to improve clarity and correctness.
|
|
||
|  | ||
|
|
||
| Click the **New** button. Set the Key field to **spp_base_gis.map_tiler_api_key** and enter your MapTiler API Key in the **value** field. |
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.
| ## Prerequisites | ||
| To enable geolocation integration in OpenSPP, ensure the following: | ||
| - Your user account has the System Admin role. Learn more in this guide: {doc}`user_access` | ||
| - Your OpenSPP instance installed Farmer registry base module. Learn more in this gu |
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.
| To enable geolocation integration in OpenSPP, ensure the following: | ||
| - Your user account has the System Admin role. Learn more in this guide: {doc}`user_access` | ||
| - Your OpenSPP instance installed Farmer registry base module. Learn more in this gu | ||
| - You have an API Key for MapTiler to enable GIS functionality. You can retrieve this by checking their documentation [here](https://docs.maptiler.com/cloud/api/). |
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.
| - Your user account has the System Admin role. Learn more in this guide: {doc}`user_access` | ||
| - Your OpenSPP instance installed Farmer registry base module. Learn more in this gu | ||
| - You have an API Key for MapTiler to enable GIS functionality. You can retrieve this by checking their documentation [here](https://docs.maptiler.com/cloud/api/). | ||
| - Developer mode in OpenSPP is enabled to allow configuration of the MapTiler key. For details, refer to the {doc}`../../developer_guide/developer_mode` |
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.
| Custom fields <custom_fields> | ||
| Indicator fields <indicator_fields> | ||
| Import areas <import_areas> | ||
| Integrate Geolocation <farmer_geolocation> |
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.
Consider alphabetizing the list of administrative tasks and system management links for better readability and maintainability.
| Integrate Geolocation <farmer_geolocation> | |
| 46:Custom fields <custom_fields> | |
| 47:Indicator fields <indicator_fields> | |
| 48:Integrate Geolocation <farmer_geolocation> | |
| 49:Import areas <import_areas> | |
| 50:Inventory setup <inventory_configuration> |
added on how to use map feature after setting up maptiler
|



removed deprecated setting up farmer registry documentation guide as we currently have a new version under getting started> module installation > farmer registry
created a separate documentation related to setting up geolocation platform maptiler to integrate with OpenSPP farmer registry under User guide > administration > Integrate geolocation
fixed index files to relfect latest updates related to changes above