extensions-website/emails
Oleg Komarov 012845c712 Abuse reports: moderator form for resolving/dismissing + notification (#173)
It is possible to submit the form update the note and status multiple times,
e.g. a report that was initially dismissed, can be resolved later.
Each valid form submission will generate a notification for the reporter.

Once a note is saved, it becomes visible to the reporter.

The migration in this PR replaces the AbuseReport status Confirmed(=2)
that wasn't used in production with Dismissed(=2). Assuming that this is
a minor sin while the project is still in beta.

Reviewed-on: #173
Reviewed-by: Anna Sirota <annasirota@noreply.localhost>
2024-06-07 17:04:52 +02:00
..
migrations Add emails app 2024-02-24 00:31:00 +01:00
static/emails/admin Add emails app 2024-02-24 00:31:00 +01:00
templates Abuse reports: moderator form for resolving/dismissing + notification (#173) 2024-06-07 17:04:52 +02:00
__init__.py Add emails app 2024-02-24 00:31:00 +01:00
admin.py Admin: only show notification email previews in DEBUG 2024-05-02 14:20:22 +02:00
apps.py Add emails app 2024-02-24 00:31:00 +01:00
models.py Add emails app 2024-02-24 00:31:00 +01:00
util.py Basic email template for notifications (#96) 2024-05-02 14:04:22 +02:00