hotosm / galaxy-ui

This is the frontend interface for the OSM Galaxy project built using React.
5 stars 3 forks source link

Include hashtags filter in user data quality reports #105

Closed d-rita closed 2 years ago

d-rita commented 2 years ago

After the enhancement in the API -> https://github.com/hotosm/galaxy-api/pull/229, we can filter the user data quality reports using mapathon hashtags.

This PR improves the functionality on the frontend making the request to include hashtags in the request body. It also changes the issue type from specifically "bad geometry" to "all" so the user can get all the different types of data quality issues.

Resolves #107