Waldo Jaquith

Results 112 issues of Waldo Jaquith

Spot-check some data files to ensure that include the correct data. That means randomly selecting a few rows from the CSV, and comparing their values to those within the JSON.

* [ ] create a JSON schema * [ ] write a test for that validity

But, of course, as JSON.

The import script (`./statedecoded import`) chugs along in Docker until it finally dies: ``` Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 128 bytes) in /var/www/includes/class.DatabaseStatement.inc.php...

Bug

The copy-link-to-clipboard functionality requires Flash, as that was the only way to do such a thing in 2013. Thanks to [clipboard.js](https://clipboardjs.com/), that's no longer the case. Replace the Flash-based functionality...

Optimization

In the style of Richmond Sunlight, sprinkle explanatory text throughout the website. This is especially important on the law page. When the text needs to be hidden behind a UI...

Feature

See [wp-splost](https://github.com/codeforamerica/wp-splost) for a good example. See also [Bret Victor's "Learnable Programming" treatise](http://worrydream.com/LearnableProgramming/) to get in the right mindset. Make sure that this explains the concept of how legal codes...

Feature
Documentation

Some legal codes include footnotes. Make a subsection type of `footnotes` to support their proper storage, add rendering support for them (proper display and anchors), establish a method of encoding...

Feature

Files are being written at the rate of about one per second. I'm not sure what the story is here (it's possible that it's something wrong with my server), but...

Optimization