Open colegleason opened 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.
@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.
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.
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
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 .
Time to get this done. For real.
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.