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

feat(ui): Adding new FAQ to FAQ page #970

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

feat(ui): Adding new FAQ to FAQ page #970

wants to merge 7 commits into from

Conversation

RanyeM
Copy link
Collaborator

@RanyeM RanyeM commented Jan 3, 2025

🎫 Linked Ticket

https://jiraent.cms.gov/browse/OY2-31448?filter=-1

💬 Description / Notes

As a developer, I need to add an FAQ that would allow users in the future to know the history of when we moved the CHIP & Medicaid MMDL templates over to the legacy OneMac system

🛠 Changes

  1. Add question: "Which state plan amendments (SPAs) can I submit in OneMAC?" as the first question on the FAQ page under the State Plan Amendments (SPAs) header (reference figma and screenshot)
  2. Statement should indicate that Medicaid Alternative Benefit Plan and Premium & Cost Sharing SPAs, and CHIP Eligibility SPAs are to be submitted in the OneMAC system as of DATE TBD.
  3. This entry should be the first section on the page.
  4. Upon clicking on the URL's, the application should scroll down to that specific section and open it.
  5. The "Learn more" link in the "New and Notable" box on the welcome page should be updated to link directly to this opened section of the FAQ.
  6. The "Go to FAQs" link in the new "MMDL forms available in OneMAC" notification banner on the home page should also link to this auto-expanded question.

📸 Screenshots / Demo

Screenshot 2025-01-03 at 1 30 56 PM

Screenshot 2024-11-19 140528

@RanyeM RanyeM self-assigned this Jan 3, 2025
@RanyeM RanyeM temporarily deployed to new-faq-question-app January 3, 2025 18:35 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 3, 2025 18:35 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question-kibana January 3, 2025 18:35 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 3, 2025 18:35 — with GitHub Actions Inactive
Copy link
Contributor

github-actions bot commented Jan 3, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 73.05% 6357 / 8702
🔵 Statements 72.32% 6674 / 9228
🔵 Functions 67.32% 1929 / 2865
🔵 Branches 41.34% 1184 / 2864
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
react-app/src/components/Banner/MMDLSpaBanner.tsx 16.66% 0% 0% 20% 7-11
react-app/src/features/faq/content/oneMACFAQContent.tsx 63.15% 20% 90.9% 63.15% 282-289
react-app/src/features/welcome/index.tsx 78.57% 66.66% 75% 78.57% 19-20, 28
Generated in workflow #1341 for commit 5687835 by the Vitest Coverage Report Action

Copy link
Collaborator

@tbolt tbolt left a comment

Choose a reason for hiding this comment

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

Looks good to me. Made a small non-blocking suggestion.

react-app/src/features/faq/content/oneMACFAQContent.tsx Outdated Show resolved Hide resolved
@RanyeM RanyeM temporarily deployed to new-faq-question January 3, 2025 21:18 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 3, 2025 21:18 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 3, 2025 21:19 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 3, 2025 21:19 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question-app January 3, 2025 21:19 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question-kibana January 3, 2025 21:20 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 3, 2025 21:20 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 3, 2025 21:24 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 3, 2025 21:26 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 3, 2025 21:26 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question-app January 3, 2025 21:26 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question-kibana January 3, 2025 21:26 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 3, 2025 21:26 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 3, 2025 21:30 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 6, 2025 16:56 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 6, 2025 16:59 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 6, 2025 16:59 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question-kibana January 6, 2025 16:59 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question-app January 6, 2025 16:59 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 6, 2025 16:59 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 6, 2025 17:11 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 6, 2025 17:16 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 6, 2025 17:16 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question-app January 6, 2025 17:16 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question-kibana January 6, 2025 17:16 — with GitHub Actions Inactive
@RanyeM RanyeM temporarily deployed to new-faq-question January 6, 2025 17:16 — with GitHub Actions Inactive
@RanyeM RanyeM changed the title feature (ui): adding new FAQ to FAQ page feat(ui): adding new FAQ to FAQ page Jan 6, 2025
@RanyeM RanyeM changed the title feat(ui): adding new FAQ to FAQ page feat(ui): Adding new FAQ to FAQ page Jan 6, 2025
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.

4 participants