Skip to content

Refactor calc terminology

Markus Scheidgen requested to merge v1-test-entry-refactor into v1.0.0

Changes calc_id and calc_hash to entry_id and entry_hash in mongo and the archive. calc_id is still indexed in ES and works in the api, for legacy reasons. We do no longer use calc_id in our code, however. Also, variables, function names and doc using "calc-terminology" are updated to "entry-terminology", when appropriate.

The data migration script is also updated accordingly. Additionally cleaning up celery queue argument which does not seem to be used, and ordering the strings in available_properties.

Merge request reports