nextcloud / nextcloud/flow_notifications
"move" of a file doesn't trigger correct notification
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 8
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 27
Description
When moving a file from one directory to a directory with active notification, it is noted as "file is renamed" which is quite confusing for users.
There should be a new trigger "File moved". The existing Triggers "File created" or "File copied" aren't working, only the "File renamed" is.
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
Start by tracing the notification flow for moving a file between directories with an active notification. Confirm why the move is reported as a rename and why the existing created or copied triggers do not fire; done means a distinct “File moved” trigger produces the expected notification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100