Skip to content

Added requirements-grid to about page to demo the element #104

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

Open
wants to merge 3 commits into
base: polymer-obsolete
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"time-elements": "^0.6.0",
"openidconnect-signin": "rwth-acis/openidconnect-signin#update-signin",
"activity-tracker": "rwth-acis/activity-tracker#~1.2.0",
"requirements-grid": "rwth-acis/requirements-grid#~1.5.2",
"paper-dialog-behavior": "PolymerElements/paper-dialog-behavior#^1.2.2",
"emoji-selector": "https://github.com/notwaldorf/emoji-selector.git#^1.1.1",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.3.1",
Expand Down
10 changes: 9 additions & 1 deletion src/view-about.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/paper-material/paper-material.html">
<link rel="import" href="../bower_components/requirements-grid/requirements-grid.html">
<link rel="import" href="config-behavior.html">
<link rel="import" href="shared-styles.html">

Expand Down Expand Up @@ -77,7 +78,7 @@ <h2>Technical Background</h2>
https://github.com/rwth-acis/requirements-grid</a>: Yet another Web component. This one can be embedded on
3rd-party websites to display a grid of requirements in a specific project and category. You can see an
example on the <a href="https://wekit-community.org/ideas/" target="_blank">WEKIT Community website</a> where
new ideas for Augmented Reality tools are collected.</li>
new ideas for Augmented Reality tools are collected. Also you can see an example at the bottom of this page.</li>
</ul>

<h2>How to Contribute</h2>
Expand All @@ -88,6 +89,13 @@ <h2>How to Contribute</h2>
our open source repositories, by sending us design proposals, or by volunteering to translate the page to one of
your native languages. Simply drop us an email at reqbaz@dbis.rwth-aachen.de and tell us about your idea.</p>

<h2>Requirements Grid Example</h2>

<requirements-grid base-url="https://requirements-bazaar.org/bazaar/"
project-id="2"
page="0"
per-page="4">
</requirements-grid>

</paper-material>

Expand Down