Skip to content
Andy Viren edited this page Jun 20, 2019 · 1 revision

MyPPR Testing and develoment protocol

  1. Create a sandbox app and develop changes
  2. Create a changes doc in markdown with development steps. Save to /changes using [issuenumber].md format.
  3. 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.
  4. Run test cases in MyPPR_test and/or Parks and Rec Finder test app
  5. Make changes in MyPPR production
  6. Copy changes from test-app branch to master in myppr-data-pipeline
  7. Complete Finder app deployment
Clone this wiki locally