18F / atf-eregs

Container and styles for an ATF eRegs instance
https://regulations.atf.gov/
Other
9 stars 20 forks source link

Rulings layer for the parser #379

Closed cmc333333 closed 8 years ago

cmc333333 commented 8 years ago

This adds a plugin providing the Rulings layer parser. It consists of three steps: 1) Reading a config file (written in yaml, which maps ruling ids to regulation labels 2) Reading a listing of available ruling docs from atf.gov 3) Combining these two so that we can quickly determine which Rulings meta data is associated with which paragraph

Also has tests.

In service of #376. Though there's no harm in merging this before 18f/regulations-parser#191, this won't be effective without it.