-
Notifications
You must be signed in to change notification settings - Fork 26
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 result page. #239
Add result page. #239
Conversation
Signed-off-by: jongmin Lee <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]>
Signed-off-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]>
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.
PTAL
I tried to check work of this PR. There are PRs in DB: But no information on FE:in My Pull Request&My Repo PR-however- PR was handled successfully: I filled fields by my Google account info-may be something missed -however I successfully authorized on localhost:7896. |
Have you set |
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 take a look at my comment.
Yes, I obtained GitHub ID and entered it in Profile during login on localhost:7896. |
Signed-off-by: June Saehwan <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: jongmin Lee <[email protected]>
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.
LGTM
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 have no objection, approved.
Can you share your records of the |
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.
@kyudori Can you revert Home_style.css
and Login_style.css
files? There was no problem before, but it seems to have changed.
Signed-off-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]>
Reverting Home_style.css and Login_style.css to previous commit. |
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.
LGTM
Thanks for supporting. +----+------------------------------+--------+----------+----------+--------------+ | id | email | name | nickname | provider | organization | +----+------------------------------+--------+----------+----------+--------------+ | 1 | [email protected] | Oleg K | NULL | google | NULL | +----+------------------------------+--------+----------+----------+--------------+ 1 row in set (0.00 sec) |
As you can see, the |
Thanks a lot. Now it works- I was confused by GitHub ID value - I read that GitHub ID may be found by request to API- it is an unique number. GitHub ID may be found in answer of request: So if possible it would be great if instead GitHub ID on authorization page would be GitHub username or GitHub login- however may be it is my understanding of this term. |
Description
LPVS Front-End
Reseult
Page.Result Page provides
PR informatin
anddetected file list
.Dashboard(last page) pages will be uploaded.
Type of change
How Has This Been Tested?
docker-compose.yml
file.docker compose build
docker compose up
http://localhost:7896
For using social login with Naver, Kakao, and Google, fill the necessary information:
application.properties
located insrc/main/resources
:Enter client-id and client-secret. (Kakao doesn't require a client-secret.)
.env
file located infrontend
:Enter your REST_API_KEY.
The values required to implement the login function can be obtained from the link below.
Naver: https://developers.naver.com/products/login/api/api.md
Kakao: https://developers.kakao.com/docs/latest/ko/kakaologin/common
Google: https://cloud.google.com/identity-platform/docs/web/google
Test Configuration:
Checklist: