ore-ero icon indicating copy to clipboard operation
ore-ero copied to clipboard

Outdated contact information

Open smellems opened this issue 5 years ago • 3 comments

Already some of the contact information, mainly emails are outdated, with people changing jobs and sometimes not even keeping the same email..

This is going to be a problem for this site. I'd like to get some ideas on how to mitigate this.

Could we send out email to all contacts to remind them the are the point of contact for a project or an OSS and if that no longer the case or is going to change please update the contact information..

How could that work?

What else?

smellems avatar Apr 16 '19 14:04 smellems

We could ask for a business account email? Often times teams will share an email or a Google Group or something where concerns could be raised.

j-rewerts avatar Apr 18 '19 22:04 j-rewerts

With the available contact emails, running a simple script every x period of time that checks every entry and verifies that metadataLastUpdated isn't any older than y months and sends automated emails to those concerned. Here is an open source option that could schedule the script if it's done in python : https://github.com/dbader/schedule

simon332114 avatar Mar 03 '20 15:03 simon332114

Made a test version of this on https://github.com/VilledeMontreal/ore-ero/tree/email-update-script

simon332114 avatar Mar 06 '20 18:03 simon332114