TenthPres / TouchPoint-WP

A WordPress Plugin for integrating with TouchPoint Church Management Software.
GNU Affero General Public License v3.0
2 stars 2 forks source link

Add hook that allows content (e.g. Involvement Description) to be validated. #169

Open jkrrv opened 7 months ago

jkrrv commented 7 months ago

A user may put text along the lines of "To RSVP, email xxx@example.com" -- This would expose the email address PII.

A user may put date/time/location information in the description against the wishes of the comms team.

This filter would allow a developer (presumably, on the comms team) to impose some filters for what content makes it to the public internet.

jkrrv commented 1 month ago

Unclear what the resulting action of this filter should be. While validating content would be useful, how is the writer informed that the submission is invalid? Who even is the writer?