Skip to content

Commit

Permalink
docs(feedback banner): feedback banner added to site (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjmccarthy authored Jan 8, 2024
1 parent 5afb4cc commit fe1e06b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/_includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

{% include "./partials/navigation.njk" %}

{% include "./partials/feedback-banner.njk" %}

{% block content %}
<main class="app-prose-scope" role="main">
{{ content | safe }}
Expand Down
16 changes: 16 additions & 0 deletions docs/_includes/layouts/partials/feedback-banner.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<div class="govuk-width-container">
<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
<div class="govuk-phase-banner">
<p class="govuk-phase-banner__content">
<strong class="govuk-tag govuk-phase-banner__content__tag govuk-tag--purple">
Feedback
</strong>
<span class="govuk-phase-banner__text">
Help make the MoJ Design System better with your <a class="govuk-link" href="https://docs.google.com/forms/d/e/1FAIpQLSdlO2KjCaT3MoqE0SCvZiu9svPZrZAFg8iIDmKap-ShEk9joA/viewform?usp=sf_link">feedback</a>.
</span>
</p>
</div>
</div>
</div>
</div>
8 changes: 4 additions & 4 deletions docs/community/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ title: Roadmap

This is the roadmap for the MoJ Design System. It shows what we’re working on now, and whilst some things on the roadmap might change, it gives a guide for what we’re planning to do in the future.

This roadmap was last updated in **November 2023**.
This roadmap was last updated in **December 2023**.

## Working on now

- ~~Publish roadmap on the public MoJ Design System.~~
- ~~Setup a MoJ Design System Group.~~
- ~~Create a contribution criteria for the MoJ Design System. Publish onto the public MoJ Design System.~~
- Develop a low-barrier contribution process. Test and iterate.
- ~~Develop a low-barrier contribution process. Test and iterate.~~
- ~~Develop low-barrier change request process. Test and iterate.~~
- Review all styles, components, and patterns that exist in the MoJ Design System, and that have also been contributed to sandbox areas. Check what does and doesn’t meet the contribution criteria.
- Resolve any styles, components, or patterns that do not meet our contribution criteria. Roadmap to be updated based on the required resolution work.
- Improve online guidance for prototyping (and include guidance for prototyping with other tools like Figma).

## Working on next

Expand All @@ -26,6 +28,4 @@ This roadmap was last updated in **November 2023**.

## Working on later

- Develop low-barrier change request process. Test and iterate.
- Improve online guidance for prototyping (and include guidance for prototyping with other tools like Figma).
- Run a discovery to understand how the MoJ Design System might further support teams.
2 changes: 1 addition & 1 deletion docs/community/users-and-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ We aim to continuously improve our design system around the people that use it,
<p class="govuk-body">We aim to have a design system that is led by its users. Talking to users of the MoJ Design System helps us to meet their needs.</p>
<p class+"govuk-body">Since December 2023:</p>
<ul class="govuk-list govuk-list--bullet">
<li>3 research sessions have been carried out</li>
<li>5 research sessions have been carried out</li>
</ul>
</div>
</div>

0 comments on commit fe1e06b

Please sign in to comment.