jacob-ai-bot / jacob

Just Another Coding Bot
https://jacb.ai
Apache License 2.0
131 stars 20 forks source link

JACoB PR for Issue Update the email #306

Closed jacob-ai-bot[bot] closed 1 week ago

jacob-ai-bot[bot] commented 1 week ago

Summary:

Make the email look a lot better, it’s currently kind of boring. Also include details about the plan and the research if available. @jacob-ai-bot --skip-build @jacob-ai-bot --skip-build

Plan:

Step 1: Edit /src/server/utils/email.ts

Task: Enhance transactional email to include plan steps and research data

Instructions: Modify the sendTransactionalEmail function in /src/server/utils/email.ts to include plan steps and research data in the email content. Update the function signature to accept projectId and issueNumber as additional parameters. Import the database module to access the plan_steps and research tables. Use projectId and issueNumber to fetch the relevant plan steps and research data from the database. Incorporate this information into the HTML content of the email, formatting it appropriately for readability and visual appeal. Ensure that the email still renders correctly even if there are no plan steps or research data available.

Exit Criteria: The transactional email now includes detailed plan steps and research data related to the todo item, enhancing its appearance and usefulness. The email displays correctly even if plan steps or research data are absent.

Step 2: Edit /src/server/utils/todos.ts

Task: Update sendTransactionalEmail calls to pass projectId and issueNumber

Instructions: Modify the code in /src/server/utils/todos.ts where the sendTransactionalEmail function is called to include the projectId and issueNumber as additional arguments. Ensure that these values are correctly passed from the context where the getOrCreateTodo function is called and are available when calling sendTransactionalEmail. Update any related TypeScript interfaces or types if necessary to support these changes.

Exit Criteria: The sendTransactionalEmail function is called with the correct projectId and issueNumber parameters, enabling it to fetch and include the necessary plan steps and research data in the email.

jacob-ai-bot[bot] commented 1 week ago

Hello human! 👋

This PR was created by JACoB to address the issue Update the email

Next Steps

  1. Please review the PR carefully. Auto-generated code can and will contain subtle bugs and mistakes.

  2. If you identify code that needs to be changed, please reject the PR with a specific reason. Be as detailed as possible in your comments. JACoB will take these comments, make changes to the code and push up changes. Please note that this process will take a few minutes.

  3. Once the code looks good, approve the PR and merge the code.