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

Ability to drag and drop a folder into another folder (or another storage) #205

Closed
Rokt33r opened this issue Dec 21, 2019 · 1 comment
Closed
Labels
improvement request 🔨 Issue concerns an existing feature that needs improvement.

Comments

@Rokt33r
Copy link
Member

Rokt33r commented Dec 21, 2019

Specs

To same storage

  1. Check the destination not the target folder's sub folders.(Prevent circular structure)
  2. Calculate which folders and notes are needed to be moved.
  3. Create folders to new destination.
  4. Update folderPathname of the notes.
  5. Delete the old folders.

To other storage

Almost same to To same storage specs. But we should ask if users want to copy or move the folder.

  1. (Circular structure won't be happen in this case. So we don't need to check destination)
  2. Calculate which folders and notes are needed to be moved.
  3. Create folders to new destination.
  4. Copy all notes to other storage with updated folderPathname prop
  5. Delete the old folders if user choose moving
@Rokt33r Rokt33r added the improvement request 🔨 Issue concerns an existing feature that needs improvement. label Dec 21, 2019
@kazup01
Copy link
Member

kazup01 commented Sep 14, 2021

Close it because it is already shipped.

@kazup01 kazup01 closed this as completed Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement request 🔨 Issue concerns an existing feature that needs improvement.
Projects
None yet
Development

No branches or pull requests

2 participants