Kartones / flask-calendar

Simple Python & Flask web-calendar
The Unlicense
215 stars 76 forks source link

Desktop notifications #20

Open Kartones opened 5 years ago

Kartones commented 5 years ago

A possible enhancement is to setup a simple timer (a simple setinterval could do) to notify users (If they've gRanted consent/activated) with a simple alert() of tasks that have start time and that are going to happen.

This requires a few small new things:

I have my doubts of implementing this as means adding more javascript and currently already has a few things, and the initial goal was to avoid it as much as possible (impossible to achieve if we want a minimally decent UX). Maybe could be done after improving the javascript.