uclibs / scholar_uc_legacy

Source code for Scholar@UC up to version 3.x. Replaced by ucrate
Other
5 stars 1 forks source link

Implement email notifications in Scholar 3 #886

Closed jamesvanmil closed 7 years ago

jamesvanmil commented 8 years ago

Need to review Scholar 2 email functionality and current Sufia notification/email decide what's important to port.

Includes:

scherztc commented 8 years ago

Email on creation or first login. Email on editorship/proxy role. Email on embargo.

Look into User Notifcations.

lawhorkl commented 8 years ago

possible tie in point:

app/controllers/concerns/sufia/dashboard_controller_behavior.rb

lawhorkl commented 8 years ago

we dont even need the change manager gem as from reading mailboxer's docs say: https://github.com/mailboxer/mailboxer

lawhorkl commented 8 years ago

test more on embargoes and proxy actions

lawhorkl commented 8 years ago

investigate dashboard behavior more about what does and does not get sent

send email to @ntallman about new email content in scholar 3

lawhorkl commented 7 years ago

@report from dashboard testing:

Behavior on proxy batch create:

Behavior on non-proxy batch create:

Behavior on adding or removing a proxy:

Behavior on embargos:

Behavior on creating or deleting collections:

Behavior on adding or deleting works to/from collections:

Behavior on transferring of ownership:

Behavior on modifying a work's attached file and/or uploading/restoring revisions to files:

scherztc commented 7 years ago

Size: 4

lawhorkl commented 7 years ago

We will probably need to wait for Shibboleth integration for the welcome email

jamesvanmil commented 7 years ago

Currently blocked by #1137