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

Customizing Reminder Message to Partners #4176

Open
3 tasks
cielf opened this issue Mar 10, 2024 · 12 comments · May be fixed by unabridged/human-essentials#1 or #5093
Open
3 tasks

Customizing Reminder Message to Partners #4176

cielf opened this issue Mar 10, 2024 · 12 comments · May be fixed by unabridged/human-essentials#1 or #5093
Assignees

Comments

@cielf
Copy link
Collaborator

cielf commented Mar 10, 2024

Summary

Provide the ability to customize the reminder message for partners, similar to how we currently allow customization of the distribution email content

Why?

Bank request -- The banks may want to include more info in their reminder message

Details

For clarity, the request is to be able to customize the message that goes out to partners to remind them to put their requests in.

Please follow the pattern we have established with the distribution message. Places that you'll want to look at include
-- the organization edit and show pages (where we let them configure the distribution email)
-- the organization model
-- the distribution mailer
-- the distribution mailer view

Criteria for completion

  • implementation of customized reminder messages
  • tests supporting customized reminder messages

Bonus round

  • Also allow customization of the message reminding partners to pick up the distributions
@cielf cielf added Help Wanted Groomed + open to all! Difficulty—Beginner labels Mar 10, 2024
@nathangthomas
Copy link
Contributor

Good morning! I would like to take this ticket.

@dorner
Copy link
Collaborator

dorner commented Mar 11, 2024

You have taken it!

@github-actions github-actions bot removed the Help Wanted Groomed + open to all! label Mar 11, 2024
@nathangthomas
Copy link
Contributor

nathangthomas commented Mar 14, 2024

Question regarding the Bonus: Also allow customization of the message reminding partners to pick up the distributions

I am having trouble finding a specific reminder message that goes out to partners who need to pick up. Is there one that I am missing or is this suggesting that if distribution.delivery_method is pick_up we should add another line to distribution_mailer/reminder_email reminding partners of this? Thanks!

@cielf
Copy link
Collaborator Author

cielf commented Mar 14, 2024

You know -- I can't find it either. Please ignore the bonus -- if I find it, I'll create a new issue.

Copy link
Contributor

This issue is marked as stale due to no activity within 30 days. If no further activity is detected within 7 days, it will be unassigned.

Copy link
Contributor

Automatically unassigned after 7 days of inactivity.

@Sukhpreet-s
Copy link
Contributor

Sukhpreet-s commented Mar 6, 2025

Is this issue still open? Checking on it since it has the stale label and an open PR. If so, I'm happy to work on it.

Also, the open PR seems like a duplicate one from the closed one which was using the wrong approach as mentioned in the other PR comment, so I guess that can be closed 🤔

@cielf
Copy link
Collaborator Author

cielf commented Mar 6, 2025

I was just noting that I need to check into this -- I'm pretty sure the functionality doesn't exist in production yet. Do you want to just start fresh?

@cielf
Copy link
Collaborator Author

cielf commented Mar 6, 2025

@Sukhpreet-s If you want to start fresh, yes , we will close that PR.

@Sukhpreet-s
Copy link
Contributor

Now that you asked me 😅 -- I took a thorough look at the PR and I think the existing code can be used. I'll try to use that PR for now. Thanks!

@nathangthomas
Copy link
Contributor

nathangthomas commented Mar 7, 2025 via email

@github-actions github-actions bot removed the stale label Mar 7, 2025
@Sukhpreet-s Sukhpreet-s linked a pull request Mar 12, 2025 that will close this issue
@Sukhpreet-s
Copy link
Contributor

Sukhpreet-s commented Mar 12, 2025

@cielf I realized that the old open PR (authored by @nathangthomas) is not merging in rubyforgood/human-essentials repo instead it's merging in the fork itself. And because the PR descriptions mentions this issue, hence the PR is getting tracked here even though it's not merging to this repo.

So I ended up creating a fresh PR.

@nathangthomas Can you please close your PR? Also I wonder if you accidentally created that PR with base branch as your own fork? 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment