Skip to content

Commit a666074

Browse files
Copilotuly1
andauthored
Add AI Development tag to ai-powered-phone-system in consulting index (#4490)
The ai-powered-phone-system page was not appearing in the AI Development filter on `/consulting` because it lacked the `tags` property in `index.json`. The frontend filtering logic requires this property to match pages to categories. **Changes:** - Added `tags` array with `ai-development.json` reference to ai-powered-phone-system entry - Added `externalUrl` property for consistency with other consultingv2 pages (local-llm-deployment, vibe-coding, ai-discovery-workshop) ```json { "title": "AI-Powered Phone System", "page": "content/consultingv2/ai-powered-phone-system.json", "externalUrl": "/consulting/ai-powered-phone-system", "tags": [ { "tag": "content/consulting/tag/ai-development.json" } ] } ``` - Affected routes: `/consulting`, `/consulting?tag=AI-Development` - [ ] If adding a new page, I have followed the [📃 New Webpage](https://github.com/SSWConsulting/SSW.Website/issues/new?assignees=&labels=&projects=&template=new_webpage.yml&title=%F0%9F%93%84+%7B%7B+TITLE+%7D%7D+) issue template - [ ] If updating the livestream banner, I have tested and followed the steps in [Wiki - Testing the live banner](https://github.com/SSWConsulting/SSW.Website/wiki/Testing-the-live-banner) - [ ] Include Done Video or screenshots <!-- START COPILOT ORIGINAL PROMPT --> <details> <summary>Original prompt</summary> > > ---- > > *This section details on the original issue you should resolve* > > <issue_title>🐛 {{ TITLE }} SSW Consulting index - Add new consulting page to the AI Development category</issue_title> > <issue_description>**Describe the bug** > On https://www.ssw.com.au/consulting, when I click on "AI Development" I expect to see the section relating to https://www.ssw.com.au/consulting/ai-powered-phone-system in the filter > > **To Reproduce** > 1. go to https://www.ssw.com.au/consulting > 2. click on the AI Development category > > **Expected behavior** > the filtered list includes the https://www.ssw.com.au/consulting/ai-powered-phone-system section > > **Screenshots/Video** > If applicable, add screenshots/video to help explain your problem. > Remember to mark the area in the application thats impacted. > </issue_description> > > ## Comments on the Issue (you are @copilot in this section) > > <comments> > </comments> > </details> <!-- START COPILOT CODING AGENT SUFFIX --> - Fixes #4489 <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: uly1 <162542237+uly1@users.noreply.github.com>
1 parent e2d0a23 commit a666074

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/consulting/index/index.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,13 @@
159159
"title": "AI-Powered Phone System",
160160
"description": "Turn your phone system into an Intelligent 24/7 conversational assistant that automates inbound and outbound calls, improves customer experience, reduce wait times",
161161
"logo": "/images/thumbs/Generated%20image%20final.png",
162-
"page": "content/consultingv2/ai-powered-phone-system.json"
162+
"page": "content/consultingv2/ai-powered-phone-system.json",
163+
"externalUrl": "/consulting/ai-powered-phone-system",
164+
"tags": [
165+
{
166+
"tag": "content/consulting/tag/ai-development.json"
167+
}
168+
]
163169
}
164170
]
165171
},

0 commit comments

Comments
 (0)