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).

commit d9624e8c9ff176e9b850ad9ca3aceaef1379ea4a
Author: Alex Dehnert <adehnert@mit.edu>
Date:   Tue Dec 3 00:30:53 2013 -0500

    Link people lookup tool from membership update page

commit 200ae4b09ca5322c7c170918dc699b239061f8e5
Author: Alex Dehnert <adehnert@mit.edu>
Date:   Tue Dec 3 00:23:40 2013 -0500

    People lookup: mention the data source

commit ed7ddec13b7fd67e0f59c126b941daf17ec2e3c0
Author: Alex Dehnert <adehnert@mit.edu>
Date:   Tue Dec 3 00:19:10 2013 -0500

    People lookup: Support large numbers of people

commit d66942f2c983608d6b3843e9494a6e8729c312ba
Author: Alex Dehnert <adehnert@mit.edu>
Date:   Mon Dec 2 23:56:40 2013 -0500

    People lookup: make the UI more reasonable

commit 88a856bdd781dcc26743c30988482a9436ce49e1
Author: Alex Dehnert <adehnert@mit.edu>
Date:   Sat Nov 30 02:19:15 2013 -0500

    Basic people lookup support (ASA-#186)
    
    Mostly working, but the UI could use more work, and we need support for looking
    up more people at once.
Note: See TracTickets for help on using tickets.