Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Send email when an invite is created

未关闭
#1,361 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
20/100
Issue 类型
功能
描述清晰度
需要澄清
活跃度
停滞
技术栈
elixir
领域
api, backend

调研方向

从 Accounts.UserInvites.claim_invite 开始,检查阻塞项和引用,尤其是 #1350 和 #1351。首先明确此 Issue 中的电子邮件规范,包括邀请变体和 claim-route 链接,然后确定需要一个还是两个电子邮件模型。完成标准是 claim 事务将适当的电子邮件发送到指定地址。

由索引模型根据 Issue 内容生成。

描述

needs clarification Time: 4 hours

Problem

When a user invite is created, we want to send an email to the specified email address.

The contents of the email differ slightly based on the invite being targeted at just getting a user created (no role or project id) or if it also has a project id and role specified.

Depending on how different the two emails potentially are, we may need to have separate templates for each of the two cases.

Subtasks

  • Add specifications on what the email content should be as a reply to this issue
    • it will likely contain a link to the ember app route which is used to claim the invite
  • Add one or two models for the email, depending on specifications
  • Blocked by #1351: Add a step to the invite claim transaction in Accounts.UserInvites.claim_invite, which builds and sends the email

References

Partially blocked by #1350, #1351

主要语言
Elixir
星标
234
派生
82
PR 合并指标
30 天内没有已合并 PR

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

code-corps/code-corps-api 的其他 Issue

查看 code-corps/code-corps-api 的全部 Issue

相似的 Issue

更多 Elixir Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。