ncsu-stars / Stars-CMS

A CMS written in Django for the STARS SLC at NCSU
http://research.csc.ncsu.edu/stars
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Use Member and Project status fields #45

Closed mdraelos closed 12 years ago

mdraelos commented 12 years ago

Feature Request

The site currently doesn't use member or project status fields very well. The following attempts to outline the envisioned implementation of statuses.

Transitions

Freezing

Uses

mdraelos commented 12 years ago

Freezing of members, projects, and blogposts implemented in commit 288c1b07cb47430877be65f9d9dab8294a0cd699.

mdraelos commented 12 years ago

Preventing login of archived members is already implemented if the associated user is marked inactive. Querying the member linked with a user on login introduces unnecessary specialization of the login backend.

omarestrella commented 12 years ago
mdraelos commented 12 years ago

Added popup to alert member to empty profile upon homepage access in commit f35d6b43b21cd874dcb928558dc0f27bafdc722d.

mdraelos commented 12 years ago