Kids Plus is for 0 to 12 years. A caregiver is assigned to (Newborn, Infant, toddler, preschool primary). The record includes ● Child - Child ID, First Name, Last Name, Date of Birth, Gender, Address, parent/guardian ID, Section Assignment ● Parent- Guardian ID, First Name, Last Name, Address, Relationship, Telephone, email ● Caregiver - Caregiver ID, First Name, Last Name, Gender, Address, AgeRange, Section identified by a letter that assigns 2 employees and maximum of 9 children. create files for each category. allow user to ● AddRecord ● UpdateRecord; if no information tell the user "No info". ● DeleteRecord ASSIGN caregivers and children to section and don't exceededmaximum threshold. Generate reports: ● Listing all children showing ID, name, DOB, Gender, Address, section they are assigned. ● Listing all caregivers showing ID, name, DOB ● The parent/guardians and their child(ren) ● Section letter each caregiver and children is assigned
The forms can be used to solve this problem. The first form to be created is the child form that captures the details of a child mentioned above. There will be a Parent form that will assist in collecting details of the parents. The parents and child forms should be closely related such that for every child form there must be a parent form. There should also be a caregiver form that captures all the data of the caregiver. The data from the forms should be stored in the database so that more records can be added on top of the existing data, delete records, and update data stored in the database. The system can be developed by languages such as Java, HTML and PHP, and Python.
Comments
Leave a comment