App Laws - SparkDevNetwork/Rock GitHub Wiki
On Duplicate Detection
In order to match a "duplicate" person record:
- A name and email MUST be matched.
- Existing person details MUST NOT be exposed to the person who's creating the possible duplicate record.
- A new login ID MUST NOT be created for the new person.
On Exposing Data Externally
- In order to search (and see) person data, the user MUST login.
On Dates and Date Time
- Use DateTime if there is any time component to your data (ex. an approved date would really be ApprovedDateTime).