AUTHORS
author Todd Larsen <tlarsen@google.com>
Mon, 29 Sep 2008 15:34:40 +0000
changeset 207 8ecc2e4198cd
parent 79 58001ec7720c
child 261 76c8de298e98
permissions -rw-r--r--
Take advantage of the Model inheritance provided by polymodel.PolyModel to have create a class hierarchy rooted at Person. Also, add some missing Role classes, such as Role, (Organization) Mentor, (Club) Member, (School) Student. Make (Organization) Administrator be a Reviewer like Mentor is. Patch by: Todd Larsen Review by: Pawel Solyga, Sverre Rabbelier, Augie Fackler Review URL: http://codereviews.googleopensourceprograms.com/607

# Please sort this file in alphabetical order by last (given) name.
# Please only include one name per line.  If an (optional) email address is
# included, it must be RFC 2821 compliant (properly quoted, escaped, etc.).
# Lines beginning with # can be stripped from the file, as can blank lines.

"Todd Larsen" <tlarsen@google.com>
"Sverre Rabbelier" <sverre@rabbelier.nl>
"Pawel Solyga" <pawel.solyga@gmail.com>