The workflow could be like this:
- The user sees an edit suggestion action, relating to a certain paragraph
- The user modifies the paragraph
- At a suitable moment, the system sees the user has "fixed" the paragraph so the action no longer applies
- The system offers an affordance to publish just the fixed paragraph, and then continue in the edit session
Technical details:
- “Paragraph” here would mean ContentBranchNode
- This could be part of NodeCheck, an abstract mix-in for checks that analyze each ContentBranchNode independently