forked from supersede-project/monitor_feedback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (59 loc) · 4.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Feedback Gathering and Monitoring by supersede-project</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Feedback Gathering and Monitoring</h1>
<p></p>
<p class="view"><a href="https://github.com/supersede-project/monitor_feedback">View the Project on GitHub <small>supersede-project/monitor_feedback</small></a></p>
<ul>
<li><a href="https://github.com/supersede-project/monitor_feedback/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/supersede-project/monitor_feedback/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/supersede-project/monitor_feedback">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<p></p>
<h1>
<a id="feedback-gathering-and-monitoring-tool-of--project" class="anchor" href="#feedback-gathering-and-monitoring-tool-of--project" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Feedback Gathering and Monitoring Tool of <a href="https://www.supersede.eu/"><img src="images/SUPERSEDE-logo.png" alt="SUPERSEDE"></a> project</h1>
<p>This prototype enables end-users to communicate their feedback about a service or application in a flexible and multi-modal way. This means that end-users can document their feedback using text input, audio recording, ratings and screenshot annotations. The developed solution is available for Android and web applications and deployed on the SUPERSEDE platform.</p>
<p>The feedback gathering and the monitoring tool is composed by seven components:</p>
<ul>
<li>
<em>Android Library</em>: Android library to include feedback gathering mechanisms in an Android application (<a href="https://github.com/supersede-project/monitor_feedback/blob/master/android_library/README.md">README.md</a>)</li>
<li>
<em>Monitor Manager</em>: (<a href="https://github.com/supersede-project/monitor_feedback/tree/master/monitor_manager">https://github.com/supersede-project/monitor_feedback/tree/master/monitor_manager</a>)</li>
<li>
<em>Monitors</em>: This project contains the set of implemented monitors (RESTful web services) for the feedback gathering project (<a href="https://github.com/supersede-project/monitor_feedback/blob/master/monitors/README.md">README.md</a>)</li>
<li>
<em>Orchestrator</em>: Is a RESTfull Web API that provides endpoints for storing, receiving and updating the feedback configuration (<a href="https://github.com/supersede-project/monitor_feedback/blob/master/orchestrator/README.md">README.md</a>)</li>
<li>
<em>Reporting Frontend</em>: This is an Angular2 application that serves as a frontend for the repository. It allows to view and manage submitted feedbacks (<a href="https://github.com/supersede-project/monitor_feedback/blob/master/reporting_frontend/README.md">README.md</a>)</li>
<li>
<em>Repository</em>: Is a RESTfull Web API that provides endpoints for storing, receiving and deleting user feedbacks (<a href="https://github.com/supersede-project/monitor_feedback/blob/master/repository/README.md">README.md</a>)</li>
<li>
<em>Web Library</em>: jQuery Plugin to include Feedback Gathering on a Website (<a href="https://github.com/supersede-project/monitor_feedback/blob/master/web_library/README.md">README.md</a>)</li>
</ul>
<p><em>Please check the respective README.md for details.</em></p>
<p>Main contact: Norbert Seyff <a href="mailto:[email protected]">[email protected]</a></p>
<p><img src="images/european.union.logo.png" alt="Project funded by the European Union"> </p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/supersede-project">supersede-project</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>