dgtlmoon / dgtlmoon/changedetection.io
[feature] Ability to reference each "line" of filters in the notification (use different filter values separately in a notification)
- Dominant language
- Python
- Stars
- 34.1k
- Forks
- 2k
- Avg merge
- 23h 38m
- Merged PRs (30d)
- 67
Description
Ability to reference each "line" of filters in the notification (use different filter values separately in a notification)
For example you have three filters
```
.one
.two
.three
```
then in the notification you could write
```
{{ filter|1 }}
{{ filter|2 }}
{{ filter|3 }}
```
or as some request like `gets://mysite.com/api/{{filter|2}}`
Contributor guide
Research direction
No files, tests, or entry points are named. Start by locating notification template rendering and the handling of multi-line filters, then determine how separate filter values should be exposed in notification and URL templates. Done means the proposed syntax works for each example and existing notifications remain compatible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100