Skip to content

feat: implement bulk import progress persistence, cancel/resume, and duplicate detection#1504

Open
RishiByte wants to merge 7 commits into
gopaljilab:mainfrom
RishiByte:codex-fix-bulk-import-progress
Open

feat: implement bulk import progress persistence, cancel/resume, and duplicate detection#1504
RishiByte wants to merge 7 commits into
gopaljilab:mainfrom
RishiByte:codex-fix-bulk-import-progress

Conversation

@RishiByte

Copy link
Copy Markdown
Contributor

Closes #1347. Extends bulk CSV/Excel import with chunked batch uploads, local storage persistence, resume prompt on page load, AbortController-based cancellation, and pre-flight duplicate checking.

@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

@RishiByte is attempting to deploy a commit to the gopaljilab's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the type:feature New features, enhancements, or requests. label Jun 19, 2026
@github-actions github-actions Bot added gssoc:approved level:intermediate Requires standard familiarity with the codebase. type:bug Something isn't working or throwing errors. labels Jun 19, 2026
@RishiByte

Copy link
Copy Markdown
Contributor Author

@gopaljilab Please merge this too

@github-actions github-actions Bot added the type:security Vulnerability fixes or security-related enhancements. label Jun 20, 2026
@RishiByte

Copy link
Copy Markdown
Contributor Author

@gopaljilab Merge it too. Literally No issue rn

@gopaljilab

gopaljilab commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Hi @RishiByte,

Thanks for the massive effort on this PR! The build logs point exactly to why the deployment is failing, and it looks like a Git merge conflict.
Git is reporting conflicts across multiple files that need to be resolved before this can be merged.

Resolve the Git Conflicts

The branch currently has conflicts across 13 files (including ImportData.tsx, routes.ts, index.ts, and various middleware files) due to incoming changes from main.

You can pull the latest changes from main and resolve them locally:

git checkout main
git pull origin main
git checkout codex-fix-bulk-import-progress
git merge main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved level:intermediate Requires standard familiarity with the codebase. type:bug Something isn't working or throwing errors. type:feature New features, enhancements, or requests. type:security Vulnerability fixes or security-related enhancements.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bulk CSV Import Has No Progress Persistence, Cancel/Resume, or Duplicate Detection

2 participants