Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes "Teen Program Eligible" to "Transition Aged Youth" #162

Conversation

colinsoleim
Copy link
Collaborator

Resolves #100

Description

Changes language across app and variable names in database from "Teen Program Eligible" to "Transition Aged Youth".

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not
    work as expected)

How will this affect user permissions?

No impact.

How Has This Been Tested?

Rspec tests have been updated

@@ -0,0 +1,5 @@
class ChangeTeenProgramToTransitionAgedYouth < ActiveRecord::Migration[6.0]
def change
rename_column :casa_cases, :teen_program_eligible, :transition_aged_youth
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, we don't have uptime requirements right now so we don't need two-step deploys :)
We did confirm that migrations need manual intervention for now- @tundal45 is working on it in #142

@compwron
Copy link
Collaborator

Sorry I gave you merge conflicts with yourself by merging the other PR first oops. I'll approve this PR and you can resolve them and merge anytime. :)

Copy link
Collaborator

@compwron compwron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! :)

@colinsoleim colinsoleim merged commit 2a39d0f into rubyforgood:master Apr 23, 2020
@colinsoleim colinsoleim deleted the issue-100-change-teen-to-transition-youth branch April 23, 2020 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

change "teen program eligible" to "transition aged youth"
2 participants