hwang26 / mock-crud-app

0 stars 0 forks source link

Create Upload Transactions Page #21

Open hwang26 opened 3 years ago

hwang26 commented 3 years ago

Acceptance Criteria

Upload Transactions page should accept an upload of a Chase transactions CSV.

We can then parse this CSV to add transactions to the DB.

We can give an indicator of a successful parse.


Technical Details

We don't need to store this file anywhere. After the user selects the file to upload, we should do a check to make sure the file is indeed a Chase CSV.