alphagov / trade-tariff-backend

Enabling the population and distribution via API of UK Customs tariffs and duties
MIT License
7 stars 6 forks source link

Section chapter notes update #84

Closed saulius closed 11 years ago

saulius commented 11 years ago

This change is for https://www.pivotaltracker.com/story/show/48061551.

This updates chapter & section notes to ones found in May 2013 CD (htm files). This is an automatic parse, and as far as I can tell there are no major differences from our current version besides indentation which makes all the noise.

I also added parser script that was used for extraction.

This does not include commodity footnote update mentioned in the story.

After deploy need to run:

bundle exec rake tariff:install:taric:section_notes
bundle exec rake tariff:install:taric:chapter_notes

Which will overwrite and update current notes.

saulius commented 11 years ago

Do not merge yet, will update notes with HTML tables.

matthewford commented 11 years ago

Ok - After trying with the tables slimmer breaks the page, because we can't have tables within

tags - the tables will have to wait till we convert to markdown

matthewford commented 11 years ago

Will merge after the updates are running again.