Skip to content

Add successfullyCompletedAt field to request export#535

Merged
anotherminh merged 1 commit intomainfrom
anotherminh/support-completed-at
Mar 5, 2026
Merged

Add successfullyCompletedAt field to request export#535
anotherminh merged 1 commit intomainfrom
anotherminh/support-completed-at

Conversation

@anotherminh
Copy link
Contributor

Summary

  • Adds the successfullyCompletedAt field to the request export CSV, allowing users to see when a privacy request was completed.
  • Updates the GraphQL query, io-ts codec, and CSV formatter across three files.
  • Bumps version to 8.38.2.

Closes WAL-9559

Test plan

  • pnpm format passes
  • pnpm lint passes (type-check, eslint, prettier)
  • pnpm test — all 1,258 src tests pass

Made with Cursor

Include the successfullyCompletedAt timestamp in the GraphQL query,
io-ts codec, and CSV formatter so exported requests show when they
were completed.

Made-with: Cursor
@linear
Copy link

linear bot commented Mar 5, 2026

@anotherminh anotherminh requested review from a team and alexajury March 5, 2026 15:52
return {
'Request ID': id,
'Created At': createdAt,
'Successfully Completed At': successfullyCompletedAt || '',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

??

@anotherminh anotherminh merged commit 4e3bef9 into main Mar 5, 2026
11 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.

3 participants