Skip to content

Commit fda69e4

Browse files
Merge pull request #28 from Ed-Fi-Alliance/TPDMDEV-97
[TPDMDEV-97] - Change TeacherPreparationProgramName on entity Teacher…
2 parents f788340 + c3d6404 commit fda69e4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DomainEntity/TeacherPreparationProviderProgram.metaed

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ Domain Entity TeacherPreparationProviderProgram
88
documentation "A unique number or alphanumeric code assigned to a program by a school, school system, a state, or other agency or entity."
99
is optional
1010
is queryable field
11-
shared string TeacherPreparationProgramName
11+
shared string TeacherPreparationProgramName named ProgramName
1212
documentation "The name of the Teacher Preparation Program."
1313
is part of identity
1414
is queryable field
1515
descriptor EdFi.ProgramType
1616
documentation "The type of program."
1717
is part of identity
1818
is queryable field
19-
2019
descriptor EdFi.GradeLevel
2120
documentation "The grade levels served at the TPP Program."
2221
is optional collection

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metaEdProject": {
33
"projectName": "TPDM",
4-
"projectVersion": "0.5.0"
4+
"projectVersion": "0.7.0"
55
}
66
}

0 commit comments

Comments
 (0)