Problem
When a schedule has requires_milestones = true, beneficiaries cannot see the attestation status from the UI. They don't know whether their milestones have been attested by the oracle, so they don't know whether a claim will succeed.
What to add
On the schedule detail page, when requires_milestones is true, fetch get_milestones(schedule_id) and render each milestone with its attested/pending status and attested timestamp.
Problem
When a schedule has
requires_milestones = true, beneficiaries cannot see the attestation status from the UI. They don't know whether their milestones have been attested by the oracle, so they don't know whether a claim will succeed.What to add
On the schedule detail page, when
requires_milestonesis true, fetchget_milestones(schedule_id)and render each milestone with its attested/pending status and attested timestamp.