You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment by landonreed Thursday Nov 29, 2018 at 16:33 GMT
@evansiroky, one other comment I have: can you run the cancel notifications method when a feed source is deleted (i.e., within FeedSource#delete)? While you're at it, please do the same for cancelling auto fetch when a project is deleted. Thanks!
Comment by evansiroky Monday Dec 03, 2018 at 03:26 GMT
@landonreed The method for deleting a project will call the feedsource delete method which will call the feedversion delete method which now recalculates the feed expiration notifications, so your request for adding to the delete methods should be needed.
Issue by evansiroky
Wednesday Nov 28, 2018 at 00:37 GMT
Originally opened as catalogueglobal#126
Implementation to resolve #121.
Will send a 1 week warning email and an email on the day of an expiration.
Also has some refactoring of commonly shared code and fixes #123.
evansiroky included the following code: https://github.com/catalogueglobal/datatools-server/pull/126/commits
The text was updated successfully, but these errors were encountered: