foerderbarometer/TODO

30 lines
1.0 KiB
Plaintext
Raw Normal View History

known bugs:
- there is html-code in some plain text mails, because they use
models.TYPE_CHOICES, which is in html, because it is mainly used for the
website side of things.
2021-01-05 13:31:46 +00:00
- helptext by /intern email: "Bitte gib deine E-Mail-Adresse ein, damit dich
Wikimedia Deutschland bei Rückfragen oder für
die Zusage kontaktieren kann." maybe this this misleading?
2021-04-14 13:34:05 +00:00
- if the mailserver is unavaiable we just produce "Server Error 500", which is not very telling.
There should maybe also a way to handle mails later if first delivery failed.
2021-04-14 13:47:06 +00:00
- there are some issues with the ifg_volunteer_mail.txt template.
2021-01-05 13:31:46 +00:00
other known problems:
- The DatePicker works only if you are logged in, which is mostly ok for /intern
and there is no Date to insert at the moment in forms for externs.
2021-05-12 09:49:04 +00:00
- we should add dates to the outputs, to make it more useful in logfiles
2021-06-21 16:05:10 +00:00
known problems in production:
- works only with django == 3.1.x
- reboot of container should be far more automated
- puppet should provide the git source, and secrets.json and settings.py link