Skip to content

Commit

Permalink
Merge pull request #28 from Ed-Fi-Alliance/TPDMDEV-97
Browse files Browse the repository at this point in the history
[TPDMDEV-97] - Change TeacherPreparationProgramName on entity Teacher…
  • Loading branch information
chrismoffatt99 authored Dec 6, 2019
2 parents f788340 + c3d6404 commit fda69e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DomainEntity/TeacherPreparationProviderProgram.metaed
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ Domain Entity TeacherPreparationProviderProgram
documentation "A unique number or alphanumeric code assigned to a program by a school, school system, a state, or other agency or entity."
is optional
is queryable field
shared string TeacherPreparationProgramName
shared string TeacherPreparationProgramName named ProgramName
documentation "The name of the Teacher Preparation Program."
is part of identity
is queryable field
descriptor EdFi.ProgramType
documentation "The type of program."
is part of identity
is queryable field

descriptor EdFi.GradeLevel
documentation "The grade levels served at the TPP Program."
is optional collection
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metaEdProject": {
"projectName": "TPDM",
"projectVersion": "0.5.0"
"projectVersion": "0.7.0"
}
}

0 comments on commit fda69e4

Please sign in to comment.