-
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 :
same_unity_new_DDMmm_serial
- Adding a row in Excel with adding
.[+1]at the end of name - In a separate branch of Backend
seed_add_WR_DDMmm_serial, 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":""
},
..,
..
}
- Check in app, new working rule should be visible
- Merge
same_unity_new_DDMmm_serialback to Screenplay and delete the branch - Merge
seed_add_WR_DDMmm_serialback to Backend and delete the branch