Skip to content

CITES Trade Monitoring Tool

lucacug edited this page Feb 25, 2022 · 5 revisions

IMPORTANT: this is a public page, check you do not add anything confidential

The Trade Monitoring Tool is a login-only frontend powered by SAPI.

Data updates

In lib/data there are 3 files that are used when providing data to the Monitoring Tool:

  • exemptions.csv
  • reservations.csv
  • quotas.csv

After updating these CSVs the mviews must be rebuilt:

Trade::RebuildComplianceMviews.run

Make also sure to add the new year on both SAPI and Compliance tool, see these commits for reference: https://github.com/unepwcmc/cites-compliance-tool/commit/5a1a0e5d8f18d629af1a35241212e2bf87743108 https://github.com/unepwcmc/SAPI/commit/5e2492307f383dd99ea30ebd49dc6df34240099a

Clone this wiki locally