forked from ls1intum/Artemis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTutorParticipation.json
45 lines (45 loc) · 1.36 KB
/
TutorParticipation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "TutorParticipation",
"fields": [
{
"fieldName": "status",
"fieldType": "TutorParticipationStatus",
"fieldValues": "NOT_PARTICIPATED,REVIEWED_INSTRUCTIONS,TRAINED,COMPLETED"
},
{
"fieldName": "points",
"fieldType": "Integer"
}
],
"relationships": [
{
"relationshipType": "one-to-many",
"otherEntityName": "exampleSubmission",
"otherEntityRelationshipName": "tutorParticipation",
"relationshipName": "trainedExampleSubmissions"
},
{
"relationshipType": "many-to-one",
"otherEntityName": "user",
"otherEntityRelationshipName": "tutorParticipation",
"relationshipName": "tutor",
"otherEntityField": "id"
},
{
"relationshipType": "many-to-one",
"otherEntityName": "exercise",
"otherEntityRelationshipName": "tutorParticipations",
"relationshipName": "assessedExercise",
"otherEntityField": "id"
}
],
"changelogDate": "20190315161948",
"entityTableName": "tutor_participation",
"dto": "no",
"pagination": "no",
"service": "no",
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
}