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

rebase #370

Merged
merged 20 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion about/latest-changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
altLangPage: "https://conception.canada.ca/a-propos/derniers-changements.html"
date: 2017-10-05
dateModified: 2023-03-28
dateModified: 2023-11-07
description: "Latest changes to the Canada.ca design system"
layout: default
title: "Latest changes to the Canada.ca design system"
Expand All @@ -14,6 +14,10 @@ title: "Latest changes to the Canada.ca design system"
</div>
<div id="expand-collapse">
<details open="open">
<summary>November 7, 2023</summary>
<p>Updated the <a href="{{ site.url }}/common-design-patterns/report-problem.html">Report a problem pattern</a> to inform users that it is being decommissioned. Stabilized the <a href="{{ site.url }}/common-design-patterns/page-feedback.html">Page feedback tool pattern</a> and added content specifications and updated implementation instructions.</p>
</details>
<details>
<summary>July 12, 2023</summary>
<p>Updated the <a href="{{ site.url }}/common-design-patterns/subway-navigation.html">Subway pattern</a> to remove "avoid sub-steps". This reflects that there may be instances where more complex processes would benefit from the use of sub-steps.</p>
</details>
Expand Down
14 changes: 7 additions & 7 deletions ajax/patterns-01-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,12 @@
"MANDATORY": "",
"TANDP": "0"
}, {
"NAME": "<a href=\"{{ site.url }}/feedback/index.html\">Page feedback tool</a>",
"SOURCE": "Continuous improvement",
"DESCRIPTION": "The feedback tool is an optional pattern to uncover specific page-level issues affecting task performance.",
"WHENTOUSE": "The feedback tool is an optional pattern to uncover specific page-level issues affecting task performance.",
"NAME": "<a href=\"{{ site.url }}/common-design-patterns/page-feedback.html\">Page feedback tool</a>",
"SOURCE": "Template and pattern library",
"DESCRIPTION": "The Page feedback tool is an optional pattern to collect feedback on the page experience. It should only be used on pages where the feedback will be actively monitored and actioned.",
"WHENTOUSE": "The Page feedback tool is an optional pattern to collect feedback on the page experience. It should only be used on pages where the feedback will be actively monitored and actioned.",
"CATEGORY": "Design pattern",
"TYPE": "Interaction",
"TYPE": "Site-wide pattern, Interaction",
"MANDATORY": "No",
"TANDP": "1"
}, {
Expand Down Expand Up @@ -1103,8 +1103,8 @@
}, {
"NAME": "<a href=\"{{ site.url }}/common-design-patterns/report-problem.html\">Report a problem</a>",
"SOURCE": "Template and pattern library",
"DESCRIPTION": "Allows people to provide feedback via a form for any problems that may have happened",
"WHENTOUSE": "Allows people to provide feedback via a form for any problems that may have happened",
"DESCRIPTION": "Allows people to provide feedback via a form for any problems that may have happened. This pattern is being decommissioned. We do not recommend adding it to your pages.",
"WHENTOUSE": "Allows people to provide feedback via a form for any problems that may have happened. This pattern is being decommissioned. We do not recommend adding it to your pages.",
"CATEGORY": "Design pattern",
"TYPE": "Site-wide pattern, Interaction",
"MANDATORY": "No",
Expand Down
2 changes: 1 addition & 1 deletion common-design-patterns/page-feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ title: "Page feedback tool"
<details>
<summary>Instructions for MWS pages</summary>
<h4>Add the feedback component</h4>
<p><a href="https://www.gcpedia.gc.ca/wiki/AEM_GC-specific_Documentation_6.5">How to add the feedback component to your page in Adobe Experience Manager (AEM).</a> (Internal only on GCPedia)</p>
<p><a href="https://www.gcpedia.gc.ca/wiki/AEM_GC-specific_Documentation_6.5#Chapter_3_.E2.80.93_Working_with_Content">How to add the feedback component to your page in Adobe Experience Manager (AEM).</a> (Internal only on GCPedia)</p>
<h4><span class="label label-primary">Recommended</span> Add a "theme" hidden value in the feedback code</h4>
<p>This is useful when you want to download feedback for an entire theme of pages at the same time.</p>
<p>In most cases, you should include the Canada.ca theme for your content (full list below).</p>
Expand Down
Loading
Loading