[openstreetmap/openstreetmap-website] Show new/modified/deleted count in place of "<edits> 🖊" in changeset card (Issue #5758)

mmd notifications at github.com
Fri Mar 7 17:08:26 UTC 2025


mmd-osm left a comment (openstreetmap/openstreetmap-website#5758)

I just checked this topic from cgimap side. It shouldn't be too much effort. We anyway have all details about created/modified/deleted nodes/way/relations. It boils down to an additional `UPDATE changesets SET created_objs = created_obj + $1, ... WHERE id = $n `, which can be enabled by some new feature flag.



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

Message ID: <openstreetmap/openstreetmap-website/issues/5758/2706974324 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250307/069a7d63/attachment.htm>


More information about the rails-dev mailing list