Hello from MCP server

List Files | Just Commands | Repo | Logs

← back |
export const allProblemsWithDescriptions = [
  // PA - Drain Cleaning Problems
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PA1_problem",
      description:
        "Clean interior fixture drains including sinks, tubs, showers. Remove hair, soap buildup, and minor blockages using professional drain cleaning equipment.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["drain", "bathroom", "repair"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PA4_problem",
      description:
        "Clear main line blockages from exterior access point without cleanout. Emergency service for severe drain backups affecting multiple fixtures.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["drain", "emergency", "repair"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PA7_problem",
      description:
        "Clear main line blockages using existing exterior cleanout access. More efficient than non-cleanout method with better long-term results.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["drain", "emergency", "repair"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PA10_problem",
      description:
        "Chemical treatment for slow-draining fixtures. Eco-friendly solutions to break down buildup and restore proper drainage flow.",
      refs: [{ collection: "problemTags", refIds: ["drain", "repair"] }],
    },
  },

  // PB - Pressure System Problems
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PB1_problem",
      description:
        "Install or repair pressure regulator valve to maintain consistent water pressure throughout home and protect plumbing fixtures.",
      refs: [
        { collection: "problemTags", refIds: ["installation", "repair"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PB4_problem",
      description:
        "Install expansion tank for water heater system to prevent pressure buildup and extend water heater life.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },

  // PC - Toilet Problems
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PC1_problem",
      description:
        "Basic toilet repairs including float adjustment, flapper replacement, lever repair, and fill valve maintenance.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["toilet", "bathroom", "repair"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PC9_problem",
      description:
        "Complete toilet replacement with standard level 1 toilet including removal of old fixture and professional installation.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["toilet", "bathroom", "installation"],
        },
      ],
    },
  },

  // PD - Pump Problems
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PD1_problem",
      description:
        "Install or service lift station for basement bathroom or below-grade plumbing systems.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["pump", "installation", "bathroom"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PD26_problem",
      description:
        "Secondary lift station installation for additional basement plumbing or backup systems.",
      refs: [
        { collection: "problemTags", refIds: ["pump", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PD3_problem",
      description:
        "Install or replace sump pump to prevent basement flooding and water damage.",
      refs: [
        { collection: "problemTags", refIds: ["pump", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PD7_problem",
      description:
        "Add battery backup option to existing sump pump for power outage protection.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["pump", "installation", "emergency"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PD11_problem",
      description:
        "Install complete battery backup sump pump system (Level 1) for reliable basement protection.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["pump", "installation", "emergency"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PD5_problem",
      description:
        "Install condensate pump for HVAC systems to remove water from air conditioning and heating units.",
      refs: [
        { collection: "problemTags", refIds: ["pump", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PD13_problem",
      description:
        "Repair hot water circulator pumps to restore instant hot water throughout the home.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["pump", "water-heater", "repair"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PD16_problem",
      description:
        "Install hot water circulator pumps for instant hot water throughout the home.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["pump", "water-heater", "installation"],
        },
      ],
    },
  },

  // PE - Water Heater Problems (Gas and Electric)
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE1_problem",
      description:
        "Install 30-gallon gas water heater with professional installation and code compliance.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE2_problem",
      description:
        "Install 40-gallon gas water heater with professional installation and code compliance.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE3_problem",
      description:
        "Install 50-gallon gas water heater with professional installation and code compliance.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE5_problem",
      description:
        "Install 75-gallon gas water heater with professional installation and code compliance.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE6_problem",
      description:
        "Install 30-gallon electric water heater with professional wiring and installation.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE7_problem",
      description:
        "Install 40-gallon electric water heater with professional wiring and installation.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE8_problem",
      description:
        "Install 50-gallon electric water heater with professional wiring and installation.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE10_problem",
      description:
        "Install 80-gallon electric water heater with professional wiring and installation.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE11_problem",
      description:
        "Install tankless gas water heater with professional gas line and venting work.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE75_problem",
      description:
        "Install tankless electric water heater with professional electrical and plumbing connections.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE12_problem",
      description:
        "Repair gas water heater including thermostat, gas valve, and heating element issues.",
      refs: [
        { collection: "problemTags", refIds: ["water-heater", "repair"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE14_problem",
      description:
        "Repair electric water heater including heating elements, thermostats, and electrical connections.",
      refs: [
        { collection: "problemTags", refIds: ["water-heater", "repair"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE24_problem",
      description:
        "Repair tankless water heater including descaling, filter replacement, and component servicing.",
      refs: [
        { collection: "problemTags", refIds: ["water-heater", "repair"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE28_problem",
      description:
        "Flush tankless water heater to remove mineral buildup and maintain optimal performance.",
      refs: [
        { collection: "problemTags", refIds: ["water-heater", "repair"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE69_problem",
      description:
        "Flush tanked gas water heater to remove sediment and improve heating efficiency.",
      refs: [
        { collection: "problemTags", refIds: ["water-heater", "repair"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE72_problem",
      description:
        "Flush tanked electric water heater (Level 1) to remove sediment and maintain performance.",
      refs: [
        { collection: "problemTags", refIds: ["water-heater", "repair"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE30_problem",
      description:
        "Install mixing valve or tempering system for safe water temperature control.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE16_problem",
      description:
        "Install 40-gallon gas power vented water heater with professional installation.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE17_problem",
      description:
        "Install 50-gallon gas power vented water heater with professional installation.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE18_problem",
      description:
        "Install 75-gallon gas power vented water heater with professional installation.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE26_problem",
      description:
        "Install 40-gallon gas direct vent water heater with professional installation.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE27_problem",
      description:
        "Install 50-gallon gas direct vent water heater with professional installation.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE20_problem",
      description:
        "Install compact electric water heater for point-of-use applications.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE22_problem",
      description:
        "Install instant hot water dispenser for kitchen convenience.",
      refs: [
        { collection: "problemTags", refIds: ["kitchen", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE80_problem",
      description:
        "Install energy-efficient heat pump water heater with professional setup.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PE83_problem",
      description:
        "Install indirect water heater system connected to boiler for efficient heating.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["water-heater", "installation"],
        },
      ],
    },
  },

  // PF - Bathroom Faucet Problems (Skip PF15 - no menu)
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PF17_problem",
      description:
        "Replace tub mixer valve with new unit including professional installation and testing.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["faucet", "bathroom", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PF22_problem",
      description:
        "Repair tub mixer valve (Level 1) including seat and spring replacement.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["faucet", "bathroom", "repair"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PF27_problem",
      description:
        "Replace freestanding shower mixer valve with professional installation.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["faucet", "bathroom", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PF32_problem",
      description:
        "Repair freestanding shower mixer valve including cartridge and seal replacement.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["faucet", "bathroom", "repair"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PF37_problem",
      description:
        "Replace tub and shower combo mixer valve with professional installation.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["faucet", "bathroom", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PF42_problem",
      description:
        "Repair tub and shower mixer valve including cartridge and internal components.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["faucet", "bathroom", "repair"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PF8_problem",
      description:
        "Replace tub waste and overflow system including drain and overflow components.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["bathroom", "drain", "repair"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PF4_problem",
      description:
        "Install new vanity faucet with professional plumbing connections.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["faucet", "bathroom", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PF47_problem",
      description:
        "Repair vanity faucet including cartridge replacement and leak fixes.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["faucet", "bathroom", "repair"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PF14_problem",
      description:
        "Repair vanity under sink plumbing (Level 1) including supply lines and drain.",
      refs: [{ collection: "problemTags", refIds: ["bathroom", "repair"] }],
    },
  },

  // PG - Kitchen Faucet Problems (Skip PG12 - no menu)
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PG1_problem",
      description:
        "Install new kitchen faucet with professional connections and testing.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["faucet", "kitchen", "installation"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PG11_problem",
      description:
        "Repair kitchen faucet including seats, springs, washers, O-rings and simple leak repair.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["faucet", "kitchen", "repair"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PG14_problem",
      description:
        "Repair kitchen under sink plumbing including supply lines and drain connections.",
      refs: [{ collection: "problemTags", refIds: ["kitchen", "repair"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PG3_problem",
      description:
        "Install garbage disposal with professional electrical and plumbing connections.",
      refs: [
        { collection: "problemTags", refIds: ["kitchen", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PG7_problem",
      description:
        "Install or repair air gap for dishwasher drainage system.",
      refs: [
        { collection: "problemTags", refIds: ["kitchen", "installation"] },
      ],
    },
  },

  // PH - Plumbing Hardware Problems (Skip PH15, PH18 - no menus)
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PH1_problem",
      description:
        "Install or repair exterior hose bibs including freeze-proof models.",
      refs: [
        { collection: "problemTags", refIds: ["installation", "repair"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PH30_problem",
      description:
        "Install yard hydrant for outdoor water access with freeze protection.",
      refs: [{ collection: "problemTags", refIds: ["installation"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PH23_problem",
      description:
        "Replace water meter with professional installation and testing.",
      refs: [{ collection: "problemTags", refIds: ["installation"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PH5_problem",
      description:
        "Replace supply line with professional installation and pressure testing.",
      refs: [
        { collection: "problemTags", refIds: ["repair", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PH7_problem",
      description:
        "Replace shut-off valves and water stops with professional installation.",
      refs: [
        { collection: "problemTags", refIds: ["repair", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PH9_problem",
      description:
        "Install appliance water line hookups for ice makers, dishwashers, and other appliances.",
      refs: [{ collection: "problemTags", refIds: ["installation"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PH3_problem",
      description:
        "Install dedicated ice maker water line with professional connections.",
      refs: [
        { collection: "problemTags", refIds: ["kitchen", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PH12_problem",
      description:
        "Repair laundry sink (Level 1) including faucet and drain maintenance.",
      refs: [{ collection: "problemTags", refIds: ["repair"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PH28_problem",
      description:
        "Install washer box and laundry room plumbing upgrade with professional installation.",
      refs: [{ collection: "problemTags", refIds: ["installation"] }],
    },
  },

  // PI - Pipe Problems
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PI1_problem",
      description:
        "Emergency water pipe leak repairs including temporary and permanent solutions.",
      refs: [
        { collection: "problemTags", refIds: ["repair", "emergency"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PI10_problem",
      description:
        "Comprehensive water pipe leak repairs including diagnostic and permanent fixes.",
      refs: [
        { collection: "problemTags", refIds: ["repair", "emergency"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PI11_problem",
      description:
        "Complete water main replacement including excavation and professional installation.",
      refs: [
        { collection: "problemTags", refIds: ["installation", "repair"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PI20_problem",
      description:
        "Comprehensive water main replacement with upgraded materials and installation.",
      refs: [{ collection: "problemTags", refIds: ["installation"] }],
    },
  },

  // PJ - Filtration Problems
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PJ1_problem",
      description:
        "Install in-line water filtration system for whole house or point-of-use applications.",
      refs: [{ collection: "problemTags", refIds: ["installation"] }],
    },
  },

  // PK - Gas Problems
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PK1_problem",
      description:
        "Emergency gas leak detection, search, and repair with safety protocols.",
      refs: [
        { collection: "problemTags", refIds: ["repair", "emergency"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PK10_problem",
      description:
        "Comprehensive gas leak search and repair including diagnostic testing.",
      refs: [
        { collection: "problemTags", refIds: ["repair", "emergency"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PK11_problem",
      description:
        "Install appliance gas line with professional connections and testing.",
      refs: [{ collection: "problemTags", refIds: ["installation"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PK14_problem",
      description:
        "Repair gas logs including valve, control, and safety component maintenance.",
      refs: [{ collection: "problemTags", refIds: ["repair"] }],
    },
  },

  // PL - Drain Problems
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PL1_problem",
      description:
        "Emergency drain leak detection, search, and repair with immediate solutions.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["drain", "repair", "emergency"],
        },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PL10_problem",
      description:
        "Comprehensive drain leak search and repair including pipe replacement.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["drain", "repair", "emergency"],
        },
      ],
    },
  },

  // PN - Water Treatment Problems
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PN1_problem",
      description:
        "Repair water softener system including control valve and resin replacement.",
      refs: [{ collection: "problemTags", refIds: ["repair"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PN4_problem",
      description:
        "Install water softener or filtration system with professional setup.",
      refs: [{ collection: "problemTags", refIds: ["installation"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PN13_problem",
      description:
        "Install comprehensive water softener or filtration system with advanced features.",
      refs: [{ collection: "problemTags", refIds: ["installation"] }],
    },
  },

  // PO - Well System Problems (Skip PO1, PO5 - no menus)
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PO9_problem",
      description:
        "Replace pressure tank (Level 1) for well systems up to 2.5 bath homes.",
      refs: [
        { collection: "problemTags", refIds: ["pump", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PO12_problem",
      description:
        "Re-pipe well system (Level 1) up to 10 feet with professional installation.",
      refs: [
        { collection: "problemTags", refIds: ["pump", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PO21_problem",
      description:
        "Re-pipe well system (Level 10) up to 100 feet with comprehensive upgrade.",
      refs: [
        { collection: "problemTags", refIds: ["pump", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PO22_problem",
      description:
        "Install or replace pit-less adapter for well system access.",
      refs: [
        { collection: "problemTags", refIds: ["pump", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PO27_problem",
      description:
        "Pump diagnostics and service including performance testing and maintenance.",
      refs: [{ collection: "problemTags", refIds: ["pump", "repair"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PO32_problem",
      description:
        "Repair or replace cycle stop valve for well pump pressure control.",
      refs: [{ collection: "problemTags", refIds: ["pump", "repair"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PO37_problem",
      description:
        "Replace submersible well pump with professional installation and testing.",
      refs: [
        { collection: "problemTags", refIds: ["pump", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PO46_problem",
      description:
        "Replace submersible well pump with upgraded system and professional installation.",
      refs: [
        { collection: "problemTags", refIds: ["pump", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PO47_problem",
      description:
        "Replace jet pump well pump with professional installation and setup.",
      refs: [
        { collection: "problemTags", refIds: ["pump", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PO56_problem",
      description:
        "Replace jet pump well pump with comprehensive system upgrade.",
      refs: [
        { collection: "problemTags", refIds: ["pump", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PO57_problem",
      description:
        "Replace bladder tank (Level 1) up to $650 primary part cost with installation.",
      refs: [
        { collection: "problemTags", refIds: ["pump", "installation"] },
      ],
    },
  },

  // PP - Emergency Problems
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PP1_problem",
      description:
        "Emergency frozen water line thawing and repair with damage prevention.",
      refs: [
        { collection: "problemTags", refIds: ["emergency", "repair"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PP10_problem",
      description:
        "Comprehensive frozen water line service including thawing and pipe repair.",
      refs: [
        { collection: "problemTags", refIds: ["emergency", "repair"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PP11_problem",
      description:
        "Winterization service to protect plumbing from freezing damage.",
      refs: [{ collection: "problemTags", refIds: ["repair"] }],
    },
  },

  // PQ - Backflow Problems
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PQ1_problem",
      description:
        "Install R.P.Z. backflow preventer for boiler and heating system protection.",
      refs: [{ collection: "problemTags", refIds: ["installation"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PQ3_problem",
      description:
        "Rebuild or replace R.P.Z. commercial backflow prevention system.",
      refs: [
        { collection: "problemTags", refIds: ["repair", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PQ6_problem",
      description:
        "Service and upgrade R.P.Z. commercial backflow system with testing.",
      refs: [{ collection: "problemTags", refIds: ["repair"] }],
    },
  },

  // PR - Sewer Problems
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PR1_problem",
      description:
        "Professional jetting service for severe drain and sewer blockages.",
      refs: [{ collection: "problemTags", refIds: ["drain", "repair"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PR6_problem",
      description:
        "Sewer line repair or replacement including excavation and professional installation.",
      refs: [
        {
          collection: "problemTags",
          refIds: ["drain", "repair", "installation"],
        },
      ],
    },
  },

  // PT - Ventilation Problems
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PT1_problem",
      description:
        "Repair flue system for proper ventilation and safety compliance.",
      refs: [{ collection: "problemTags", refIds: ["repair"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PT6_problem",
      description:
        "Replace bathroom exhaust fan with professional electrical and ductwork.",
      refs: [
        { collection: "problemTags", refIds: ["bathroom", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PT9_problem",
      description:
        "Install new bathroom exhaust fan with ductwork and electrical connections.",
      refs: [
        { collection: "problemTags", refIds: ["bathroom", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PT12_problem",
      description:
        "Clean dryer vent system to prevent fire hazards and improve efficiency.",
      refs: [{ collection: "problemTags", refIds: ["repair"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PT17_problem",
      description:
        "Install dryer vent system (Level 1) up to 15 feet with proper termination.",
      refs: [{ collection: "problemTags", refIds: ["installation"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PT22_problem",
      description:
        "Replace vent stack with professional installation and code compliance.",
      refs: [{ collection: "problemTags", refIds: ["installation"] }],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PT31_problem",
      description:
        "Replace vent stack system with comprehensive upgrade and professional installation.",
      refs: [
        { collection: "problemTags", refIds: ["drain", "installation"] },
      ],
    },
  },
  {
    collection: "problems",
    operation: "update",
    data: {
      refId: "PT32_problem",
      description:
        "Install or replace Air Admittance Valve (AAV) for proper drainage ventilation.",
      refs: [
        { collection: "problemTags", refIds: ["drain", "installation"] },
      ],
    },
  },
];

// List of problems to exclude (those that reference non-existent menus)
export const excludedProblems = [
  "PF15_problem",
  "PG12_problem",
  "PH15_problem",
  "PH18_problem",
  "PO1_problem",
  "PO5_problem",
];