-
Notifications
You must be signed in to change notification settings - Fork 2
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
B dev #79
Conversation
betiniakarandut
commented
Oct 19, 2023
•
edited
Loading
edited
- Merged series of conflicts
- Feat: Implemented the ProfileDropDownMenu for talent avatar
User can toggle between user signin type, Employer or talent singin
* employerSignup * employer signup and login * added a test * fixed
* feat: made about section * feat: done with about us page * fix: linting errors
* docs: update readme with more project information * feat: integrate auth pg with auth api for talents * feat: talent signin and signup v1 implementation * feat: update landing page with logo * docs: update readme Changed logo size in readme * feat: implement talent and employer routing Implement authentication for talent and employer to redirect to the various pages * fix: fix eslint error&update project favicon * bug: change talent onClick toggle to true or false Changed the employer and talent toggle from the auth form to take in true or false as the onClick setIsTalent param instead of bool negation * test: fix test assertions in talentController test
Changed logo size in readme
certification experience, skills, education and project
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.
Bro, This is a lot of conflict, please pull first from staging to local branch, then fix the conflicts you might, after then make another PR from your updated branch
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 looks like you have 2 getOfferByTalent and getOfferByEmployer methods here, So it's not allowing the application build or bundle
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.
Duplicates removed. It is running smooth on my end 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.
Alright thanks, I will fix the test from here