What
The time-logs CSV export is solid; make sure the column set is complete and clearly documented (header names, units for duration_seconds, etc.). Add any obviously-missing field and a header comment.
Where
apps/api/src/modules/export/domain/export-csv.ts.
How to verify
Add/extend the integration test for the export provider and confirm the CSV headers match what's documented.
Notes
Pair this with the "export your data" docs issue if you want a themed pair of PRs.
What
The time-logs CSV export is solid; make sure the column set is complete and clearly documented (header names, units for
duration_seconds, etc.). Add any obviously-missing field and a header comment.Where
apps/api/src/modules/export/domain/export-csv.ts.How to verify
Add/extend the integration test for the export provider and confirm the CSV headers match what's documented.
Notes
Pair this with the "export your data" docs issue if you want a themed pair of PRs.