Trial Approval

How teams manage approval-facing trial data and preserve the record of those changes.

Keep approval-sensitive trial work explicit

flowchart LR
    Trial[Trial] --> Approval[Approval module]
    Approval --> History[Reviewable history]

Trial Approval holds approval-facing trial data where review history and recoverability matter.

Separate approval state from ordinary editing

This module exists so teams can manage approval-sensitive information without mixing it into every general trial edit.

Use it when the question is review state

Use this workflow when the team needs to maintain approval-facing trial information and preserve the change path around that state.

Prefer recovery over silent overwrite

The important behavior here is visibility. When approval data is disputed or corrected, teams should be able to review history and restore earlier state instead of editing over the top of it.