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

An RWS should have the option for more than one contact #472

Open
aselya opened this issue Jul 9, 2024 · 1 comment
Open

An RWS should have the option for more than one contact #472

aselya opened this issue Jul 9, 2024 · 1 comment

Comments

@aselya
Copy link
Collaborator

aselya commented Jul 9, 2024

Currently, the RWS implementation only allows for a single contact email. While the guidelines indicate that a group alias should be used if available, this is not currently being followed. This could cause issues if the email provided is no longer used or the contact provided is no longer associated with the organization behind the RWS.

I've thought of a few ways that we could change RWS to address the issue.

  1. Allow an RWS to contain a list of contacts, similar to the list of associated sites.
  1. Allow an RWS to have a primary/organizational contact named and then an optional list of secondary contacts.
{
    "primary contact":"[email protected]",
    "secondary contacts": [
         "[email protected]",
         "[email protected]"],
}
  1. Require an RWS to have an organization alias contact and a list of (at least one) individual contacts.
{
    "organization contact":"[email protected]",
    "secondary contacts": [
         "[email protected]",
         "[email protected]"],
}
@Vikidp

This comment was marked as spam.

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

No branches or pull requests

2 participants