From: Kai Krueger Date: Sun, 28 Feb 2010 09:30:40 +0000 (+0000) Subject: An initial (incomplete) "proof of concept" integration of an OpenStreetBugs interface... X-Git-Tag: live~5099^2~237 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/42822a8b89443d5fa6ec815d82684698d2d80b07?hp=42822a8b89443d5fa6ec815d82684698d2d80b07 An initial (incomplete) "proof of concept" integration of an OpenStreetBugs interface into the rails port This is a (start of a) reimplementation of the api at http://github.com/emka/openstreetbugs/tree/master/api/0.1/ into rails The client side code is taken from http://wiki.openstreetmap.org/wiki/OpenStreetBugs/New_Client This is ment as a mockup to perhaps use as a basis to further discuss how best to integrate a map bug reporting system It currently uses (more or less) the openstreetbugs api specification. But this api feels rather inconsistent with the rest of the rails_port api, so depending on discussions might still need some significant changes. ---