orbiting / republik-admin-frontend

[DEPRECATED] moved to https://github.com/republik/plattform A front end to manage users and payments of Republik.
6 stars 3 forks source link

feat(MailLog): Query for errornous mail log records only #57

Closed patrickvenetz closed 4 years ago

patrickvenetz commented 4 years ago

This Pull Requests enables to query mail log records for errornous records with a click:

Bildschirmfoto 2020-05-04 um 14 50 52

Bildschirmfoto 2020-05-04 um 14 51 09

Depends on: https://github.com/orbiting/backends/pull/420

tpreusse commented 4 years ago

While at it: would be nice to query user.createdAt and display that in the table too. This is what Jonas could use to monitor new users with e.g. undeliverable email addresses.

patrickvenetz commented 4 years ago

Added User.createdAt whenever a user account is to be found.