hcb icon indicating copy to clipboard operation
hcb copied to clipboard

[Org Ledger][Export] Include user column

Open garyhtou opened this issue 11 months ago • 1 comments

Nice to have, but not necessary.

I'd suggest:

  • user_id: public id
  • user_name
  • user_email

garyhtou avatar Mar 04 '25 19:03 garyhtou

For the JSON export, nest the keys.

{
  // ... other transaction stuff
  "user": {
    "id": "usr_abc",
    "name": "Gary Tou",
    "email": "[email protected]"
  }
}

garyhtou avatar Mar 04 '25 19:03 garyhtou