Skip to content
Snippets Groups Projects
Commit 4d706b27 authored by moon's avatar moon
Browse files

#42: Strapi scheme changes

parent 91fcd67a
No related branches found
No related tags found
No related merge requests found
......@@ -63,10 +63,10 @@
"inversedBy": "users",
"configurable": false
},
"Affiliation": {
"current_affiliation": {
"type": "string"
},
"ProfileLink": {
"profile_link": {
"type": "string"
},
"SubmittedUpdateItems": {
......@@ -80,6 +80,25 @@
"relation": "oneToMany",
"target": "api::update-item.update-item",
"mappedBy": "reviewedBy"
},
"full_name": {
"type": "string",
"required": true
},
"motivation_text": {
"type": "string"
},
"current_role": {
"type": "enumeration",
"enum": [
"PhD",
"PostDoc",
"Research_Scientist",
"Principal_Investigator"
]
},
"scientific_discipline": {
"type": "json"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment