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

Send project progress email to contributors #5262

Merged
merged 3 commits into from
Jul 27, 2022

Conversation

Aadesh-Baral
Copy link
Contributor

@Aadesh-Baral Aadesh-Baral commented Jul 20, 2022

closes #1378. An email will be sent to all project contributors on 50% complete and on 100% complete.

@Aadesh-Baral Aadesh-Baral changed the title Send project progress email for contributors Send project progress email to contributors Jul 21, 2022
@Aadesh-Baral Aadesh-Baral force-pushed the feature/1378-email-project-progress branch from 309b65a to 732c1cd Compare July 21, 2022 08:29
@Aadesh-Baral Aadesh-Baral force-pushed the feature/1378-email-project-progress branch from 732c1cd to 3defed3 Compare July 24, 2022 05:53
@Aadesh-Baral Aadesh-Baral marked this pull request as ready for review July 24, 2022 05:59
@Aadesh-Baral Aadesh-Baral marked this pull request as draft July 24, 2022 07:45
@Aadesh-Baral Aadesh-Baral force-pushed the feature/1378-email-project-progress branch from ccaafb9 to c2ad76b Compare July 27, 2022 06:21
@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Aadesh-Baral Aadesh-Baral marked this pull request as ready for review July 27, 2022 07:15
@Aadesh-Baral Aadesh-Baral merged commit 55526be into develop Jul 27, 2022
@Aadesh-Baral Aadesh-Baral deleted the feature/1378-email-project-progress branch July 27, 2022 07:17
@Aadesh-Baral
Copy link
Contributor Author

Implementation:

  • A project progress email will be sent to all contributors of the project when the project is 50% complete.
  • A project complete email will be sent to all contributors of the project when the project is completed. This email will also consist of recommended projects to the user.
  • Project completeness is calculated by assigning two points for each task i.e. one point for mapping and one for validation.
  • Users can turn off these email notifications on the user settings page.
  • These emails can be disabled for particular instances like testing sites using the environment variable TM_SEND_PROJECT_EMAIL_UPDATES

Email template for 50% complete:
50%complete_template

Email template for 100% complete:
100%complete

@martien-176
Copy link

Great idea, but how can i test this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Deployed to production
Development

Successfully merging this pull request may close these issues.

Give mappers feedback to their contribution and remind them to come back via email
2 participants