juspay / hyperswitch

An open source payments switch written in Rust to make payments fast, reliable and affordable
https://hyperswitch.io/
Apache License 2.0
12.03k stars 1.27k forks source link

[REFACTOR] Move Hardcoded Email Subjects to Constants Across the User Related Files #5940

Open ThisIsMani opened 2 weeks ago

ThisIsMani commented 2 weeks ago

Feature Description

In the current implementation, email subjects are hardcoded at multiple places across the codebase when constructing email content. To improve maintainability and avoid magic strings, each unique subject should be moved to its own constant. The goal of this issue is to identify all the places where email subjects are hardcoded, create a corresponding constant for each one, and replace the hardcoded values with the newly defined constants.

Possible Implementation

Have you spent some time checking if this feature request has been raised before?

Submission Process:

Refer here for Terms and conditions for the contest.

SummerGram commented 1 week ago

Hi,

I will take this issue.

Thanks!

ThisIsMani commented 6 days ago

Sure @SummerGram, let me know if you need any help getting started.

vatsalkudecha commented 1 day ago

Hi @ThisIsMani Can I take this issue?

gorakhnathy7 commented 6 hours ago

Hey @vatsalkudecha, Thanks for showing your interest! But, as this is already being worked upon, kindly pick another issue.