Ajith Ranka
Ajith Ranka
I'll do a documentation refresh and close.
I'm working on these features to add here: - [x] Show a bounding box around the features and set the map to cover the bbox. - [ ] Show geojson...
This happens when stats are available only for a single day and so `statsDate` has a single object ``` "statsDate":[{"edit":31,"fixed":0,"noterror":0,"skip":0,"start":1479859200}] ``` Then the x-axis for the graph breaks when it...
Error messages need to change in `to-fix-backend`. See [src/configs/config.js](https://github.com/osmlab/to-fix-backend/blob/master/src/configs/config.js#L5-L9).
Not fixed yet (tested on Firefox v52). cc: @rasagy
Reviving this old ticket. @Rub21 Do you think the new backend will be able to support getting features within a bbox?
I've hidden the stats graph from to-fix until we fix it. I'm checking now why the numbers seem off. @Rub21 @ediyes
Update: The stats endpoint now shows day-wise number of edits made by each user. This needs to be aggregated on the frontend to display user stats within a date range....
Needs refactoring of GL code in [task/index.js](https://github.com/osmlab/to-fix/blob/master/src/components/task/index.js) to allow re-rendering.