Skip to content

feat: export filtered guess history as CSV - #124

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
phucnguyen1707:feat/history-csv-export
Aug 1, 2026
Merged

feat: export filtered guess history as CSV#124
ralyodio merged 1 commit into
profullstack:masterfrom
phucnguyen1707:feat/history-csv-export

Conversation

@phucnguyen1707

Copy link
Copy Markdown
Contributor

Summary

  • add an authenticated CSV export for account guess history
  • preserve the current result, tag, and media-type filters
  • cap exports at 5,000 rows and return them as private, non-cacheable downloads
  • emit RFC 4180-compatible UTF-8 CSV and neutralize spreadsheet formulas in untrusted cells

Tests

  • pnpm --filter @aiornot/web exec vitest run lib/history-export.test.ts — 7 passed
  • pnpm --filter @aiornot/web test — 114 passed
  • pnpm --filter @aiornot/web typecheck
  • pnpm --filter @aiornot/web lint — 0 errors
  • pnpm --filter @aiornot/web build

@ralyodio
ralyodio merged commit 6b6d9ef into profullstack:master Aug 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants