osmcha-frontend icon indicating copy to clipboard operation
osmcha-frontend copied to clipboard

Filter by past X days rather than hard-coded date

Open DaveF63 opened this issue 8 years ago • 4 comments

I'm submitting a (feature request)

Brief Description

Set date option for filter/RSS feed to return changesets of previous X number of days.

What is the motivation / use case for this feature?

Speed up retrieval time by restricting the list length. Increase ease of usability - Don't have to keep amending the date

PS. Can I also put in a +1 for the implementation of a 'not' operator. For example - to exclude myself from the Users.

DaveF63 avatar Nov 20 '17 13:11 DaveF63

I have already been thinking about this feature, and it would be really useful. I will try to work on this soon. Thanks @DaveF63 !

willemarcel avatar Nov 20 '17 21:11 willemarcel

Was just considering writing a feature request for the same. I'm wondering if any progress has been made since the original post?

govvin avatar Feb 19 '18 23:02 govvin

Hi, @govvin

I have researched some solutions to this, but didn't touched the code yet. It's a bit complicated because we would need to change both frontend and backend and would request to update the saved filters, so I'll analyse the best solution to this.

willemarcel avatar Feb 20 '18 18:02 willemarcel

Work in progress in https://github.com/mapbox/osmcha-frontend/pull/574

willemarcel avatar Mar 24 '22 11:03 willemarcel