EchoMTG / website

Nuxt powered frontend website, open-source for community contributions.
https://beta.echomtg.com
Apache License 2.0
5 stars 1 forks source link

[BUG] CSV Import not assigning Bulk Value averaged to imported card. #318

Closed paigeclara closed 3 months ago

paigeclara commented 10 months ago

Describe the bug CSV Import not assigning Bulk Value average to imported cards acquired price.

To Reproduce

  1. Go to Collection Importer
  2. Choose a valid CSV file to upload.
  3. Enter a value in the 'Bulk Value' text box
  4. Click 'Start Importing'
  5. Click 'Collection/Inventory'

Expected behavior Expected to see the Acquired Price of the imported cards matching the average acquired cost based on the bulk value entered. Instead, the acquired cost is shown as the price of the card when imported.

paigeclara commented 3 months ago

Closing this issue, as I discovered this was due to the CSV file having prices inside it, which the Bulk Value input did not override. Not a bug, but potentially a UX issue instead.