-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added requirements-grid to about page to demo the element
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
|
||
|
@@ -75,9 +76,7 @@ <h2>Technical Background</h2> | |
Tracker Web component that asks the service above to fill its content.</li> | ||
<li><a href="https://github.com/rwth-acis/requirements-grid" target="_blank"> | ||
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> | ||
3rd-party websites to display a grid of requirements in a specific project. You can see at the bottom of this page.</li> | ||
This comment has been minimized.
Sorry, something went wrong. |
||
</ul> | ||
|
||
<h2>How to Contribute</h2> | ||
|
@@ -88,9 +87,14 @@ <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 [email protected] and tell us about your idea.</p> | ||
|
||
|
||
</paper-material> | ||
|
||
<requirements-grid base-url="https://requirements-bazaar.org/beta/bazaar/" | ||
project-id="1" | ||
page="0" | ||
per-page="4"> | ||
</requirements-grid> | ||
|
||
</template> | ||
|
||
<script> | ||
|
Hi, the link to the WEKIT community page was there for a purpose; to show an active, real-world installation. Also, should be "You can see an example at the bottom of this page.", but it's somehow odd to only feature the requirements-grid on this page (out of context at the bottom of this page), because there would be many more interesting components. At least we should add a title, otherwise it appears below "How to contribute" which is confusing.