[kune-devel] [kune issues] #185: Implement notification levels (hourly and daily) similar to Google Wave
kune issues
noreply at ourproject.org
Mon Jan 9 12:14:47 CET 2012
#185: Implement notification levels (hourly and daily) similar to Google Wave
--------------------------+------------------
Reporter: vjrj | Owner: vjrj
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: Server side | Version:
Resolution: | Keywords:
Blocked By: | Blocking:
--------------------------+------------------
Currently there is only one level of email notifications (to receive or
not), but we want to implement the rest:
public enum EmailNotificationFrequency implements IsSerializable {
daily, // at most daily, (not used yet)
hourly, // at most hourly (not used yet)
immediately, // almost immediately (currently used)
no // I don't need email notifications (currently used)
}
The cron part is partially implemented, see CronServerTasksManager and
package cc.kune.core.server.scheduler
But we need a db table to store the notifications, so the cron task use
it.
--
Ticket URL: <http://kune.ourproject.org/issues/ticket/185>
kune issues <http://kune.ourproject.org/issues/>
More information about the kune-devel
mailing list