You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
Given a set of usernames and hashtags, the endpoint should return statistics on feature contributions for individual users
As a permissioned user, I can input a set of OSM usernames, specify a date range and a set of hashtags so that I can generate a user contribution report for a given time period.
Endpoint: /osm-users/reports/ POST
Target Groups:
Training Group
Internal mapping projects
Data Quality team
Given a set of usernames and hashtags, the endpoint should return statistics on feature contributions for individual users
As a permissioned user, I can input a set of OSM usernames, specify a date range and a set of hashtags so that I can generate a user contribution report for a given time period.
Endpoint: /osm-users/reports/ POST
Target Groups:
Training Group
Internal mapping projects
Data Quality team
Data Source:
Insights RDS
Sample request body:
{
“Osm_usernames”:[],
“Hashtags”:[],
"from_timestamp":"2021-08-27 09:00:00",
"to_timestamp":"2021-08-27 11:00:00",
“Period”: weekly/monthly
}
ACCEPTANCE CRITERIA:
Users are able to select from a calendar picker from and to dates
Hashtags
Users can provide a set of OSM usernames
Let user download the result in file format
Output file format
Output :
JSON
CSV Username|changesets|buildings_created|buildings_modified
The text was updated successfully, but these errors were encountered: