-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass raw event values to front-end css #244
Comments
Here's the relevant JS code: https://github.com/codeforamerica/citygram/blob/master/app/assets/js/scripts.js#L317 |
Yep. Sadly, the HTML generation code must be found within the middleware that pulls data into the database; by the time it gets to Ruby or the JS front-end, it's a HTML blob already. This makes it quite tenuous to reformat in the front-end (hence the retracted PR). |
I'm going to point to this "request for comment" type page:, since this is something I'm certainly open to. https://github.com/codeforamerica/citygram/wiki/GeoJSON-Enhancements |
Following up on the RCP type page WRT opensandiego/open-dsd-notifications#15 and #247: I think to fix issues around links/text the publisher format needs to separate out the concepts publishers are using now:
Perhaps using some derivation of the permitdata.org the open311 specs would be helpful. Looks like they both have concepts like...
|
Currently, the event information is combined somewhere else (server-side?) and sent to the front-end
The text was updated successfully, but these errors were encountered: