-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
Kody Jordan edited this page Aug 11, 2026
·
31 revisions
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.
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.
- Added a defensive backfill for
*-mag-issue-idon evaluation payloads whenpublicationTypeisMagazine. - Backfill now resolves
magazine_issue_idfromsubmissionsusingsubmission_idwhen 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.
- 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 (
editionsormagazine_issues) so carryover values stay current. - Preserved the Power Automate payload key name
association-change-red-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 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.
- No database schema changes.
- No Power Automate field-name changes.
- Existing submission and evaluation records remain compatible.