Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registration Reactivation #48

Open
kmeht opened this issue Jun 20, 2013 · 3 comments
Open

Registration Reactivation #48

kmeht opened this issue Jun 20, 2013 · 3 comments
Assignees
Labels

Comments

@kmeht
Copy link
Member

kmeht commented Jun 20, 2013

An advisor registering for the next BMUN session shouldn't have to input all this information again. Most of it will remain the same. Let's add a one-click reactivation feature that allows advisors to re-register with the conference after updating their profile information.

This will require some logic changes, because currently we assume that any existing advisor account is registered for the conference. The is_active property of Django User models will come in handy here.

We'll also have to create a Registration many-to-many association between schools (or advisors, or whatever) and Conferences. This way, advisors can register for various conferences.

@ghost ghost assigned kmeht Aug 30, 2013
@kmeht
Copy link
Member Author

kmeht commented Aug 30, 2013

We'll do a simplified version of this for 62, where an advisor can indicate that they are from a returning school, and they won't have to make an account again. Unfortunately, they may still have to edit their school information unless we find some way to display that to them on re-registration.

@kmeht
Copy link
Member Author

kmeht commented Sep 17, 2013

Punting this to 63 registration.

@kmeht kmeht added this to the MVP milestone May 28, 2014
@vishalkal
Copy link
Member

Will have to discuss this with the SG/External. Punting this to next year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants