nextcloud / nextcloud/flow_notifications
Notification doesn't trigger on certain type of events
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 8
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 27
Description
This app is great to allows users to configure their own notification system.
However, for some events of the list, the notification does not trigger.
From my point of view, it would make sense to remove these events from the list, to leave only events that really trigger the notifications.
Otherwise, it gives the impression the app is half-broken.
So far, events that are working good :
- file updated
- file renamed
- file copied
- tag assigned
- file created (not working in combination with tag though see comment https://github.com/nextcloud/flow_notifications/issues/18#issuecomment-853167612)
Events with buggy behavior :
- file accessed : no notification
- file deleted : see issue #37
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 comparing the event list with the working and buggy cases described in the issue, then review issue #37 and the linked comment about file creation with tags. Clarify whether unsupported events should be removed or their triggers fixed; done means the available events accurately match those that produce notifications.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100