[openstreetmap/openstreetmap-website] Lazy loading relation members (PR #6326)
Tom Hughes
notifications at github.com
Sat Aug 16 14:33:40 UTC 2025
@tomhughes commented on this pull request.
> get "/relation/:id" => "relations#show", :id => /\d+/, :as => :relation
+ get "/relation/:id/member" => "relation_members#show", :id => /\d+/, :as => :relation_member
Should this (and the other route) be `/members` given that they load all members not just on?
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6326#pullrequestreview-3125884540
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6326/review/3125884540 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250816/c9b36392/attachment.htm>
More information about the rails-dev
mailing list