generated from openedx/frontend-template-application
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Description:
As an instructor, I want to view a list of all generated reports and download them so that I can analyze course data whenever I need it.
Acceptance Criteria:
- A section labeled “Available Reports” lists all generated reports in a table with the following columns:
- Date Generated
- Report Type
- Report Name
- Download Link
- Reports are sorted by generation date (newest first).
- Each report has a “Download Report” link that generates a time-limited download URL (expiring after 5 minutes).
- Reports older than 90 days are automatically removed.
- If no reports are available, a placeholder message is shown.
Design: Figma

Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Development