[openstreetmap/openstreetmap-website] RSS button for traces ignores before parameter (Issue #6562)

Andy Allan notifications at github.com
Mon Nov 24 10:29:24 UTC 2025


gravitystorm left a comment (openstreetmap/openstreetmap-website#6562)

@daishu0000 thanks for starting this discussion.

As @tomhughes says, the feed is designed to show the most recent traces for the given user or tag, and like all RSS feeds is designed to be periodically polled to find new entries in that list. 

The feeds are not designed to be a paginated API to programmatically fetch traces in general. If we wanted to offer that functionality, it would be through the API, i.e. with a path starting `/api/0.6/`

I've checked the behaviour of the RSS feed, and also the controller code, and the pagination parameters are ignored, so there's nothing we need to change here.

As for the behaviour of the button in general UX terms, it's more a pity that RSS/Atom feeds are less widely used and less widely known, compared to when this feature was originally implemented. Most browsers now just handle them as any XML download, rather than recognising them as a feed and helping the user subscribe to them. But short of removing the button completely and fully relying on the `<head>` tags for feed discovery, I don't think there's anything else we can do.

I'm happy to close this issue, and leave the behaviour of the link as it is now.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6562#issuecomment-3570007262
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/6562/3570007262 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251124/b3742bae/attachment.htm>


More information about the rails-dev mailing list