Opened 13 years ago
Closed 12 years ago
#186 closed enhancement (fixed)
Interface to convert member list to membership numbers
Reported by: | adehnert | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Fall 2013 |
Component: | Membership confirmation | Version: | |
Keywords: | impacts:groups | Cc: | |
Size: | medium |
Description (last modified by adehnert)
For the membership confirmation, we ask for things like number of undergrads, number of grad students, etc.. We should have a form where people can enter their membership list (as usernames and/or emails). It should automatically look up in LDAP[*] or our DCM or something the student status of all MIT usernames on the list, and gives you back your membership list, sorted by category with associated counts. It's really stupid that we have various group leaders poking us for help on how to do this...
[*] ldapsearch -x -h ldap-too.mit.edu -b ou=moira,dc=mit,dc=edu uid=adehnert mitDirStudentYear eduPersonPrimaryAffiliation gives pretty reasonable data, if we want to use it.
Change History (3)
comment:1 Changed 13 years ago by adehnert
- Description modified (diff)
comment:2 Changed 12 years ago by adehnert
- Keywords impacts:groups added
comment:3 Changed 12 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Fixed in 88a856bdd781dcc26743c30988482a9436ce49e1 through d9624e8c9ff176e9b850ad9ca3aceaef1379ea4a (inclusive).