-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/171 registration of families #208
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I manage to do the registration of the user and the family was created on the api but when I try to login it says: "No active account found with the given credentials". but I checked and the user is enabled, so I think there's something wrong with your code. After checking I think you should take a look at how the voluntario login is done and try to do something similar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to register as a family and activate the account but when I try to log in it is not working
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two issues for this branch related to backend:
|
The registration of a family it is always accepted the NGO does not accepted them, what they accept is the kids not the family itself, whay you need to do is to created the form to complete the date needed for been a family and thats all |
The idea of this issue was to create the form for the families maybe was my bad |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the conflicts errors that appears
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
….com/ISPP-G5/NexONG_Frontend into feature/171-registration-of-families
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a tittle to the form ann instead of "apellido 1" use "primer apellido". Also, I introduced the data and press send and I was redirect but given an error message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A toast message of succes it not shown, also consider using a whole new screen without headers and side menu for showing the register form of family and once it is done redirect to "niños" insteas of profile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything seems good now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, it works!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still works, well done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems everthing it is ok and good job with the conflicts
Once a user has registered and has the family role, they are redirected to the forms corresponding to the family. There are two forms, one with the children's data and the other with the family's data.