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

Filter People Listing to show only those people that are part of a project for the current year #97

Closed jfposton closed 9 years ago

jfposton commented 9 years ago

Veronica said: Is it possible to make it so that the only people who show up on the people page are those with projects for the current year. I feel like we used to have it setup that way, but now everyone is showing.

Not sure if this is a regression or simply a feature request.

jfposton commented 9 years ago
Cause

The people index page lists all active members for the current year, regardless of their project status. Reference the MembersView class for specifics

Current Possible Solutions
  1. All non-active members should be archived.
  2. The special condition for the current year should be disabled.
Recommendations

I personally think that all non active members should be archived. Corresponding with Veronica about an acceptable solution.

jfposton commented 9 years ago

Veronica has opted for removing the check for the current year.