Description
Implement an audit generation module:
- Create downloadable PDF files detailing the current structure of an inheritance plan.
- Include owners, beneficiary names, allocations, yield accrued, and historical ping activity logs.
Acceptance Criteria
- PDF conforms to dynamic template layouts.
- Exposed under
GET /api/plans/:id/report with security checks.
- Runs without blocking Axum's async loop (using tokio blocking thread).
Description
Implement an audit generation module:
Acceptance Criteria
GET /api/plans/:id/reportwith security checks.