Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancing Auto-Upload Functionality: Preventing Redundant Sub-Folder Uploads #14462

Open
alperozturk96 opened this issue Jan 24, 2025 · 1 comment

Comments

@alperozturk96
Copy link
Collaborator

alperozturk96 commented Jan 24, 2025

When users select a directory for auto-upload and then separately select a subdirectory of the same directory for auto-upload, files from the subdirectory are uploaded twice. We can improve the user experience by addressing this scenario:

  1. On the Auto Upload screen, if subdirectories already scheduled for auto-upload, app should not show as selectable options for these subdirectories.

  2. With the release of the new app version, we can implement a database migration to identify and remove unnecessary nested directories from the database

  3. For custom folder setups, the app should display a clear warning when a user selects sub-directories that may result in duplicate file uploads. This will allow users to make informed decisions and avoid unexpected behavior.

@alperozturk96 alperozturk96 changed the title Prevent Already Set Nested AutoUpload Directory Enhancing Auto-Upload Functionality: Preventing Redundant Sub-Folder Uploads Jan 24, 2025
@alperozturk96 alperozturk96 self-assigned this Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants