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

SLC interface changes #41

Closed ewhitmire closed 12 years ago

ewhitmire commented 12 years ago

delete pages interface for SLC leader is missing delete member interface for SLC leader is missing

ewhitmire commented 12 years ago

I made the additions. Some of it is a bit rough. Can someone take a look and let me know if this is ok?

mdraelos commented 12 years ago

I was sort of thinking along the lines of having "(delete)" appear next to member/page names just as is done for project deletion. This would save the need for the delete list views and the corresponding code duplication. Then again, the member delete list view is more efficient than adding "(delete)". Addition of year navigation links would be needed, however.

mdraelos commented 12 years ago

User interface changes complete, but see issue #55 for implementation issues.

mdraelos commented 12 years ago

Works.