Julia-Wagner / PipeTracker

https://pipetracker-96d1f7c7a4dc.herokuapp.com/
0 stars 1 forks source link

User Story #21: Import CSV #21

Open Julia-Wagner opened 11 months ago

Julia-Wagner commented 11 months ago

EPIC: Export/Import

OLD: As a site user, I want to import Datanorm files, so that I can automatically update the prices of my stock items.

NEW: As a site user, I want to import CSV files, so that I can automatically create stock items.

Acceptance Criteria:

  1. A CSV file can be uploaded.
  2. The file is checked to have to correct values, errors are handled.
  3. If a stock item with a matching matchcode from the file exists, the item is ignored.
  4. After the items are created, a confirmation message is shown.
  5. An example file with the correct values can be downloaded.

Tasks: