Prevent duplicate IDs
When calculating IDs for a status
in mongo.py
, make sure an ID is always only associated with only one status.
Also, respect the rejection reason gap
in meta_analysis/rejection_reason.py
and get the order right for the individual rejection reasons.