_qa_rejected views miss data if quality assessor only writes comment.
The ..._qa_rejected views miss data, if the quality assessor only writes comment and does not set the column quality_check_passed to FALSE. The current definition is:
WHERE created_by = SESSION_USER AND quality_check_passed = false
I propose we change this to:
WHERE created_by = SESSION_USER AND quality_check_passed IS NOT TRUE AND quality_checked_at IS NOT NULL