
18 Aug
2020
18 Aug
'20
7:19 p.m.
This is my version of the event logging patch. It has very simple database and .py code, most of the "complexity" is in the HTML template. I think that this way, it is easier to understand. Comments? Michal Sojka (4): Add humanize filter for Jinja2 templates Extend database schema for event logging RFC: Add event logging Move Events block before user rename/id block app.py | 62 +++++++++++++++++++++++++++++++-- coffee_db.py | 23 +++++++++++++ coffee_db.sql | 22 ++++++++++++ templates/main.js | 31 ++++++++++++++++- templates/user.html | 84 ++++++++++++++++++++++++++++++++++++++++++--- 5 files changed, 213 insertions(+), 9 deletions(-) -- 2.28.0.rc2