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

Add Assign Task details #20

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Add Assign Task details #20

merged 1 commit into from
Nov 26, 2024

Conversation

cedricve
Copy link
Member

@cedricve cedricve commented Nov 26, 2024

Description

Pull Request Title: Add Assign Task details

Description:

Motivation:

The primary motivation for this pull request is to enhance the email notification system by adding support for task assignment notifications. This feature will improve communication within the application by informing users when they have been assigned a new task.

Changes:

  1. Chart Version Update:

    • Updated the chart version from 0.72.0 to 0.73.0 in charts/hub/Chart.yaml to reflect the new changes.
  2. Email Template Variables:

    • Added two new environment variables in the hub-api.yaml template:
      • ASSIGN_TASK_TEMPLATE: This variable will hold the template for the task assignment email.
      • ASSIGN_TASK_TITLE: This variable will hold the title for the task assignment email.
  3. Values File Update:

    • Updated the values.yaml file to include default values for the new email template variables:
      • assignTask: Default template for task assignment emails.
      • assignTaskTitle: Default title for task assignment emails.

Benefits:

  • Improved Communication: Users will now receive email notifications when they are assigned a task, ensuring they are promptly informed and can take necessary actions.
  • Enhanced Functionality: Adds a new layer of functionality to the existing email notification system, making it more robust and versatile.
  • Version Management: Properly increments the chart version to keep track of changes and maintain semantic versioning.

By merging this pull request, we ensure that the application provides better task management and communication capabilities, ultimately leading to a more efficient and user-friendly experience.

@cedricve cedricve self-assigned this Nov 26, 2024
@cedricve cedricve merged commit 3a68cf3 into main Nov 26, 2024
2 checks passed
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.

1 participant