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

Refactor TariffSynchronizer. #11

Closed saulius closed 12 years ago

saulius commented 12 years ago

It is now backed by tariff_updates table in the database instead of being based on update file presence/naming. Therefore after db snapshot installation only the relevant updates will be applied further.

matthewford commented 12 years ago

will also need to at some point when we're sure it's all working set the date on the frontend to today.

saulius commented 12 years ago

I will recreate db snapshot that has relevant tariff_updates records.

jabley commented 12 years ago

Looks better now that is behind an API.