Filter by past X days rather than hard-coded date
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.
I have already been thinking about this feature, and it would be really useful. I will try to work on this soon. Thanks @DaveF63 !
Was just considering writing a feature request for the same. I'm wondering if any progress has been made since the original post?
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.
Work in progress in https://github.com/mapbox/osmcha-frontend/pull/574