-
Notifications
You must be signed in to change notification settings - Fork 0
Updating Game Screenplay
Shaunak Das edited this page Dec 22, 2017
·
23 revisions
- New Screenplay: screenplay_new
- screenplay_new runs successfully in Unity Editor with correct score
- Screenplay has a separate branch with master and screenplay_new
- Adding a row in Excel with adding
.[+1]at the end of name - In a separate branch of Backend, Copying excel to db folder
- [TODO] Adding Working Rule through API (params: question_type, question_text)
Rails will check question_type, sub_topic, and so on to check if that node exists. At first node that exists, it will create all the sub_nodes based on the API params
{
"question_text":"",
"question_type": {
"name":"",
"slug":""
},
"sub_topic":{
"name":"",
"slug":""
},
..,
..
}