-
Notifications
You must be signed in to change notification settings - Fork 1
Feat/439 mentorship features implementation #459
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add mentor profile creation and management - Implement mentorship request flow (send, accept, reject) - Add mentorship chat functionality with WebSocket - Create mentorship pages (Find Mentor, My Mentorships, Mentor Requests) - Integrate with backend APIs for mentorships and chat - Add mentor profile display with reviews and stats - Implement mentorship completion and review system - Fix chat message read status and unread count handling - Remove mock data and unnecessary files - Clean up console logs and comments
- Keep all mentorship chat translations - Add workplace section from dev - Add workplaceId field to JobPostResponse
- Replace Profile with PublicProfile where getPublicProfile is used - Remove skills/interests usage from PublicProfile (not available in type) - Fix type errors in ChatPage, MentorProfilePage, MentorRequestsPage, and MentorshipPage
…sn't have skills property
… displayed correctly
…-filtering' into feat/439-mentorship-features-implementation
…/github.com/bounswe/bounswe2025group4 into feat/439-mentorship-features-implementation
ykaydogdu
approved these changes
Nov 25, 2025
Contributor
ykaydogdu
left a comment
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 work, the whole module works as expected, thank you for your contributions!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Integrate Mentorship Features (Frontend)
Summary
Implement mentorship features including mentor profiles, mentorship requests, real-time chat, and mentorship management. Integrates with backend mentorship APIs for complete mentorship workflow.
Features
Pages
/mentorship)/mentorship/mentor/create)/mentorship/:id)/my-mentorships)/mentor-requests)/chat)Acceptance Criteria
Closes #439