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 editor [frontend] #65

Open
nagarajpandith opened this issue Sep 30, 2023 · 0 comments
Open

email editor [frontend] #65

nagarajpandith opened this issue Sep 30, 2023 · 0 comments
Labels
enhancement New feature or request low-priority low priority issue compared to others already present

Comments

@nagarajpandith
Copy link
Member

  • a feature to admin panel where the admin can mail the users effortlessly
  • the page has 2 divisions
    • the left side has a markdown editor (use any react rich text editor) where a standard email template is loaded (has header and footer of FLC (logo, name, contact info etc.). this also has an input box for mail subject.
    • the right side has a scrollable list of users on our website. has a search option to search users and also a filter option (to filter by year, branch etc.). these users can be selected, which means their email gets added to recipients list which should be displayed at the bottom or on a modal.
  • also, a toggle button to switch between single or individual mail to each recipient.
  • find a way to use dynamic attributes in email like ${user.name} or ${user.branch} etc. this will be helpful for individual emailing to start with Dear ${user.name}, to make it more personalised.
  • this is also dependent on email editor [backend] #64
@nagarajpandith nagarajpandith added enhancement New feature or request low-priority low priority issue compared to others already present labels Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low-priority low priority issue compared to others already present
Projects
None yet
Development

No branches or pull requests

1 participant