planetarium/NineChronicles.IAP

Support receipt list CSV download

開放

#65 建立於 2023年8月18日

 (2 則留言) (0 個反應) (0 位負責人)Python (1 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (0 顆星)
PR 合併指標
 (平均合併 1天 19小時) (30 天內合併 4 個 PR)

描述

Issue

In receipt list page, we can just view all the data in table. Users want to get all the receipt data as a CSV file.

Expected

  • There is a button named Download CSV.
  • When click this button, all receipt lists are downloaded as a CSV file.
    • Whether working in browser or create & call new API will be fine. (in-browser workaround preffered.)
  • All fields should be included and shows full data even if Tx. ID.
  • [Optional] Can set timezone to user's timezone for timestamp field?
    • When a timezone has been changed, current timezone must be present in timestamp field.

貢獻者指南