Updating Bulk Game Screenplay - Shaunakdas/doc_genius_native GitHub Wiki
Adding Screenplay
- Bulk changes need changes to Unity also
Screenplay Changes:
- Screenplay has a separate branch with master and screenplay_new :
new_Mmm_serial
Unity Changes:
- Unity has a separate branch with master and changes:
bulk_<standard_name>_DDMmm_serial
- Export android folder inside
<stream_name>_DDMmm_serial folder.
Testing changes
- Set importMode to ImportSettings.File , inputStandard and inputChapter to corresponding values. Test the whole question arrays.
Excel Changes
- Adding a row in Excel with adding
.[+1] at the end of name
- In a separate branch of Backend
seed_add_WR_Mmm_serial, Copying excel to db folder
Prod Db Changes
- [TODO] Based on the new excel file, run rake db:reset.
RAILS_ENV=staging rake db:reset
App Changes
- In new branch
integrated_<stream_name>_Mmm_serial, Copy data folder contents from <stream_name>_Mmm_serial folder
Testing changes
- Generate apk using this link
- Check in app, edited working rule should be visible
Merging back to original branch
- Merge
edit_unity_new_Mmm_serial back to Screenplay and delete the branch
- Merge
seed_add_WR_Mmm_serial back to Backend and delete the branch
- Merge
<stream_name>_Mmm_serial back to Unity and delete the branch
- Merge
integrated_<stream_name>_Mmm_serial back to App and delete the branch