Skip to content

Commit

Permalink
Merge pull request #2730 from galaxyproject/feedback_news
Browse files Browse the repository at this point in the history
Add news about the feedback page
  • Loading branch information
shiltemann authored Jul 29, 2021
2 parents 0fb1fa3 + 9b022b2 commit 7be7630
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
7 changes: 0 additions & 7 deletions _layouts/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
{% assign topics = site.data | where_exp: "item", "item.title" %}
{% assign tutorials = site.pages | where:"layout", "tutorial_hands_on" %}

{% include _includes/default-header.html %}

<!-- use chart.js for graphs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.bundle.js"></script>
<!-- plugin for adding data labels to charts -->
Expand Down Expand Up @@ -379,8 +377,3 @@ <h5 class="card-title">Detailed feedback</h5>

</section>
</div>




{% include _includes/default-footer.html %}
20 changes: 20 additions & 0 deletions news/_posts/2021-07-28-feedback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "New Feature: a feedback page to aggregate and display feedback answers"
contributors: [bebatut]
tags: [new feature, contributors]
cover: "news/images/2021-07-28-feedback.png"
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"
layout: news
---

As you have probably already seen, a feedback form is embedded on the bottom of each tutorial.

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.

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?

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.

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).

[Visit the Feedback page]({% link feedback.md %}){: .btn .btn-primary}
Binary file added news/images/2021-07-28-feedback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7be7630

Please sign in to comment.