ProfessionalWiki / ProfessionalWiki/SimpleBatchUpload
Check for existing file names
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 22
- Forks
- 17
- Avg merge
- 5h 30m
- Merged PRs (30d)
- 13
Description
When uploading the extension should check if a file of the given name already exist and rename it to a different name to avoid re-uploading.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the upload handling entry point in the extension and trace how the supplied filename is checked before upload. Verify the existing behavior for duplicate filenames and define completion as renaming a conflicting file so it is not uploaded again; add or update coverage if the repository provides relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100