Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎁 Depositor notifications #2226

Merged
merged 11 commits into from
May 31, 2024
Prev Previous commit
Next Next commit
Add TODO comments
Shana Moore committed May 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 693d467a27552cf960b264c24f4eb1a8e3d65ebc
6 changes: 6 additions & 0 deletions depositor_email_notification_job.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# frozen_literal: true

# TODO
# How do we collect all of the counts for the past month only?
# Do we expect user.stats to return multiple UserStat objects. How does this work?
# How often Hyrax::UserStatImporter job run? - Is Rob setting up a job to run
# the rake task. Task needs to work for all tenants.
# Specs
class DepositorEmailNotificationJob < ApplicationJob
non_tenant_job