-
Notifications
You must be signed in to change notification settings - Fork 0
Updating Bulk Game Screenplay
Shaunak Das edited this page Feb 7, 2018
·
4 revisions
- Bulk changes need changes to Unity also
-
Screenplay has a separate branch with master and screenplay_new :
new_Mmm_serial
-
Unity has a separate branch with master and changes:
bulk_<standard_name>_DDMmm_serial - Export android folder inside
<stream_name>_DDMmm_serialfolder.
- Set importMode to ImportSettings.File , inputStandard and inputChapter to corresponding values. Test the whole question arrays.
- 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
- [TODO] Based on the new excel file, run rake db:reset.
RAILS_ENV=staging rake db:reset
- In new branch
integrated_<stream_name>_Mmm_serial, Copy data folder contents from<stream_name>_Mmm_serialfolder
- Generate apk using this link
- Check in app, edited working rule should be visible
- Merge
edit_unity_new_Mmm_serialback to Screenplay and delete the branch - Merge
seed_add_WR_Mmm_serialback to Backend and delete the branch - Merge
<stream_name>_Mmm_serialback to Unity and delete the branch - Merge
integrated_<stream_name>_Mmm_serialback to App and delete the branch