-
Notifications
You must be signed in to change notification settings - Fork 4
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
As a user I would like to register myself in the system #25
Comments
Are Users assigned a role? When a teacher registers how do we know they are a teacher |
Should we handle institutions, persons on the same ticket? |
I would say, that we first register the user... and as a second step we could set the profile... This would require some changes in the model maybe, but I would say that we can register the user, and then associate a profile to the user... the thing here is the hierarchy... the inheritance... Y |
Let's do one thing, please add the "role" field on User model, what do you think? |
|
We need to identify the overlapping and make you sync your work. Let's try to list here all the overlapping issues... Anynone? |
A user must be able to register in the system.
Tests
The text was updated successfully, but these errors were encountered: