Skip to content

Updating Game Screenplay

Shaunak Das edited this page Dec 22, 2017 · 23 revisions

Codebases involved

Adding Screenplay

  • New Screenplay: screenplay_new

Without Unity script change

Prerequisites:

  • screenplay_new runs successfully in Unity Editor with correct score
  • Screenplay has a separate branch with master and screenplay_new

Excel Changes

  • Adding a row in Excel with adding .[+1] at the end of name
  • In a separate branch of Backend, Copying excel to db folder

Prod Db Changes

  • [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":""
  },
  ..,
  ..
}

With Unity Script change

Editing Screenplay

Without Unity script change

With Unity Script change

Clone this wiki locally