Skip to content

Release Notes

Kody Jordan edited this page Aug 11, 2026 · 31 revisions

QualityChecks Release Notes - v1.4.3

Release Status

Version 1.4.3 is a patch release focused on evaluation reliability and red notes workflow consistency.

This release includes:

  • Added a payload safeguard for magazine evaluations so missing mag issue IDs are backfilled from the submission record before Power Automate is called.
  • Added Red Notes to Association Change evaluations above Designer Feedback and prefilled the field from submission red notes.
  • Persisted edited Association Change evaluation red notes back to the linked edition or magazine issue so downstream flows receive the latest value.
  • Kept the existing Power Automate red notes field name unchanged to avoid any flow changes.
  • Fixed Cover Design evaluation follow-up notes fields so they are editable when triggered by a "No, edits needed" answer.
  • Updated Cover Design evaluation follow-up notes labels in the UI to indicate which question each notes field belongs to.

Summary

QualityChecks v1.4.3 strengthens magazine evaluation payload reliability and extends red notes editing/persistence to Association Change evaluations while keeping existing Power Automate contracts intact.

Included in v1.4.3

Magazine Evaluation Payload Reliability

  • Added a defensive backfill for *-mag-issue-id on evaluation payloads when publicationType is Magazine.
  • Backfill now resolves magazine_issue_id from submissions using submission_id when editor context does not include a value.
  • Backfill is best-effort and does not block database save or webhook dispatch if lookup data is temporarily unavailable.

Association Change Evaluation Red Notes

  • Added a Red Notes rich text field to Association Change evaluations and placed it above Designer Feedback.
  • Prefilled the Red Notes field from submission-linked red notes (submission_association_change_details.red_notes).
  • On save, edited Red Notes are written to the linked publication target (editions or magazine_issues) so carryover values stay current.
  • Preserved the Power Automate payload key name association-change-red-notes.

Cover Design Evaluation Follow-up Notes

  • Fixed follow-up rich text fields so they can be typed into reliably when "No, edits needed" is selected.
  • Updated follow-up notes labels to include the source question text for clearer context in the frontend UI.
  • Kept existing payload field IDs unchanged (for example: cdr-title-logo-followup, cdr-industry-followup, cdr-black-followup, cdr-parade-followup).

Fixed in v1.4.3

  • Fixed a Power Automate failure path where magazine evaluations could submit without a mag issue ID in the payload.
  • Fixed missing Association Change evaluation support for red notes editing and persistence.
  • Fixed Cover Design evaluation follow-up notes fields being non-editable after selecting "No, edits needed".
  • Fixed ambiguous follow-up notes labels by making each label question-specific in the frontend UI.

Upgrade Notes

  • No database schema changes.
  • No Power Automate field-name changes.
  • Existing submission and evaluation records remain compatible.

QualityChecks-Roadmap Wiki

Overview

Release Notes

Clone this wiki locally