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

Document: Inquiry Person data should be kept secret #186

Closed
jensstalder opened this issue May 25, 2021 · 4 comments · Fixed by #197
Closed

Document: Inquiry Person data should be kept secret #186

jensstalder opened this issue May 25, 2021 · 4 comments · Fixed by #197
Assignees

Comments

@jensstalder
Copy link
Collaborator

The original intent was to differentiate contactPerson with inquiryPerson so that contactPerson can be previewed/presented within the listing as a contact person. And inquiryPerson should only be used to send emails (or sms) to.

Current Documentation is a bit wischi-waschi:

person	contactPerson
          Contact person for questions and typically responsible for making appointments.
person	inquiryPerson
          Person responsible for receiving inquiries and applications.
organization	organization
          The company selling
person	visitPerson
          Person responsible opening the door for visiting.
@jensstalder
Copy link
Collaborator Author

We should clearly state that the inquiryPerson contact credentials should not be shared publicly, to avoid spam and the like.

@jensstalder
Copy link
Collaborator Author

We should also add that parsable emails such as "remcat" need to be placed within inquiryPerson.

@jensstalder
Copy link
Collaborator Author

Also a thought: If it realy is required to indicate what type of inquiry is expected then we should add that within the inquiryPerson istead. Just some random ideas:

<inquiryPerson>
    <email>some@email.com</email>
    <accept>document/remcat</accept> <!-- inspired by http header "Accept" value https://datatracker.ietf.org/doc/html/rfc7231#section-5.3.2 -->
    <contentType></contentType> <!-- https://datatracker.ietf.org/doc/html/rfc7231#section-3.1.1.5 -->
</inquiryPerson>

@merrycoder
Copy link
Collaborator

merrycoder commented Sep 30, 2021

Current Documentation is a bit wischi-waschi

Agree, the roles of contactPerson and inquiryPerson are not sufficiently determined at the moment, especially concerning which contact should receive email notifications.

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 a pull request may close this issue.

2 participants