-
Notifications
You must be signed in to change notification settings - Fork 5
Testing protocol
Andy Viren edited this page Jun 20, 2019
·
1 revision
MyPPR Testing and develoment protocol
- Create a sandbox app and develop changes
- Create a changes doc in markdown with development steps. Save to /changes using [issuenumber].md format.
- Make changes in MyPPR_test app
- Fork & create pull request to the "test-app” branch of the myppr-data-pipeline repository if structure changes have been made to any of these tables:
- ppr_activity_categories
- ppr_activity_types
- ppr_amenities
- ppr_amenity_types
- ppr_days
- ppr_facilities
- ppr_facility_schedules
- ppr_location_types
- ppr_program_schedules
- ppr_programs
- Get confirmation that pull request has been accepted.
- Fork & create pull request to the "test-app” branch of the myppr-data-pipeline repository if structure changes have been made to any of these tables:
- Run test cases in MyPPR_test and/or Parks and Rec Finder test app
- Make changes in MyPPR production
- Copy changes from test-app branch to master in myppr-data-pipeline
- Complete Finder app deployment