albatrossandco / brubeck_cms

A Django-based open source CMS for newspapers
Other
5 stars 1 forks source link

Refactor staffers #37

Open allanjamesvestal opened 12 years ago

allanjamesvestal commented 12 years ago

I've done part of this already with 573.

myersjustinc commented 12 years ago

Refactor in what way?

allanjamesvestal commented 12 years ago

Refactor in that we probably want to remove the Maneater-specific staffer categories (you talked about this in #30), which I've already done. (Including changing the "active in last year" bool to "is actively on staff"). And in that we probably want to ax the whole "last activity" part.

I also removed all tenure and position models for now; I want to replace them with something a little more broadly useful. (Though I may just end up bring them back wholesale, to be honest.)

Thoughts on both?