[openstreetmap-website] Changeset discussion feature (#772)
Łukasz Gurdek
notifications at github.com
Sun Aug 10 13:55:03 UTC 2014
> @@ -0,0 +1,26 @@
> +changeset_attributes = { :id => changeset.id, :created_at => changeset.created_at.xmlschema, :closed_at => changeset.closed_at, :open => changeset.is_open? }
> +changeset_attributes[:uid] = changeset.user.id if changeset.user.data_public?
> +changeset_attributes[:user] = changeset.user.display_name if changeset.user.data_public?
> +changeset.bbox.to_unscaled.add_bounds_to(changeset_attributes, '_') if changeset.bbox.complete?
> +
> +xml.changeset(changeset_attributes) do |asterx|
> + changeset.tags.each do |k,v|
> + xml.tag :k => k, :v => v
> + end
> + if @comments
> + xml.discussion do
I've followed @zerebubuth suggestion to keep API implementation clear. I'm still wondering what text on "subscribe" button should say?
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/772/files#r16031318
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20140810/1e56e507/attachment.html>
More information about the rails-dev
mailing list