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

Remove Podiatry as an option from type of care list #95332

Open
6 tasks
JRRoof opened this issue Oct 18, 2024 · 3 comments
Open
6 tasks

Remove Podiatry as an option from type of care list #95332

JRRoof opened this issue Oct 18, 2024 · 3 comments
Assignees
Labels
appointments VA Online Scheduling tool product tag frontend

Comments

@JRRoof
Copy link
Contributor

JRRoof commented Oct 18, 2024

Description

The Office of Connected Care is requiring that requests for community care podiatry appointments come from referrals and not veteran requests. Therefore, the option to select Podiatry from the type of care list when scheduling online must be removed. This change will be behind a feature toggle so that the removal of this option can be coordinated with communications to the veteran.


Development Checklist

Background: the vaos_online_scheduling_remove_podiatry toggle is on

  • Remove the Podiatry option highlighted (bolded/italicized) below from the list of menu options when the feature toggle is enabled:

What care do you need? (*Required)

  • Amputation care
  • Audiology and speech (including hearing aid support)
  • COVID-19 vaccine
  • Eye care
  • Mental health
  • MOVE! weight management program
  • Nutrition and food
  • Pharmacy
  • Podiatry (only available online for Community Care appointments)
  • Primary care
  • Sleep medicine
  • Social work

Design Assets

  • N/A

Developer Reference

Definition of Done

  • All tasks criteria are met
  • Technical documentation is updated

How to configure this issue (Delete this section before creating the ticket)

  • Attached to a Feature (what body of work is this a part of?)
  • Labeled with Practice Area (backend, frontend, devops, design, research, product, ia, qa, analytics, contact center, research, accessibility, content)
  • Labeled with Type (bug, request, discovery, documentation, etc.)
@JRRoof JRRoof added appointments VA Online Scheduling tool product tag frontend needs-grooming Use this to designate any issues that need grooming from the team labels Oct 18, 2024
@Bren22va
Copy link
Contributor

@Bren22va Bren22va removed the needs-grooming Use this to designate any issues that need grooming from the team label Oct 22, 2024
@ryanshaw ryanshaw self-assigned this Oct 29, 2024
@ryanshaw
Copy link
Contributor

ryanshaw commented Nov 14, 2024

The feature toggle names within Flipper do not follow our current naming conventions and are named:

    vaosOnlineSchedulingRemovePodiatry: true,
    vaos_online_scheduling_remove_podiatry: true,

Because of this, we either need to correct those names in flipper or introduce unconventional names in our frontend code. Our code expects:

            {
                "name": "vaOnlineSchedulingRemovePodiatry",
                "value": false
            },

I am working on getting the names changed in Flipper.

@ryanshaw
Copy link
Contributor

A PR was created in vets-api to address this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
appointments VA Online Scheduling tool product tag frontend
Projects
None yet
Development

No branches or pull requests

3 participants