mrjones-plip / timekpr-next-remote

A dockerized web app, written in python, for easily adding or removing time for users of Timekpr-nExT
MIT License
12 stars 2 forks source link

send optional alert to gotify when ever time is added #14

Closed mrjones-plip closed 2 weeks ago

mrjones-plip commented 3 weeks ago

One hassle of this software is often end users need more time but no one is around to authorize it. or, sometimes they only have an hour of time but repeatedly underestimate that they actually have 3 hours of work, so ask for more time 5 or 6 times in a row.

A way around this would be to have an alert mechanism where end users know the URL (or URL plus password if so configured) and can self serve adding more time for themselves. The trick is that the users know administrators will get an alert every time they add more time.

Alerts should include

For now this will be tightly coupled to a user configured gotify instance. at a later date if we want to make this a plugin in type system we can refactor to offer more than one way to alert.