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

Profile aliases #55

Open
U-238 opened this issue Mar 21, 2013 · 1 comment
Open

Profile aliases #55

U-238 opened this issue Mar 21, 2013 · 1 comment

Comments

@U-238
Copy link
Contributor

U-238 commented Mar 21, 2013

Some people have more than one myRobogals account. This is especially common in Global or amongst Regional Directors, as those people also have an account in their home chapter, and the school visits are attached to the latter account.

For example, Marita has three accounts:
https://my.robogals.org/profile/marita/
https://my.robogals.org/profile/marita2/
https://my.robogals.org/profile/speaking/

Profile aliases would allow these accounts to be linked, so that when viewing their master account, all the school visits from the other accounts can be seen.

Add a new attribute User.aliases, a many-to-many relationship to User.

Example:

  1. In the Admin Panel I can open the user "marita", and select "marita2" and "speaking" as aliases.
  2. Now when someone views https://my.robogals.org/profile/marita/, they see the school visits from all the linked accounts, merged into one list

Because this will only be used by superusers, having it settable in the Admin Panel is sufficient - you don't need to make a form for it.

@manhinli
Copy link
Contributor

manhinli commented Apr 8, 2013

The above approach seems to work, but it also seems ....

...?

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

No branches or pull requests

2 participants