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 template #241

Open
wants to merge 160 commits into
base: feat/cron-email
Choose a base branch
from
Open

email template #241

wants to merge 160 commits into from

Conversation

GurveerSohal
Copy link
Collaborator

Description

Can update the template through the frontend. The actual sending of the email is untested.

Required Items

  • Title matches [../CONTRIBUTING.md](contributing guidelines)
  • Linked Issue: #XYZ
  • Code Reviewed
  • Manually tested
  • Style
    • No Lint Errors
    • Quality Comments
  • Tests
    • Unit Tests Added
    • CI/CD passes
  • UI
    • Picture of before/after UI (if applicable)

@@ -53,5 +54,6 @@ app.use('/api/transactions', transactionsRouter)
app.use('/api/users', userRouter)
app.use('/api/qrcode', qrCodeRouter)
app.use('/api/cron', cronRouter)
app.use('/api/email', emailRouter)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

email router will stay inside the cron router. it can be pulled out, but keeping every cron job together under one router makes more sense.

Ayush Roy and others added 30 commits November 9, 2023 22:06
Co-authored-by: Kira Muhlbauer <[email protected]>
Co-authored-by: Kira Muhlbauer <[email protected]>
UI/Style: Return Page - Front-end Enhancements and Bug Fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants