-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update plan to pathway * Updating pathway to path after internal conversations * Update Path.metaed * Update build-model.yml
- Loading branch information
1 parent
aaeea84
commit ef1d1ad
Showing
23 changed files
with
108 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
Common/PlanMilestoneStatusEvent.metaed → Common/PathMilestoneStatusEvent.metaed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
Common/PlanPhaseStatusEvent.metaed → Common/PathPhaseStatusEvent.metaed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Common PlanPhaseStatusEvent | ||
Common PathPhaseStatusEvent | ||
documentation "An event recongnizing the change in status for the phase" | ||
descriptor PlanPhaseStatus | ||
descriptor PathPhaseStatus | ||
documentation "The student's status associated with entering or completing the phase" | ||
is part of identity | ||
date PlanPhaseStatusDate | ||
date PathPhaseStatusDate | ||
documentation "The month, day and year on which the status was achieved for the phase" | ||
is part of identity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Descriptor PathMilestoneStatus | ||
documentation "The student's status associated with the path milestone." | ||
|
4 changes: 2 additions & 2 deletions
4
Descriptor/PlanMilestoneType.metaed → Descriptor/PathMilestoneType.metaed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Descriptor PlanMilestoneType | ||
documentation "The type of milestone defined for the student's plan." | ||
Descriptor PathMilestoneType | ||
documentation "The type of milestone defined for the student's path." |
2 changes: 1 addition & 1 deletion
2
Descriptor/PlanPhaseStatus.metaed → Descriptor/PathPhaseStatus.metaed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Descriptor PlanPhaseStatus | ||
Descriptor PathPhaseStatus | ||
documentation "The student's status associated with entering or completing the phase." |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Domain Entity Plan | ||
Domain Entity Path | ||
documentation "A scheme for achieving milestones organized by phases for students to follow and be tracked against." | ||
domain entity EdFi.EducationOrganization | ||
documentation "A reference to the Education Organization associated with the plan." | ||
documentation "A reference to the Education Organization associated with the path." | ||
is part of identity | ||
shared string PlanName | ||
documentation "The name of the plan." | ||
shared string PathName | ||
documentation "The name of the path." | ||
is part of identity | ||
domain entity EdFi.GraduationPlan | ||
documentation "The graduation plan associated with this plan." | ||
documentation "The graduation plan associated with this path." | ||
is optional |
19 changes: 10 additions & 9 deletions
19
DomainEntity/PlanMilestone.metaed → DomainEntity/PathMilestone.metaed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
Domain Entity PlanMilestone | ||
documentation "A significant event or achievement as part of a plan." | ||
shared string PlanMilestoneName | ||
Domain Entity PathMilestone | ||
documentation "A significant event or achievement as part of a path." | ||
shared string PathMilestoneName | ||
documentation "The descriptive name of the milestone." | ||
is part of identity | ||
descriptor PlanMilestoneType | ||
documentation "The type of milestone defined for the student's plan." | ||
descriptor PathMilestoneType | ||
documentation "The type of milestone defined for the student's path." | ||
is part of identity | ||
shared string PlanMilestoneCode | ||
documentation "The code or identifier associated with an element associated with the plan milestone (e.g., course, certification, etc)" | ||
shared string PathMilestoneCode | ||
documentation "The code or identifier associated with an element associated with the path milestone (e.g., course, certification, etc)" | ||
is optional | ||
role name PathMilestoneCode | ||
shared string EdFi.Description | ||
documentation "Additional information describing the plan's milestone to be achieved." | ||
documentation "Additional information describing the path's milestone to be achieved." | ||
is optional | ||
role name PlanMilestone | ||
role name PathMilestone |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Domain Entity PathPhase | ||
documentation "A stage in the process of a student achieving milestones." | ||
domain entity Path | ||
documentation "A reference to the path associated with the phase." | ||
is part of identity | ||
shared string PathPhaseName | ||
documentation "The name of the phase associated with the path." | ||
is part of identity | ||
integer PathPhaseSequence | ||
documentation "Indicates the number in order, starting with 1, that the phases are organized into." | ||
is optional | ||
shared string EdFi.Description | ||
documentation "Additional information describing the path's phase" | ||
is optional | ||
role name PhasePath | ||
domain entity PathMilestone | ||
documentation "A reference to the path milestones associated with this phase" | ||
is optional collection |
This file was deleted.
Oops, something went wrong.
12 changes: 6 additions & 6 deletions
12
DomainEntity/StudentPlan.metaed → DomainEntity/StudentPath.metaed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Domain Entity StudentPlan | ||
documentation "The entity representing the association or assignment of the student to the plan being pursued." | ||
Domain Entity StudentPath | ||
documentation "The entity representing the association or assignment of the student to the path being pursued." | ||
domain entity EdFi.Student | ||
documentation "A reference to the student associated with the plan." | ||
documentation "A reference to the student associated with the path." | ||
is part of identity | ||
domain entity Plan | ||
documentation "A reference to the plan associated with or assigned to the student." | ||
domain entity Path | ||
documentation "A reference to the path associated with or assigned to the student." | ||
is part of identity | ||
common EdFi.Period | ||
documentation "The time periods for which the student was assigned and pursing the plan." | ||
documentation "The time periods for which the student was assigned and pursing the path." | ||
is optional collection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Domain Entity StudentPathMilestoneStatus | ||
documentation "The status of the student's achievement of the path milestone." | ||
domain entity StudentPath | ||
documentation "A reference to the student's path assignment or association." | ||
is part of identity | ||
domain entity PathMilestone | ||
documentation "A reference to the PathMilestone against which the status is being recorded." | ||
is part of identity | ||
bool CompletionIndicator | ||
documentation "Indicator on whether the student has completed the path milestone." | ||
is optional | ||
common PathMilestoneStatusEvent | ||
documentation "The student's milestone status and the date of the status change." | ||
is optional | ||
domain entity PathPhase | ||
documentation "The phase in time when the milestone status was achieved." | ||
is optional | ||
merge PathPhase.Path.PathName with StudentPath.Path.PathName // comment this out and add the role name and code gen works | ||
|
16 changes: 8 additions & 8 deletions
16
DomainEntity/StudentPlanPhaseStatus.metaed → DomainEntity/StudentPathPhaseStatus.metaed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Interchange Path | ||
|
||
documentation "This interchange defines Paths and all their identifying information" | ||
|
||
domain entity EdFi.Student | ||
domain entity Path | ||
domain entity PathMilestone | ||
domain entity PathPhase | ||
domain entity StudentPath | ||
domain entity StudentPathMilestoneStatus | ||
domain entity StudentPathPhaseStatus |
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
Shared/PlanMilestoneCode.metaed → Shared/PathMilestoneCode.metaed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shared String PlanMilestoneCode | ||
documentation "The code or identifier associated with an element associated with the plan milestone (e.g., course, certification, etc)" | ||
Shared String PathMilestoneCode | ||
documentation "The code or identifier associated with an element associated with the path milestone (e.g., course, certification, etc)" | ||
min length 1 | ||
max length 60 |
2 changes: 1 addition & 1 deletion
2
Shared/PlanMilestoneName.metaed → Shared/PathMilestoneName.metaed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shared String PlanMilestoneName | ||
Shared String PathMilestoneName | ||
documentation "The name for the milestone" | ||
min length 0 | ||
max length 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Shared String PathName | ||
documentation "The name for the path associated with path milestones" | ||
min length 0 | ||
max length 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Shared String PathPhaseName | ||
documentation "The name for the path associated with path milestones" | ||
min length 0 | ||
max length 60 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.