Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

[Feat] Differentiate the validation criteria by location #200

Open
fbsoares opened this issue Aug 15, 2019 · 0 comments
Open

[Feat] Differentiate the validation criteria by location #200

fbsoares opened this issue Aug 15, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fbsoares
Copy link

Context
To submit an update about a Fuel Station, we evaluate that there are enough entries submitted from standard users. The amount of entries needed is configured through an admin panel.

Problem
Some reports indicate that in some locations, the information would not update due to the lack of submissions. This happens mostly because there are some locations that don't have enough people using the website to report, so we have to evaluate this information manually or reduce the number of entries needed and creating another problem in other locations.

Objective

  1. Create a set of polygons with "My Google Maps" that separates geographically locations that should have a different amount of entries evaluated and describe them with the number of entries needed.

  2. Add an integer column "num_entries" in the fuel station's table to identify how many entries each station needs

  3. Create a script that verifies all the fuel stations without "num_entries", checks which polygon feats the geographical position and fills the "num_entries" column with the given number of that polygon.

  4. Feat the submission method of the map to validate the number of entries with "num_entries" of each station

@fbsoares fbsoares added the enhancement New feature or request label Aug 15, 2019
@fbsoares fbsoares self-assigned this Aug 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant