-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add API for latest application's applicant #440
Conversation
46e7b55
to
8425468
Compare
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.
Overall implementation seems OK, needs a little fine tuning 😃
e778790
to
19e1323
Compare
1a3db92
to
9f041d5
Compare
In order to make accesible the latest applicant's address information added the API endpoint. Save applicantion's address to application instead of using the profile address, this change was needed when the user would delete his address from his profile making it unaccesible from the application.
9f041d5
to
de83db1
Compare
Quality Gate passedIssues Measures |
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.
In order to make accesible the latest applicant's address information added the API endpoint.
Save applicantion's address to application instead of using the profile address, this change was needed when the user would delete his address from his profile making it unaccesible from the application.