About Team Temperature

This application is designed to gather 'team temperature' - that is, a happiness score.

For the sake of security, very little information is stored or recorded. Each submitter is represented by a random ID, and a cookie is stored really only to protect against accidental double submissions from the same user, with the same browser.

The results page are available to the creator using the same cookie mechanism, and also a password in case the cookie is lost.

It is deployed at teamtempapp.herokuapp.com hosted on Heroku and the source for this version can be examined on Github. All reasonable pull requests will be considered, as will any issues raised.

The application is written in Django against a PostgreSQL database.