cityofaustin / atd-vz-data

The technology that powers the City of Austin's Vision Zero program
https://visionzero.austin.gov/viewer/
11 stars 3 forks source link

Check for CR3 metadata when showing the download CR3 button #1429

Closed johnclary closed 5 months ago

johnclary commented 5 months ago

Associated issues

Testing

URL to test: Local

I believe you'll need to test locally because I was not able to locate a record in staging that is missing CR3 file metadata.

Steps to test:

  1. Find a crash that has a stored CR3 but no file metadata:

    
    select crash_id from atd_txdot_crashes
    where cr3_stored_flag = 'Y'
    and cr3_file_metadata is null limit 1;```
  2. Visit the crash details page for this crash and verify that the DOWNLOAD CR3 PDF button is not visible


Ship list