Link into UC and Contact Center from Managed Support and the four industry pages #221
Labels
No Label
P0
P1
P2
P3
accessibility
backend
bug
content
data-integrity
enhancement
frontend
infra
integration
owner
owner-input
performance
phase-7
phase-8
release-blocker
security
seo
ui
ux
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Queue-North-Website#221
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Both sheets ask for links into these pages from Managed Support and the relevant industry pages (UC section 15, CC section 18). Home, the Services index, the header and the footer already link to both; verify, do not add.
What is true now. No service page links to another service, and the industry pages (
src/pages/IndustryDetail.jsx) link to no service at all.What to do. A
related: [{ to, label }]field onmanaged-supportinsrc/data/services.jsand on each of the four industries insrc/data/industries.js, rendered by the sharedRelatedLinkscomponent: inside the industry card, and after "Ideal For" in the service fallback layout. Anchors: "business phone and UCaaS solutions" and "contact center and CCaaS solutions". All four industries qualify: each page's own description already says Queue North "delivers phone, contact center, network, and IT support" for that industry.Trap. The other four fallback service pages must stay byte-identical:
RelatedLinksreturns nothing without links. The footer is not touched.Verify: in a browser at 390px and 1024px, the Managed Support page and each of the four industry pages show a Related services list with both links, and clicking each lands on the right page;
node scripts/audit-html.jsreports no unresolved link.