Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Merge pull request #89 from SalesforceFoundation/feature/rheadley/rev…
Browse files Browse the repository at this point in the history
…isedGradeLevels

Grade Levels Schema
  • Loading branch information
dgamboni authored Oct 22, 2019
2 parents 6530548 + 793a11a commit b6e8eb6
Show file tree
Hide file tree
Showing 25 changed files with 1,093 additions and 25 deletions.
95 changes: 95 additions & 0 deletions src/globalValueSets/Grade_Levels.globalValueSet
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="UTF-8"?>
<GlobalValueSet xmlns="http://soap.sforce.com/2006/04/metadata">
<customValue>
<fullName>Infant/Toddler</fullName>
<default>false</default>
<label>Infant/Toddler</label>
</customValue>
<customValue>
<fullName>Preschool</fullName>
<default>false</default>
<label>Preschool</label>
</customValue>
<customValue>
<fullName>Prekindergarten</fullName>
<default>false</default>
<label>Prekindergarten</label>
</customValue>
<customValue>
<fullName>Transitional Kindergarten</fullName>
<default>false</default>
<label>Transitional Kindergarten</label>
</customValue>
<customValue>
<fullName>Kindergarten</fullName>
<default>false</default>
<label>Kindergarten</label>
</customValue>
<customValue>
<fullName>First Grade</fullName>
<default>false</default>
<label>First Grade</label>
</customValue>
<customValue>
<fullName>Second Grade</fullName>
<default>false</default>
<label>Second Grade</label>
</customValue>
<customValue>
<fullName>Third Grade</fullName>
<default>false</default>
<label>Third Grade</label>
</customValue>
<customValue>
<fullName>Fourth Grade</fullName>
<default>false</default>
<label>Fourth Grade</label>
</customValue>
<customValue>
<fullName>Fifth Grade</fullName>
<default>false</default>
<label>Fifth Grade</label>
</customValue>
<customValue>
<fullName>Sixth Grade</fullName>
<default>false</default>
<label>Sixth Grade</label>
</customValue>
<customValue>
<fullName>Seventh Grade</fullName>
<default>false</default>
<label>Seventh Grade</label>
</customValue>
<customValue>
<fullName>Eighth Grade</fullName>
<default>false</default>
<label>Eighth Grade</label>
</customValue>
<customValue>
<fullName>Ninth Grade</fullName>
<default>false</default>
<label>Ninth Grade</label>
</customValue>
<customValue>
<fullName>Tenth Grade</fullName>
<default>false</default>
<label>Tenth Grade</label>
</customValue>
<customValue>
<fullName>Eleventh Grade</fullName>
<default>false</default>
<label>Eleventh Grade</label>
</customValue>
<customValue>
<fullName>Twelfth Grade</fullName>
<default>false</default>
<label>Twelfth Grade</label>
</customValue>
<customValue>
<fullName>NotApplicable</fullName>
<default>false</default>
<label>Not Applicable</label>
</customValue>
<masterLabel>Grade Levels</masterLabel>
<sorted>false</sorted>
</GlobalValueSet>
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
<behavior>Edit</behavior>
<field>Middle_School__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Grade_Levels__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
Expand Down
4 changes: 4 additions & 0 deletions src/layouts/Contact-K12 Kit Student Layout.layout
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<behavior>Edit</behavior>
<field>Student_ID__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Current_Grade_Level__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
Expand Down
122 changes: 122 additions & 0 deletions src/layouts/Grade_Enrollment__c-K12 Kit Grade Enrollment Layout.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<?xml version="1.0" encoding="UTF-8"?>
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
<layoutSections>
<customLabel>true</customLabel>
<detailHeading>true</detailHeading>
<editHeading>true</editHeading>
<label>Grade Enrollment Details</label>
<layoutColumns>
<layoutItems>
<behavior>Readonly</behavior>
<field>Name</field>
</layoutItems>
<layoutItems>
<behavior>Required</behavior>
<field>Contact__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Educational_Institution__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Required</behavior>
<field>Grade_Level__c</field>
</layoutItems>
<layoutItems>
<behavior>Required</behavior>
<field>Status__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Term__c</field>
</layoutItems>
</layoutColumns>
<style>TwoColumnsTopToBottom</style>
</layoutSections>
<layoutSections>
<customLabel>true</customLabel>
<detailHeading>true</detailHeading>
<editHeading>true</editHeading>
<label>Additional Enrollment Information</label>
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>Start_Date__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>End_Date__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>Entry_Reason__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Exit_Reason__c</field>
</layoutItems>
</layoutColumns>
<style>TwoColumnsLeftToRight</style>
</layoutSections>
<layoutSections>
<customLabel>true</customLabel>
<detailHeading>true</detailHeading>
<editHeading>true</editHeading>
<label>System Information</label>
<layoutColumns>
<layoutItems>
<behavior>Readonly</behavior>
<field>LastModifiedById</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Readonly</behavior>
<field>CreatedById</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>OwnerId</field>
</layoutItems>

</layoutColumns>
<style>TwoColumnsTopToBottom</style>
</layoutSections>
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>false</detailHeading>
<editHeading>true</editHeading>
<layoutColumns/>
<layoutColumns/>
<layoutColumns/>
<style>CustomLinks</style>
</layoutSections>
<relatedLists>
<fields>TASK.SUBJECT</fields>
<fields>TASK.WHO_NAME</fields>
<fields>ACTIVITY.TASK</fields>
<fields>TASK.DUE_DATE</fields>
<fields>TASK.STATUS</fields>
<fields>TASK.PRIORITY</fields>
<fields>CORE.USERS.FULL_NAME</fields>
<relatedList>RelatedActivityList</relatedList>
</relatedLists>
<relatedLists>
<fields>TASK.SUBJECT</fields>
<fields>TASK.WHO_NAME</fields>
<fields>ACTIVITY.TASK</fields>
<fields>TASK.DUE_DATE</fields>
<fields>CORE.USERS.FULL_NAME</fields>
<fields>TASK.LAST_UPDATE</fields>
<relatedList>RelatedHistoryList</relatedList>
</relatedLists>
<showEmailCheckbox>false</showEmailCheckbox>
<showHighlightsPanel>false</showHighlightsPanel>
<showInteractionLogPanel>false</showInteractionLogPanel>
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
</Layout>
5 changes: 5 additions & 0 deletions src/objectTranslations/Account-ca.objectTranslation
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<label><!-- Elementary School --></label>
<name>Elementary_School__c</name>
</fields>
<fields>
<help><!-- The Grade Levels offered by this Educational Institution. --></help>
<label><!-- Grade Levels --></label>
<name>Grade_Levels__c</name>
</fields>
<fields>
<label><!-- High School --></label>
<name>High_School__c</name>
Expand Down
5 changes: 5 additions & 0 deletions src/objectTranslations/Account-en_US.objectTranslation
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<label><!-- Elementary School --></label>
<name>Elementary_School__c</name>
</fields>
<fields>
<help><!-- The Grade Levels offered by this Educational Institution. --></help>
<label><!-- Grade Levels --></label>
<name>Grade_Levels__c</name>
</fields>
<fields>
<label><!-- High School --></label>
<name>High_School__c</name>
Expand Down
5 changes: 5 additions & 0 deletions src/objectTranslations/Account-es.objectTranslation
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<label><!-- Elementary School --></label>
<name>Elementary_School__c</name>
</fields>
<fields>
<help><!-- The Grade Levels offered by this Educational Institution. --></help>
<label><!-- Grade Levels --></label>
<name>Grade_Levels__c</name>
</fields>
<fields>
<label><!-- High School --></label>
<name>High_School__c</name>
Expand Down
5 changes: 5 additions & 0 deletions src/objectTranslations/Account-fr.objectTranslation
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<label><!-- Elementary School --></label>
<name>Elementary_School__c</name>
</fields>
<fields>
<help><!-- The Grade Levels offered by this Educational Institution. --></help>
<label><!-- Grade Levels --></label>
<name>Grade_Levels__c</name>
</fields>
<fields>
<label><!-- High School --></label>
<name>High_School__c</name>
Expand Down
34 changes: 31 additions & 3 deletions src/objectTranslations/Contact-ca.objectTranslation
Original file line number Diff line number Diff line change
@@ -1,14 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
<fields>
<help><!-- Indicates that a teacher is classified as highly qualified as defined by state guidelines. --></help>
<label><!-- Highly Qualified --></label>
<name>Highly_Qualified__c</name>
<label><!-- Current Grade Level --></label>
<name>Current_Grade_Level__c</name>
</fields>
<fields>
<help><!-- The highest level of education completed by a Contact. --></help>
<label><!-- Highest Level of Education --></label>
<name>Highest_Level_of_Education__c</name>
<picklistValues>
<masterLabel>Associate&apos;s Degree</masterLabel>
<translation><!-- Associate&apos;s Degree --></translation>
</picklistValues>
<picklistValues>
<masterLabel>Bachelor&apos;s Degree</masterLabel>
<translation><!-- Bachelor&apos;s Degree --></translation>
</picklistValues>
<picklistValues>
<masterLabel>Doctorate</masterLabel>
<translation><!-- Doctorate --></translation>
</picklistValues>
<picklistValues>
<masterLabel>High School Diploma</masterLabel>
<translation><!-- High School Diploma --></translation>
</picklistValues>
<picklistValues>
<masterLabel>Master&apos;s Degree</masterLabel>
<translation><!-- Master&apos;s Degree --></translation>
</picklistValues>
<picklistValues>
<masterLabel>Some College No Degree</masterLabel>
<translation><!-- Some College No Degree --></translation>
</picklistValues>
</fields>
<fields>
<help><!-- Indicates that a teacher is classified as highly qualified as defined by state guidelines. --></help>
<label><!-- Highly Qualified --></label>
<name>Highly_Qualified__c</name>
</fields>
<fields>
<help><!-- ID that you can use to manage student information. Typically formatted as a unique alphanumeric value. --></help>
Expand Down
36 changes: 32 additions & 4 deletions src/objectTranslations/Contact-es.objectTranslation
Original file line number Diff line number Diff line change
@@ -1,14 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
<fields>
<help><!-- Indicates that a teacher is classified as highly qualified as defined by state guidelines. --></help>
<label><!-- Highly Qualified --></label>
<name>Highly_Qualified__c</name>
<label><!-- Current Grade Level --></label>
<name>Current_Grade_Level__c</name>
</fields>
<fields>
<help><!-- The highest level of education completed by a Contact. --></help>
<label><!-- Highest Level of Education --></label>
<name>Highest_Level_of_Education__c</name>
<picklistValues>
<masterLabel>Associate&apos;s Degree</masterLabel>
<translation><!-- Associate&apos;s Degree --></translation>
</picklistValues>
<picklistValues>
<masterLabel>Bachelor&apos;s Degree</masterLabel>
<translation><!-- Bachelor&apos;s Degree --></translation>
</picklistValues>
<picklistValues>
<masterLabel>Doctorate</masterLabel>
<translation><!-- Doctorate --></translation>
</picklistValues>
<picklistValues>
<masterLabel>High School Diploma</masterLabel>
<translation><!-- High School Diploma --></translation>
</picklistValues>
<picklistValues>
<masterLabel>Master&apos;s Degree</masterLabel>
<translation><!-- Master&apos;s Degree --></translation>
</picklistValues>
<picklistValues>
<masterLabel>Some College No Degree</masterLabel>
<translation><!-- Some College No Degree --></translation>
</picklistValues>
</fields>
<fields>
<help><!-- Indicates that a teacher is classified as highly qualified as defined by state guidelines. --></help>
<label><!-- Highly Qualified --></label>
<name>Highly_Qualified__c</name>
</fields>
<fields>
<help><!-- ID that you can use to manage student information. Typically formatted as a unique alphanumeric value. --></help>
Expand All @@ -20,4 +48,4 @@
<label><!-- Years of Experience --></label>
<name>Years_of_Experience__c</name>
</fields>
</CustomObjectTranslation>
</CustomObjectTranslation>
Loading

0 comments on commit b6e8eb6

Please sign in to comment.