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

Notify project owners when a project's score changes #99

Open
ryangsteele opened this issue Jun 6, 2024 · 2 comments
Open

Notify project owners when a project's score changes #99

ryangsteele opened this issue Jun 6, 2024 · 2 comments
Labels
scoring Direction related to project scoring algorithm / implementation

Comments

@ryangsteele
Copy link

It would be useful if Imbi had the ability to send email notifications to project owners when a project's score changes. This could help increase visibility/awareness of changes and prompt project owners to be more proactive in, for example, resolving issues that trigger a decrease in score.

@tomkulzer
Copy link

That could create an email deluge when changing the scoring of a technology that impacts dozens of projects at one time. This would need to be implemented in such a way that it includes all projects impacted by a change in a single email.

@ryangsteele
Copy link
Author

ryangsteele commented Jun 6, 2024

This would need to be implemented in such a way that it includes all projects impacted by a change in a single email

Sure, agree. I think batching, or daily digests, or something of that nature being a good way to address that concern. Verbiage could change slightly depending on the number of project impacted as well. For example, if minimum Python version changes and it results in more than N projects changing score, the content of email might change to summarize it something like "Foo, Bar, and 17 other proejcts changed score" instead of enumerating every one of them in a lengthy email.

@dave-shawley dave-shawley added the scoring Direction related to project scoring algorithm / implementation label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scoring Direction related to project scoring algorithm / implementation
Projects
None yet
Development

No branches or pull requests

3 participants