Ticket #117 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

Add email generation to alerts-service

Reported by: ebrown Assigned to: ebrown
Priority: high Milestone:
Component: topaz Version: 0.5-SNAPSHOT
Keywords: alert Cc:
Blocking: Blocked By:

Description

Make the alerts-service feature complete

Dependency Graph

Change History

08/14/06 16:35:44 changed by ebrown

  • status changed from new to closed.
  • resolution set to fixed.

(In [447]) fixes #117 Add email generation to alerts service

To use, set two user preferences ("alertsCategories" and "alertsEmailAddress") and call alerts.startUser(). To stop sending alerts, remove the preferences and call alerts.clearUser(). (startUser/clearUser recommendations may be removed in the future.)

This is mostly code complete. There are a few more tasks (for which tickets will be opened):

  • Run the service on a configurable schedule (#118)
  • More integration tests (See comment at top of AlertsServiceTest?.java)
  • Improve email.xsl to generate better looking emails
  • Make relay-server/port configurable
  • Make startUser() call optional

08/14/06 18:45:17 changed by ebrown

(In [450]) Import proper article interfaces for [443] refactoring.

re #117 Should allow integration tests to run in [447]

08/07/07 16:25:51 changed by

  • milestone deleted.

Milestone Bugs deleted