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

Email replay #7

Open
5 tasks
jstoone opened this issue Nov 25, 2018 · 0 comments
Open
5 tasks

Email replay #7

jstoone opened this issue Nov 25, 2018 · 0 comments
Labels
feature New feature or request

Comments

@jstoone
Copy link
Owner

jstoone commented Nov 25, 2018

About

When developing a new email it is qute a hazzle to have to resend the email for each and every iteration.

Solution

Find a way to capture the email/notification class and its data, so that it can be serialized and then later reconstructed and re-sent whenever the user desires.

Tasks

  • Capture email or notification class name
  • Capture view data properties
  • Save data to the {uuid}.json metadata file
  • Add RecallController@get
  • Reconstruct and resend email of given UUID.

Initially I was planning that we would replace the old email, but I think it's better to have them as a new entry in the inbox.

@jstoone jstoone added the enhancement New feature or request label Nov 25, 2018
@jstoone jstoone changed the title Feature: Resend email Feature: Email replay Nov 25, 2018
@jstoone jstoone added feature New feature or request and removed enhancement New feature or request labels Nov 25, 2018
@jstoone jstoone changed the title Feature: Email replay Email replay Nov 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant