/TeamReview

open source, web based tool to improve your team's performance with performance reviews, peer reviews and stack ranking

Primary LanguageJavaScriptMIT LicenseMIT

Team Review

Team Review is a web based tool for improving your team's performance. Using performance reviews, peer reviews and stack ranking.

Check out a live, hosted version of Team Review at teamreview.net

The project is maintained by a teamaton.

Framework

Team Review is built with asp.net mvc and the entity framework.

Components used:

  • sass for css compiling
  • bootstrap
  • jquery
  • html5

We use sass for css compiling, bootstrap for css and javascript components, jquery.

Get Started

Adjust settings in Web.config for smtp-server:

    <mailSettings>
     <smtp>
       <network defaultCredentials="false" host="my-mail.my-server.com" password="password" port="465" enableSsl="true" userName="me@me.com" />
     </smtp>
   </mailSettings>

Set default email for automatic messages and as sender:

DefaultContactEmail in EmailService (TeamReview.Core/Services/EmailService.cs)

To run the specs, fill in email credentials:

Given I own a google account (in TeamReview.Specs/Steps.cs)

Copyright & License

Copyright (c) 2013-2016 teamaton UG - Released under the MIT license.