acm-uiuc / liquid

ACM@UIUC's website code (Django)
acm.uiuc.edu
15 stars 33 forks source link

Filter out resumes of graduated members #122

Open colegleason opened 11 years ago

ace-n commented 11 years ago

I'm working on this - though I need someone to help me setup LDAP/make mock accounts when I get back to campus tomorrow so I can test this.

calvin-shirley commented 11 years ago

@acen-uiuc you can query campus LDAP from any on-campus IP address and see if the left_uiuc field is populated - if it has a date, that user has left the university.

ace-n commented 11 years ago

@CJS7070 Sounds good. I will be in the office on either Sunday or Monday and can ask for any additional help then.

EDIT: If someone who knows how to set up a dummy LDAP or something similar is available, I have a few minutes to set it up.

brendanjryan commented 11 years ago

Why do you need to set up a dummy LDAP? You should be able to run your tests on a local dump of the database for testing.

reedlabotz commented 11 years ago

Did you ever figure this out? It should be trivial because people provide graduation semester when they sign up, so you can just check current_date > graduation_date

ace-n commented 11 years ago

I've been working with other stuff lately, and I think the commit with it got discarded. So it's on my to-do list (as is something for Mechmania...).

On Mon, Sep 9, 2013 at 9:46 PM, Reed La Botz notifications@github.comwrote:

Did you ever figure this out? It should be trivial because people provide graduation semester when they sign up, so you can just check current_date > graduation_date

— Reply to this email directly or view it on GitHubhttps://github.com/acm-uiuc/liquid/issues/122#issuecomment-24130217 .

ace-n commented 11 years ago

Time to get this done. For real.