notification emails with more infos about the request
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 411
- Forks
- 100
- Avg merge
- 6d 12h
- Merged PRs (30d)
- 8
Description
froide/froide/foirequestfollower/templates/foirequestfollower/emails/update_follower.txt
in line 3 the name of the agency and its city/region/location should be named right after die title of the title foi request.
<<my pseudo code suggestion>>:
{% blocktrans with title=update.request.title %}The following just happend to the request “{{ title }}” <<at NAME_OF_AGENCY, LOCATION_OF_AGENCY>> that you follow:{% endblocktrans %}
when you are following request with the same title it is helpful to know the name of the agency and its locations in order to differentiate between the requests.
Contributor guide
No contributing guide indexed for this repository
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 with froide/froide/foirequestfollower/templates/foirequestfollower/emails/update_follower.txt, especially line 3, and inspect the request data available to the email template. Add the agency name and its city, region, or location after the request title, then verify that notifications distinguish requests with identical titles.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100