Giter Site home page Giter Site logo

Comments (20)

mahmoudimus avatar mahmoudimus commented on June 11, 2024

From a customer:

I would like to use this as follows:

  1. login to the Balanced dashboard
  2. download the .csv of at least 3 days worth of transactions (in the
    aggregate on the marketplace)

from balanced-dashboard.

mjallday avatar mjallday commented on June 11, 2024

Discussion of requirements over on the balanced-api/issues/279

from balanced-dashboard.

mjallday avatar mjallday commented on June 11, 2024
  • @dmdj03 to create a mock for exporting transactions.
  • spec out csv format /cc @timnguyen
  • figure out some way to generate a csv file

from balanced-dashboard.

timnguyen avatar timnguyen commented on June 11, 2024

@mjallday

Fields

  1. transaction_url
  2. account_url
  3. transaction_created_at
  4. transaction_updated_at
  5. transaction_description
  6. transaction_id
  7. balanced_fee
  8. amount
  9. transaction_type
  10. card_city
  11. card_state
  12. card_country
  13. bank_account_name
  14. bank_name
  15. masked_bank_account_number
  16. bank_guid
  17. transaction_state
  18. marketplace_guid
  19. marketplace
  20. card_type

What it's missing:
data from meta or the customer object to group transactions by, that's fairly idiosyncratic now though.

This is from transactions, cards, bank accounts, and marketplace and has a left join on both bank accounts and cards so not all transactions will have all the fields populated. It's 80% for them to look stuff up easy, 20% for us to be able to quickly look up anything if they have questions about a particular transaction

Let me know if you want my query.

from balanced-dashboard.

dmdj03 avatar dmdj03 commented on June 11, 2024

screen shot 2013-05-16 at 4 03 03 pm

from balanced-dashboard.

mjallday avatar mjallday commented on June 11, 2024

@dmdj03 will it be possible to export search results?

from balanced-dashboard.

dmdj03 avatar dmdj03 commented on June 11, 2024

screen shot 2013-05-16 at 3 33 02 pm

from balanced-dashboard.

matin avatar matin commented on June 11, 2024

what's the use case to export search results?

from balanced-dashboard.

jkwade avatar jkwade commented on June 11, 2024

A finance or support person wants to see all of the transactions from a
given buyer across many merchants

On Thu, May 16, 2013 at 3:34 PM, Matin Tamizi [email protected]:

what's the use case to export search results?


Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-18033541
.

co-founder, growth
Balanced http://balancedpayments.com/

from balanced-dashboard.

dmdj03 avatar dmdj03 commented on June 11, 2024

screen shot 2013-05-16 at 3 39 23 pm

from balanced-dashboard.

dmdj03 avatar dmdj03 commented on June 11, 2024

@matin I'm mainly seeing requests for date ranges across all customers

from balanced-dashboard.

matin avatar matin commented on June 11, 2024

@dmdj03 got it. That makes more sense for me, but I get @jkwade's explanation of why someone would want a dump of the search results.

from balanced-dashboard.

jkwade avatar jkwade commented on June 11, 2024

I think my use case would primarily be a fraud or suspicious user
investigation.

On Thu, May 16, 2013 at 3:53 PM, Matin Tamizi [email protected]:

@dmdj03 https://github.com/dmdj03 got it. That makes more sense for me,
but I get @jkwade https://github.com/jkwade's explanation of why
someone would want a dump of the search results.


Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-18034342
.

co-founder, growth
Balanced http://balancedpayments.com/

from balanced-dashboard.

mjallday avatar mjallday commented on June 11, 2024

@dmdj03 would the email box be pre-populated with any of these:

  • support email address of the marketplace
  • owner email address of the marketplace
  • email address of the current user
  • last entered email address

from balanced-dashboard.

dmdj03 avatar dmdj03 commented on June 11, 2024

I don't know which email they will want to use

from balanced-dashboard.

mahmoudimus avatar mahmoudimus commented on June 11, 2024

Why not just collect statistics to see if it warrants adding a default
email address?

Mahmoud Abdelkader
Co-founder & CTO @ Balanced

On Thu, May 16, 2013 at 6:07 PM, Damon Chin [email protected]:

I don't know which email they will want to use


Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-18038621
.

from balanced-dashboard.

mjallday avatar mjallday commented on June 11, 2024

Fields for txn export

  1. uri
  2. account_uri
  3. created_at
  4. description
  5. transaction_number
  6. amount
  7. type
  8. name_on_funding_instrument
  9. bank_name
  10. last_four
  11. funding_instrument_uri
  12. state
  13. card_type
  14. on_behalf_of

@timnguyen some of those fields you mentioned are not exposed via the API. this is the current subset, i'll tweak as required once it's deployed.

from balanced-dashboard.

mjallday avatar mjallday commented on June 11, 2024

@dmdj03 what do I see after I hit the Export button?

from balanced-dashboard.

mjallday avatar mjallday commented on June 11, 2024

@dmdj03 can I please get an updated icons file with that download icon (clear background)?

from balanced-dashboard.

dmdj03 avatar dmdj03 commented on June 11, 2024

balanced_dashboard_icons_containers-01
balanced_dashboard_icons-01

from balanced-dashboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.