nextcloud / nextcloud/activity
Confusing registering event of moving file or folder to another place
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 145
- Forks
- 72
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 42
Description
Hi! I have found that the way how the event of moving file or folder is registered in the events is confusing.
Just have a look at this operation, which occasionally moved subfolder "Reports/04 квітень" to the subfolder "Reports/05 квітень/04 квітень" (a user moved his/her mouse and placed a subfolder in another subfolder :)))
So, it is completely not clear what happened. I suggest to provide a relative path where the subfolder has been moved to, eg:
The same about moving files to another folder. I suggest to add the name of a folder, where it has been moved.
PS plus, I suggest to differentiate moving file or folder, so to add the proper string.
Contributor guide
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
No files or tests are named. Start by tracing how file and folder move events are registered and rendered, then identify the event strings for moves; done means the destination path or folder name is shown clearly and file and folder moves use distinct wording.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100