Juq-446 _hot_

The studio releases a teaser image and the code several weeks before the launch.

The Quick Code Scanner feature could be integrated into a mobile app or a web interface, allowing users to access the scanned information on their device. Juq-446

Please share more details, and I'll do my best to provide a helpful response! The studio releases a teaser image and the

| AC # | Given | When | Then | |------|-------|------|------| | | User is on the “Bulk Import” page and has permission bulk_import . | They upload a valid CSV file. | The column‑mapping UI appears with auto‑detected headers. | | AC‑2 | Mapping UI is shown. | User clicks Auto‑Map . | System maps each CSV column to the most likely system field; unmapped columns remain selectable. | | AC‑3 | Mapping is completed and the user clicks Next . | Validation runs on all rows. | Rows with errors are highlighted; a summary shows number of errors. | | AC‑4 | No validation errors remain. | User clicks Proceed with Import . | An async job is created, user sees a progress modal, and receives a notification on completion. | | AC‑5 | Import job finishes successfully. | User opens the “Import Report”. | Report shows total rows, successful imports, failures, and a downloadable error CSV. | | AC‑6 | User without bulk_import permission attempts to access the page. | They navigate to the URL. | They are redirected to an “Access Denied” page with a link to request permission. | | AC‑7 | Large file (49 MB) is uploaded. | Upload completes. | System stores the file in a temporary encrypted bucket and starts processing; UI does not freeze. | | AC‑8 | Import job fails due to a transient DB timeout. | System retries up to 3 times. | If all retries fail, job status becomes Failed and an error email is sent to the user. | | AC # | Given | When |