open-contracting / kingfisher-process

Stores and pre-processes OCDS data in a SQL database
https://kingfisher-process.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2 stars 8 forks source link

release table: consider adding a release_date column #402

Open yolile opened 11 months ago

yolile commented 11 months ago

We already store the ocid and the id. With the date we could check more easily if they pass the "active" basic criteria

jpmckinney commented 11 months ago

Sounds good! Should be easy.

jpmckinney commented 6 months ago

Also - we can maybe sort releases in the DB instead of in Python (depends how the code is structured).