PlayWithMagic / PlayWithMagic.org

PlayWithMagic.org is a web application that catalogs magic tricks and helps magicians build shows.
http://playwithmagic.github.io/PlayWithMagic.org/
Apache License 2.0
2 stars 1 forks source link

Take Metrics on Project Status. #130

Open marknelsonengineer opened 9 years ago

marknelsonengineer commented 9 years ago

These are very useful metrics. Get a line count of our codebase. Workout a lines/day/programmer metric. It is a software engineering class after all.

marknelsonengineer commented 9 years ago

The process for generating the line count is:

Code wcfind ./app ./conf/routes ./public/less ./public/javascripts ./test -type f` find ./app ./conf/routes ./public/less ./public/javascripts ./test -type f | wc`

Milestone 1 Milestone 2 Milestone 3 Class Final
# of files 64 65 85 90
# of lines 7,541 7,846 13,211 13,771
# of bytes 259,232 269,853 453,695 468,905

Documentation Take the following text and dump them into a Pages file. Enable View -> Show Word Count

Project

Milestone 1 Milestone 2 Milestone 3 Class Final
# of commits 290 321 484 534
# of closed issues 86 106 142 157
# of open issues 60 53 68 69
# of contributors 3 3 3 3