Skip to content
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

RX map creation #252

Open
vermeulendivan opened this issue Nov 21, 2022 · 1 comment
Open

RX map creation #252

vermeulendivan opened this issue Nov 21, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vermeulendivan
Copy link
Collaborator

The user should be allowed to create Rx maps. Quick summary:

  • Added fetch for RX maps (coverage)
  • Creation of RX maps

Fetch RX map parameters for user:

  • Given that the user is on the last parameters panel (map creation), when choosing to fetch RX map then they shall be able to click on a button and choose a number of zones; and
  • Given that the user has choosing the number of zones and after to have click on the “create map” button, a new panel will open.
    image

New section for RX maps:

  • Given that the user has choosing the number of zones and after to have click on the “create map” button, a new panel will open;
  • The new panel should include the following options:
  • RX map name
  • Each zone of the RX map
  • Average area value for each zone (hectare or other, depending on the user creation)
    image
    The new panel should have the following parameters:
  • Values for each zone, which can be changed
  • The default value should correspond to each dataset (server side or client side calculation?)
  • Input name should be the column name chosen by the user in the first panel (does this refer to the coverage panel?)
  • The user should be able to choose one of the following formats: shp, png, tiff or kmz (this should already be build into the plugin)

Two options on where to choose format:

  • Come back to previous panel?
  • Add to new panel?

API workflow:

  1. Creation of the Rx map:
  • Map ID from sample map
  • Number of zones
  1. Save the RX map ID
  2. Save the area size for each zone (client side or server side calc?)
  3. Create the RX map by the user:
  • The user can change the value if they want to - the API response will show the number of updated values (count?)
  • Create the RX map based on the chosen format
@vermeulendivan vermeulendivan added the enhancement New feature or request label Nov 21, 2022
@vermeulendivan vermeulendivan self-assigned this Nov 21, 2022
@vermeulendivan
Copy link
Collaborator Author

API End points to use:

@vermeulendivan vermeulendivan moved this from Ready to In progress in QGIS GeoSYS plugin updates Jan 27, 2023
@vermeulendivan vermeulendivan moved this from In progress to Ready in QGIS GeoSYS plugin updates Jan 27, 2023
@vermeulendivan vermeulendivan moved this from Ready to In progress in QGIS GeoSYS plugin updates Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant