Skip to content

Commit

Permalink
Added list of features
Browse files Browse the repository at this point in the history
  • Loading branch information
deitch committed Jun 28, 2015
1 parent 3110640 commit ebd3dc9
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/render/features.html.md
@@ -0,0 +1,42 @@
---
layout: default
title: Awesome Features!
---
## Awesome Features!

StudyMesh has the most amazing features. You will wonder how you collaborated before!

#### <span class="glyphicon glyphicon-pencil red"></span> Self-Registration

Everyone signs up and controls their own commitments. They can register for any part of your study, and they can cancel their registration at any time.

Of course, you, Mr. or Ms. Study Owner, can override any reservations in your study, cancel them or even mark them as complete!

#### <span class="glyphicon glyphicon-check green"></span> Track Completion

Everyone who signs up can mark their commitment as complete! Yes, once they are done, they simply click the "Complete" button and it is done.

#### <span class="glyphicon glyphicon-dashboard green"></span> Reports

You, the Study Owner, can report everyone who registered, including their names, city and country, what they reserved, and if it was completed. Easily find:

* All reservations
* All users who made reservations
* Study units not yet reserved
* Reservations not yet completed

Prefer to do it on your own? No problem, just export them to Excel with a single click.

#### <span class="glyphicon glyphicon-envelope blue"></span> Email Notifications (coming soon)

StudyMesh knows people are busy. We want to help you to get that study done!

* Automatically send out email reminders to those who have reservations, reminding them to complete before the finish date.
* Get daily email summaries of who signed up, how many are taken, how many are left.
* Register and reset password via email.

#### <span class="glyphicon glyphicon-phone"></span> Mobile App (coming soon)

Want to manage it all from your iPhone or Android? So do we! Mobile apps are on the way, so pay close attention!


9 changes: 9 additions & 0 deletions src/static/styles/style.css
Expand Up @@ -139,6 +139,15 @@ div.main-register input.valid {
background: url("../images/green-check-mark.png") no-repeat scroll 0 0 #ffffff;
background-position: 98% center;
}
.green {
color: green;
}
.blue {
color: blue;
}
.red {
color: red;
}
div.main-register div.error {
display: none;
position: absolute;
Expand Down

0 comments on commit ebd3dc9

Please sign in to comment.