Skip to content

feat:Add Whole Genome Sequencing Page & Improve Wellness Genomics Structure

Praveena Veeranki requested to merge wholegenosome into dev

1. New Pages & Content

  • Whole Genome Sequencing (WGS)

    • Added new route: /wellness-genomics/whole-genome-sequencing
    • Implemented minimal UI (heading + FAQ accordion) aligned with WES page design
    • Ensures consistency across genomics services

2. UI & Navigation Improvements

  • Nested Routing

    • Organized all wellness genomics pages under: /wellness-genomics/*
  • Navbar Enhancements

    • Fixed spacing between logo and navigation links
    • Added flex-shrink: 0 to prevent logo distortion
    • Updated navigation links to reflect new routing structure
  • Design Consistency

    • Reused ExpandableCard component across pages
    • Maintained a clean, consistent UI pattern

3. Code Quality & Performance

  • Linting Fixes

    • Removed unused imports
    • Cleaned up component files
  • Build Verification

    • Verified successful production build (npm run build)
  • Branch

    • All changes pushed to: wholegenosome

Result

  • Fully functional WGS page with FAQ accordion
  • Improved navigation and routing structure
  • Consistent and scalable UI design system
  • Clean, production-ready codebase

Testing

  • Verified routing for:

    • /wellness-genomics
    • /wellness-genomics/whole-genome-sequencing
    • /wellness-genomics/carrier-screening
    • /wellness-genomics/preventive-wes
  • Checked responsiveness and UI consistency

Merge request reports

Loading