freedomvote / freedomvote

A tool to represent the views of politicians and parties as a help to the voters.
https://freedomvote.ch
GNU General Public License v3.0
17 stars 13 forks source link

Review functionality / logging #8

Open anehx opened 8 years ago

anehx commented 8 years ago

It would be good if the administrators got a mail when politicians share their answers.

nicorikken commented 7 years ago

What about a RSS feed with a very random URL? I could image that would involve less configuration.

nicorikken commented 7 years ago

Also logging actions to stdout could be a way of handling this issue.

nicorikken commented 7 years ago

Alternative is to have a dedicated model to log into, have other features for display.

nicorikken commented 7 years ago

Technical proposal is to start logging to Stdout. Then multiple solutions exist for shipping logs and compacting and rotating them. A database-oriented model could be an alternative solution, but that would add requirements on the database capacity and performance.