Software systems deal with people (persons). Persons can be users, customers, employees, vendor contacts, or any other role a person can perform. This means every software system should support the ability to manage persons’ data. In this chapter, I discuss the Persons module. The Persons module’s main functionality is to enable software systems to manage persons’ data and prevent the duplication of persons in the systems.
After finishing this chapter, you will be able to answer the following questions:
Why do you need to store persons’ information?
What information is to ...