Skip to content

Commit 7be7630

Browse files
authored
Merge pull request #2730 from galaxyproject/feedback_news
Add news about the feedback page
2 parents 0fb1fa3 + 9b022b2 commit 7be7630

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

_layouts/feedback.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
{% assign topics = site.data | where_exp: "item", "item.title" %}
88
{% assign tutorials = site.pages | where:"layout", "tutorial_hands_on" %}
99

10-
{% include _includes/default-header.html %}
11-
1210
<!-- use chart.js for graphs -->
1311
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.bundle.js"></script>
1412
<!-- plugin for adding data labels to charts -->
@@ -379,8 +377,3 @@ <h5 class="card-title">Detailed feedback</h5>
379377

380378
</section>
381379
</div>
382-
383-
384-
385-
386-
{% include _includes/default-footer.html %}

news/_posts/2021-07-28-feedback.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "New Feature: a feedback page to aggregate and display feedback answers"
3+
contributors: [bebatut]
4+
tags: [new feature, contributors]
5+
cover: "news/images/2021-07-28-feedback.png"
6+
coveralt: "Screenshot of the top of the feedback page with the titles and 2 graphs: the cumulative number of feedback answers over month for all topics, and a barplot with number of answers for different scores"
7+
layout: news
8+
---
9+
10+
As you have probably already seen, a feedback form is embedded on the bottom of each tutorial.
11+
12+
The answers are automatically posted to a [GitHub issue]({{ site.github_repository }}/issues/989). With > 1,300 answers, it is quite difficult to keep an eye on the answers, specially because the answers there are for all tutorials, but also to have an overview of the answers.
13+
14+
How can we have the feedback for a specific tutorial? Or for all the tutorials for a topic? How many feedback has been submitted? Are the tutorials appreciated?
15+
16+
To answer some of these questions and help contributors, we created a [page]({% link feedback.md %}) which aggregate all feedback, display them globally, but also by topic and tutorials, including the free text.
17+
18+
The data from the feedback are automatically extracted every week to update the page and its graphs. The page is linked in the "Extras" menu on the top (with direct link to interesting section from topic and tutorial pages).
19+
20+
[Visit the Feedback page]({% link feedback.md %}){: .btn .btn-primary}
93.5 KB
Loading

0 commit comments

Comments
 (0)