Background
Bellows College is a postsecondary school that wants to start a football team. The college uses Microsoft Power Platform to manage its recruiting efforts. The registration team and assistants use modeldriven apps. The coaches use canvas apps on their mobile devices.
Prospects are considered underage if they are younger than 18 years old at the time of registration.
Current environment
Environment
1. Custom code is not allowed in the system.
2. Serverside synchronization is configured for emails, appointments, contacts, and tasks.
3. The database and file storage of Dataverse must be minimized to keep costs low.
Contact table
1. Birthdate is a custom date and time field.
2. Age at Registration is a calculated field that displays the age of the prospect at the time of registration.
3. Current Age is a calculated field that displays the age of the prospect based on the current date and time.
Evaluation table
1. The Evaluation table is a custom table used to track evaluation criteria.
2. Evaluation records cannot be manually created.
3. Users must not be able to continue until an evaluation record is created automatically for the prospect.
Consent table
1. The consent forms completed by the parents are stored as records in the Consent table.
2. Occasionally, a parent cannot complete the consent online and a paper copy must be printed. The signed copy must be scanned and stored with the consent record.
Team website
1. The team website is created by using Power Pages.
2. A starter layout template was used to create the site.
3. The site consists of five pages:
4. Home: A page open to everyone to view the announcements from the team.
5. Schedule: A page open to everyone to view the tryout and game schedule.
6. Evaluations: A page that displays tracking from the evaluation table. Prospects are able to view their own information only.
7. Forms: A page that displays the consent form.
8. Contact Us: A page for anyone to submit questions and comments.
9. Two web roles for authenticated users are created: Primary Contact User and Prospect User.
10. All primary contacts and prospects are assigned to their respective roles.
Requirements
Registration
1. Parents and prospects are created as contacts and must be linked.
2. The registration team must be able to rapidly create prospects without navigating away from the Parents form. Only the First Name, Last Name, and Birthdate fields should be displayed for the team.
3. Assistants must be able to update prospect information and add teams that the prospect has previously played on to a subgrid.
Parental consent
1. When a prospect is underage, a Primary Contact field will appear. The field must be populated before the prospect record can be saved.
2. A view named Underage Prospects that lists all underaged prospects is required.
3. The Underage Prospects view must run once a week without requiring modifications to display correct information.
4. A consent email must meet the following requirements:
5. be sent to the primary contact of each new underage prospect
6. contain a link to the team website
7. be automatically sent weekly and tracked to the contact record in Dataverse
8. include the current date using the full month name, date, and year
Evaluations
1. Coaches rate prospects each day on a scale of 110 in three categories: endurance, coordination, and skill.
2. The total of the three categories is displayed at the bottom of the form. If the total for the day is greater than 25, the number should appear green.