asah / footprint2009dev

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

Feed Request YMCA #469

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
which feed name does this affect?
   YMCA

which feed URL does this affect?  (REQUIRED: if you don't include this,
engineering will ignore this request)
   http://www.ymca.net/footprint/

is this a new or existing feed?
   NEW

what's wrong or needs to be done?
   Needs to be added to the system.

Original issue reported on code.google.com by johnrly...@gmail.com on 29 Jun 2009 at 9:35

GoogleCodeExporter commented 9 years ago
fixed in r901.

Original comment by adam.sah on 1 Jul 2009 at 6:32

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
John emailed me asking about YMCA data... here's the diagnosis:

downloading?  yes
   $ wc -l ymca.xml
   46 ymca.xml        (46 lines)

processing?  yes
   $ gunzip -c ymca1.gz|wc -l
   57

loading into Base?  yes
   ymca1.gz - 56 of 56 items inserted

Base feed setup correctly?  yes
   (text, UTF-8, Tab-delimited, English, no quoted fields, approved, not retired)

unique records found in API?  no

http://www.allforgood.org/api/volopps?key=testkey&q=Savannah%20Chatham%20Public%
20School%20System

unique records found in Base  yes

http://www.google.com/base/feeds/snippets?max-results=21&orderby=relevancy&conte
nt=all&bq=Savannah+Chatham+Public+School+System+[customer+id:5663714]

date range matches?  yes
   $ curl
'http://www.google.com/base/feeds/snippets?max-results=21&orderby=relevancy&cont
ent=all&bq=Savannah+Chatham+Public+School+System+\[customer+id:5663714\]'
| perl -ne 's/></>\n</g;print;' | less
   <g:event_date_range type='dateTimeRange'>2009-06-24T17:00:00
2009-09-08T17:00:00</g:event_date_range>

date range valid?  yes
detailURL present and correct?  no -- missing http://
   (fixed on our side-- no change required by YMCA)

Original comment by adam.sah on 8 Jul 2009 at 1:00