euphorie / Euphorie

Euphorie is a tool for risk assessment
https://pythonhosted.org/Euphorie/
GNU General Public License v2.0
11 stars 6 forks source link

Euphorie notifications #656

Closed thet closed 8 months ago

thet commented 9 months ago

Refs: https://github.com/syslabcom/scrum/issues/1572

ale-rt commented 8 months ago

It does look like a reasonable start regarding the preferences storage. There are some optimizations missing (e.g. a memoize here and there would do wonders) and some details missing (e.g. sorting).

One thing that I do not get is how you think to check that the notifications is sent. Ok, you have notifications_sent table, but beside that I do not see any code that is going to use it.