31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"id": "review-fixes-03",
|
|
"seq": "03",
|
|
"title": "Fix CSV export missing .csv extension in Content-Disposition",
|
|
"status": "pending",
|
|
"depends_on": [],
|
|
"parallel": true,
|
|
"suggested_agent": "CoderAgent",
|
|
"context_files": [
|
|
"/home/marker/guarddog-nexus/AGENTS.md"
|
|
],
|
|
"reference_files": [
|
|
"/home/marker/guarddog-nexus/guarddog_nexus/routes/api_scans.py",
|
|
"/home/marker/guarddog-nexus/guarddog_nexus/routes/api_packages.py"
|
|
],
|
|
"acceptance_criteria": [
|
|
"Content-Disposition header in api_scans.py uses 'attachment; filename=\"scans_export.csv\"'",
|
|
"Content-Disposition header in api_packages.py uses 'attachment; filename=\"packages_export.csv\"'",
|
|
"ruff check/format passes on both files",
|
|
"pytest tests/test_api* passes"
|
|
],
|
|
"deliverables": [
|
|
"/home/marker/guarddog-nexus/guarddog_nexus/routes/api_scans.py",
|
|
"/home/marker/guarddog-nexus/guarddog_nexus/routes/api_packages.py"
|
|
],
|
|
"agent_id": null,
|
|
"started_at": null,
|
|
"completed_at": null,
|
|
"completion_summary": null
|
|
}
|