Open slinkp opened 12 years ago
(In [b32bdb237cb035f43b94a0cbfd0b0f3347aff5d8]) Hackish support for displaying the restaurant inspections JSON. refs #249
Ticket imported from Trac: http://developer.openblockproject.org/ticket/249 Reported by: slinkp
See for example openblock/ebdata/ebdata/scrapers/us/ma/boston/restaurants. This stuff JSON in a single Attribute column. Works OK for storage, but there's no way to index it, and no good general way to display it. All we have is the eb_json.py template filter, which doesn't give us any useful way to use the lookup IDs that are stored in there by the restaurants scraper.
Two possible solutions: