Skip to content

Commit 8403462

Browse files
author
Vasili Zakharko
committed
feature: create base tpdm/edfi_3 models iteration 2
1 parent aad2a1e commit 8403462

18 files changed

+524
-48
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"id": "string",
3+
"gradingPeriodReference": {
4+
"gradingPeriodDescriptor": "string",
5+
"periodSequence": 0,
6+
"schoolId": 0,
7+
"schoolYear": 0,
8+
"link": {
9+
"rel": "string",
10+
"href": "string"
11+
}
12+
},
13+
"objectiveCompetencyObjectiveReference": {
14+
"educationOrganizationId": 0,
15+
"objective": "string",
16+
"objectiveGradeLevelDescriptor": "string",
17+
"link": {
18+
"rel": "string",
19+
"href": "string"
20+
}
21+
},
22+
"studentReference": {
23+
"studentUniqueId": "string",
24+
"link": {
25+
"rel": "string",
26+
"href": "string"
27+
}
28+
},
29+
"competencyLevelDescriptor": "string",
30+
"diagnosticStatement": "string",
31+
"generalStudentProgramAssociations": [
32+
{
33+
"generalStudentProgramAssociationReference": {
34+
"beginDate": "2024-07-22",
35+
"educationOrganizationId": 0,
36+
"programEducationOrganizationId": 0,
37+
"programName": "string",
38+
"programTypeDescriptor": "string",
39+
"studentUniqueId": "string",
40+
"link": {
41+
"rel": "string",
42+
"href": "string"
43+
}
44+
}
45+
}
46+
],
47+
"studentSectionAssociations": [
48+
{
49+
"studentSectionAssociationReference": {
50+
"beginDate": "2024-07-22",
51+
"localCourseCode": "string",
52+
"schoolId": 0,
53+
"schoolYear": 0,
54+
"sectionIdentifier": "string",
55+
"sessionName": "string",
56+
"studentUniqueId": "string",
57+
"link": {
58+
"rel": "string",
59+
"href": "string"
60+
}
61+
}
62+
}
63+
],
64+
"_etag": "string"
65+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"id": "string",
3+
"beginDate": "2024-07-22",
4+
"educationOrganizationReference": {
5+
"educationOrganizationId": 0,
6+
"link": {
7+
"rel": "string",
8+
"href": "string"
9+
}
10+
},
11+
"programReference": {
12+
"educationOrganizationId": 0,
13+
"programName": "string",
14+
"programTypeDescriptor": "string",
15+
"link": {
16+
"rel": "string",
17+
"href": "string"
18+
}
19+
},
20+
"studentReference": {
21+
"studentUniqueId": "string",
22+
"link": {
23+
"rel": "string",
24+
"href": "string"
25+
}
26+
},
27+
"ctePrograms": [
28+
{
29+
"careerPathwayDescriptor": "string",
30+
"cipCode": "string",
31+
"cteProgramCompletionIndicator": true,
32+
"primaryCTEProgramIndicator": true
33+
}
34+
],
35+
"cteProgramServices": [
36+
{
37+
"cteProgramServiceDescriptor": "string",
38+
"cipCode": "string",
39+
"primaryIndicator": true,
40+
"serviceBeginDate": "2024-07-22",
41+
"serviceEndDate": "2024-07-22"
42+
}
43+
],
44+
"endDate": "2024-07-22",
45+
"nonTraditionalGenderStatus": true,
46+
"participationStatus": {
47+
"participationStatusDescriptor": "string",
48+
"designatedBy": "string",
49+
"statusBeginDate": "2024-07-22",
50+
"statusEndDate": "2024-07-22"
51+
},
52+
"privateCTEProgram": true,
53+
"programParticipationStatuses": [
54+
{
55+
"participationStatusDescriptor": "string",
56+
"statusBeginDate": "2024-07-22",
57+
"designatedBy": "string",
58+
"statusEndDate": "2024-07-22"
59+
}
60+
],
61+
"reasonExitedDescriptor": "string",
62+
"servedOutsideOfRegularSession": true,
63+
"services": [
64+
{
65+
"serviceDescriptor": "string",
66+
"primaryIndicator": true,
67+
"serviceBeginDate": "2024-07-22",
68+
"serviceEndDate": "2024-07-22"
69+
}
70+
],
71+
"technicalSkillsAssessmentDescriptor": "string",
72+
"_etag": "string"
73+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"id": "string",
3+
"gradebookEntryReference": {
4+
"dateAssigned": "2024-07-22",
5+
"gradebookEntryTitle": "string",
6+
"localCourseCode": "string",
7+
"schoolId": 0,
8+
"schoolYear": 0,
9+
"sectionIdentifier": "string",
10+
"sessionName": "string",
11+
"link": {
12+
"rel": "string",
13+
"href": "string"
14+
}
15+
},
16+
"studentSectionAssociationReference": {
17+
"beginDate": "2024-07-22",
18+
"localCourseCode": "string",
19+
"schoolId": 0,
20+
"schoolYear": 0,
21+
"sectionIdentifier": "string",
22+
"sessionName": "string",
23+
"studentUniqueId": "string",
24+
"link": {
25+
"rel": "string",
26+
"href": "string"
27+
}
28+
},
29+
"competencyLevelDescriptor": "string",
30+
"dateFulfilled": "2024-07-22",
31+
"diagnosticStatement": "string",
32+
"letterGradeEarned": "string",
33+
"numericGradeEarned": 0,
34+
"_etag": "string"
35+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"id": "string",
3+
"cohortReference": {
4+
"cohortIdentifier": "string",
5+
"educationOrganizationId": 0,
6+
"link": {
7+
"rel": "string",
8+
"href": "string"
9+
}
10+
},
11+
"interventionReference": {
12+
"educationOrganizationId": 0,
13+
"interventionIdentificationCode": "string",
14+
"link": {
15+
"rel": "string",
16+
"href": "string"
17+
}
18+
},
19+
"studentReference": {
20+
"studentUniqueId": "string",
21+
"link": {
22+
"rel": "string",
23+
"href": "string"
24+
}
25+
},
26+
"diagnosticStatement": "string",
27+
"dosage": 0,
28+
"interventionEffectivenesses": [
29+
{
30+
"diagnosisDescriptor": "string",
31+
"gradeLevelDescriptor": "string",
32+
"populationServedDescriptor": "string",
33+
"interventionEffectivenessRatingDescriptor": "string",
34+
"improvementIndex": 0
35+
}
36+
],
37+
"_etag": "string"
38+
}

models/staging/edfi_3/base/base_ef3__student_intervention_attendance_events.sql

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"id": "string",
3+
"beginDate": "2024-07-22",
4+
"educationOrganizationReference": {
5+
"educationOrganizationId": 0,
6+
"link": {
7+
"rel": "string",
8+
"href": "string"
9+
}
10+
},
11+
"programReference": {
12+
"educationOrganizationId": 0,
13+
"programName": "string",
14+
"programTypeDescriptor": "string",
15+
"link": {
16+
"rel": "string",
17+
"href": "string"
18+
}
19+
},
20+
"studentReference": {
21+
"studentUniqueId": "string",
22+
"link": {
23+
"rel": "string",
24+
"href": "string"
25+
}
26+
},
27+
"continuationOfServicesReasonDescriptor": "string",
28+
"eligibilityExpirationDate": "2024-07-22",
29+
"endDate": "2024-07-22",
30+
"lastQualifyingMove": "2024-07-22",
31+
"migrantEducationProgramServices": [
32+
{
33+
"migrantEducationProgramServiceDescriptor": "string",
34+
"primaryIndicator": true,
35+
"serviceBeginDate": "2024-07-22",
36+
"serviceEndDate": "2024-07-22"
37+
}
38+
],
39+
"participationStatus": {
40+
"participationStatusDescriptor": "string",
41+
"designatedBy": "string",
42+
"statusBeginDate": "2024-07-22",
43+
"statusEndDate": "2024-07-22"
44+
},
45+
"priorityForServices": true,
46+
"programParticipationStatuses": [
47+
{
48+
"participationStatusDescriptor": "string",
49+
"statusBeginDate": "2024-07-22",
50+
"designatedBy": "string",
51+
"statusEndDate": "2024-07-22"
52+
}
53+
],
54+
"qualifyingArrivalDate": "2024-07-22",
55+
"reasonExitedDescriptor": "string",
56+
"servedOutsideOfRegularSession": true,
57+
"stateResidencyDate": "2024-07-22",
58+
"usInitialEntry": "2024-07-22",
59+
"usInitialSchoolEntry": "2024-07-22",
60+
"usMostRecentEntry": "2024-07-22",
61+
"_etag": "string"
62+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"id": "string",
3+
"beginDate": "2024-07-22",
4+
"educationOrganizationReference": {
5+
"educationOrganizationId": 0,
6+
"link": {
7+
"rel": "string",
8+
"href": "string"
9+
}
10+
},
11+
"programReference": {
12+
"educationOrganizationId": 0,
13+
"programName": "string",
14+
"programTypeDescriptor": "string",
15+
"link": {
16+
"rel": "string",
17+
"href": "string"
18+
}
19+
},
20+
"studentReference": {
21+
"studentUniqueId": "string",
22+
"link": {
23+
"rel": "string",
24+
"href": "string"
25+
}
26+
},
27+
"elaProgressLevelDescriptor": "string",
28+
"endDate": "2024-07-22",
29+
"mathematicsProgressLevelDescriptor": "string",
30+
"neglectedOrDelinquentProgramDescriptor": "string",
31+
"neglectedOrDelinquentProgramServices": [
32+
{
33+
"neglectedOrDelinquentProgramServiceDescriptor": "string",
34+
"primaryIndicator": true,
35+
"serviceBeginDate": "2024-07-22",
36+
"serviceEndDate": "2024-07-22"
37+
}
38+
],
39+
"participationStatus": {
40+
"participationStatusDescriptor": "string",
41+
"designatedBy": "string",
42+
"statusBeginDate": "2024-07-22",
43+
"statusEndDate": "2024-07-22"
44+
},
45+
"programParticipationStatuses": [
46+
{
47+
"participationStatusDescriptor": "string",
48+
"statusBeginDate": "2024-07-22",
49+
"designatedBy": "string",
50+
"statusEndDate": "2024-07-22"
51+
}
52+
],
53+
"reasonExitedDescriptor": "string",
54+
"servedOutsideOfRegularSession": true,
55+
"_etag": "string"
56+
}

0 commit comments

Comments
 (0)