asah / footprint2009dev

original dev repo for AllForGood.org
http://AllForGood.org/
0 stars 1 forks source link

userpref for enabled "debug" mode, and debug mode providing a link to the underlying query #488

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
currently, when I see poor results in the gadget, I have no
way to get the /api/volopps query that was run to generate
them.

the standard solution is to introduce a "debug" mode e.g.
   <UserPref name="debug" default_value="0"/>

then if up_debug=1 display debug info in the gadget window.

then specifically, display a link to the "API query" which
points to /api/volopps?...

Original issue reported on code.google.com by adam.sah on 8 Jul 2009 at 2:51