Skip to content

Remove deprecated flipper features #112614

@wayne-weibel

Description

@wayne-weibel

When entering the rails console there is a long list of 'suggested' features to be removed:

Consider removing features no longer in config/features.yml: va_online_scheduling_poc_type_of_care, caregiver_retry_pdf_fill, caregiver_retry_form_validation, vba_documents_final_status_field, cst_friendly_evidence_requests_first_party, va_online_scheduling_clinic_filter, nod_confirmation_update, hca_ez_use_facilities_v2, va_online_scheduling_mhv_route_guards, champva_pega_applicant_metadata_enabled, virtual_agent_enable_nlu_pva_testing, decision_review_new_engine_4142_job, champva_failure_email_job_enabled, hca_retrieve_facilities_without_repopulating, only_use_direct_deposit_email_template, facility_locator_restore_community_care_pagination, form1010d, ask_va_form_feature, cst_use_lighthouse_show, pension_confirmation_update, mhv_integration_medical_records_to_phase_1, disability_526_toxic_exposure_ipf, decision_review_hlr_new_api, hca_json_schemer_validation, profile_show_payments_notification_setting, virtual_agent_voice, pension_supporting_documents_update, contact_info_change_email, validate_saved_claims_with_json_schemer, covid_volunteer_intake_enabled, virtual_agent_enable_datadog_logging, disability_compensation_remove_pciu, kafka_producer_fetch_schema_dynamically, appoint_a_representative_enable_2.0_features, champva_confirmation_email_bugfix, va_online_scheduling_patient_history_future_appts, hlr_confirmation_update, claims_status_v2_lh_benefits_docs_service_enabled, disability_compensation_staging_lighthouse_brd, disability_526_max_cfi_service_switch, facility_locator_ppms_legacy_urgent_care_to_pos_locator, show_expandable_vamc_alert, mhv_transitional_medical_records_landing_page, dependents_claims_evidence_upload, va_online_scheduling_static_landing_page, cst_suppress_evidence_requests, disability_526_ep_merge_api, va_online_scheduling_vaos_service_cc_appointments, covid_vaccine_registration_frontend, vye_request_allowed, va_v2_person_service, facility_locator_show_operational_hours_special_instructions, va_online_scheduling_enable_OH_requests, vre_enable_vbms_exception_logging, va_burial_v2, covid_vaccine_registration_frontend_enable_expanded_eligibility, mhv_interstitial_enabled, facility_locator_lat_long_only, va_dependents_submit674, facility_locator_show_health_connect_number, stem_automated_decision, veteran_onboarding_contact_info_flow, caregiver_use_facilities_API_V2, va_online_scheduling_vaos_v2_next, burial_form_v2, disability_compensation_lighthouse_intent_to_file_provider, decision_review_nod_new_api, disability_526_toxic_exposure_document_upload_polling, profile_show_new_benefit_overpayment_debt_notification_setting, veteran_status_card_use_lighthouse_frontend, claims_api_use_vet_record_service, ask_va_introduction_page_feature, disability_526_new_confirmation_page, hca_use_facilities_API, claims_api_local_bgs_refactor, hca_cache_facilities, simple_forms_notification_callbacks, pension_introduction_update, caregiver_use_va_notify_on_submission_failure, mhv_secure_messaging_remove_landing_page, covid_vaccine_registration_expanded, mobile_v2_contact_info, mobile_lighthouse_disability_ratings, mobile_lighthouse_direct_deposit, mhv_secure_messaging_edit_contact_list, mhv_medications_client_test, va_online_scheduling_past_appt_date_range, veteran_readiness_employment_to_res, va_online_scheduling_breadcrumb_url_update, va_online_scheduling_vaos_service_requests, champva_pdf_decrypt, caregiver_lookup_facility_name_db, va_online_scheduling_appointment_type_consolidation, disability_compensation_lighthouse_generate_pdf, disability_526_toxic_exposure, cg1010_oauth_2_enabled, submission_pdf_s3_upload, vaos_online_scheduling_use_va_date, covid_vaccine_registration_frontend_cta, hlr_updateed_contnet, form4142_validate_schema, champva_require_all_s3_success, intent_to_file_lighthouse_enabled, va_notify_metadata_statsd_tags, caregiver1010, show_digital_form_1095b, show_payment_history_mvp, retry_form_validation, filter_saved_claim_logs, appointment_provider_id_logging, champva_multiple_stamp_retry, facility_locator_show_community_cares, cst_use_lighthouse_5103, mhv_account_creation_api_consumption, virtual_agent_fetch_jwt_token, debts_cache_vbs_copays_empty_response, covid_vaccine_registration, virtual_agent_component_testing, covid_vaccine_scheduling_frontend, payment_history_exclude_third_party_disbursements, benefits_education_use_lighthouse, va_online_scheduling_use_dsot, ask_va_dashboard_feature, hca_sigi_enabled, disability_compensation_lighthouse_ppiu_direct_deposit_provider, champva_enhanced_monitor_logging, cst_use_lighthouse_index, va_online_scheduling_vaos_service_va_appointments, mhv_secure_messaging_signature_settings, burial_location_of_death_update, facility_locator_pull_operating_status_from_lighthouse, disability_compensation_lighthouse_brd, virtual_agent_lighthouse_claims, disability_526_migrate_contention_classification, sc_confirmation_update, va_online_scheduling_direct_schedule_appointment_conflict, burial_module_enabled, disability_compensation_lighthouse_claims_service_provider, cst_friendly_evidence_requests_third_party, hca_log_email_diff_in_progress_form, disability_compensation_lighthouse_rated_disabilities_provider_background, simple_forms_email_confirmations, hca_tera_branching_enabled, covid_volunteer_update_enabled, veteran_status_card_use_lighthouse, va_v3_contact_information_service, medical_copays_api_key_change, virtual_agent_enable_root_bot, covid_volunteer_intake_backend_enabled, disability_526_expanded_contention_classification, burial_form_profile_module_enabled, remove_pciu_2, facility_locator_rails_engine, facilities_use_address_typeahead, hca_disable_sentry_logs, hca_zero_silent_failures, pension_document_upload_update, mhv_account_creation_after_login, disability_compensation_lighthouse_rated_disabilities_provider_foreground, caregiver_carma_submitted_at, payment_history_recategorize_hardship, va_online_scheduling_display_past_cancelled_appointments, decision_review_sc_new_api, hca_cache_facilities_job, hca_download_completed_pdf, covid_volunteer_delivery, va_online_scheduling_datadog_RUM, virtual_agent_enable_msft_pva_testing, burial_document_upload_update, virtual_agent_enable_param_error_detection, va_online_scheduling_sts_oauth_token, virtual_agent_enable_pva2_chatbot, mobile_veteran_status_stage_1, decision_review_new_engine_submit_upload_job, covid_vaccine_registration_frontend_hide_auth, facilities_ppms_suppress_pharmacies

It would be of benefit to all teams to verify and clear out any which are no longer needed.

Tasks:

  • verify removal of the listed features
  • create rake task to remove features from environment db (to also be run locally)
  • delete the flippers from lower environments
  • delete the flippers from production

Acceptance:

  • list of removed features no longer present in the console

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions