catapam / investnest

Project 04 - Code Institute
1 stars 2 forks source link

[TASK 3.2.7] Implement bulk asset import from CSV file #75

Closed catapam closed 2 months ago

catapam commented 2 months ago

Allow users to upload a CSV file containing multiple assets, which can be added to their portfolio in bulk.

Acceptance Criteria:

Steps:

  1. Design the CSV import feature in the asset addition form.
  2. Implement logic to process and validate the CSV file.
  3. Add the assets from the CSV to the user's portfolio.

Linked Issues:

Next task:
Previous task: