# Show which mentor the mentee belongs to in Admin Dashboard - Manage Mentee

**URL:** <https://sef.discourse.group/t/show-which-mentor-the-mentee-belongs-to-in-admin-dashboard-manage-mentee/287>\
**Category:** ScholarX\
**Created:** [June 6, 2021, 9:33am UTC](https://sef.discourse.group/t/show-which-mentor-the-mentee-belongs-to-in-admin-dashboard-manage-mentee/287 "2021-06-06T09:33:57Z")\
**Posts on this page:** 5\
**Page:** 1

<div class="post-metadata">

**Author:** ![kumuditha\_udayanga](https://yyz2.discourse-cdn.com/free1/user_avatar/sef.discourse.group/kumuditha_udayanga/32/602_2.png) [@kumuditha\_udayanga](https://sef.discourse.group/u/kumuditha_udayanga)\
**Post date:** [June 6, 2021, 9:33am UTC](https://sef.discourse.group/t/show-which-mentor-the-mentee-belongs-to-in-admin-dashboard-manage-mentee/287/1 "2021-06-06T09:33:57Z")

</div>

Currently in the Manage mentee in Admin dashboard, The admin cannot find for which mentor the mentees are assigned.

**Solution**

- Display the mentor name in the mentee card in a possible way.

Feel free to add your suggestions and comments below.

---

<div class="post-metadata">

**Author:** ![kumuditha\_udayanga](https://yyz2.discourse-cdn.com/free1/user_avatar/sef.discourse.group/kumuditha_udayanga/32/602_2.png) [@kumuditha\_udayanga](https://sef.discourse.group/u/kumuditha_udayanga)\
**Post date:** [June 6, 2021, 9:36am UTC](https://sef.discourse.group/t/show-which-mentor-the-mentee-belongs-to-in-admin-dashboard-manage-mentee/287/2 "2021-06-06T09:36:10Z")

</div>

**Current Status:**  
I have add the mentor name to the card as follows.

 ![Screenshot 2021-06-06 at 15.04.59](https://global.discourse-cdn.com/free1/uploads/sef/original/1X/6704355625df886b54902fe01de2a1d8158151a4.png)

---

<div class="post-metadata">

**Author:** ![anjisvj](https://yyz2.discourse-cdn.com/free1/user_avatar/sef.discourse.group/anjisvj/32/9_2.png) [@anjisvj](https://sef.discourse.group/u/anjisvj)\
**Post date:** [June 6, 2021, 11:41am UTC](https://sef.discourse.group/t/show-which-mentor-the-mentee-belongs-to-in-admin-dashboard-manage-mentee/287/3 "2021-06-06T11:41:01Z")

</div>

I think this looks fine @kumuditha_udayanga

---

<div class="post-metadata">

**Author:** ![kumuditha\_udayanga](https://yyz2.discourse-cdn.com/free1/user_avatar/sef.discourse.group/kumuditha_udayanga/32/602_2.png) [@kumuditha\_udayanga](https://sef.discourse.group/u/kumuditha_udayanga)\
**Post date:** [June 6, 2021, 2:37pm UTC](https://sef.discourse.group/t/show-which-mentor-the-mentee-belongs-to-in-admin-dashboard-manage-mentee/287/4 "2021-06-06T14:37:41Z")

</div>

> <https://github.com/sef-global/scholarx-frontend/pull/171>
>
> \## Purpose
> 
> The purpose of this PR is to fix #167 
> 
> \## Goals
> 
> \- Display me…ntor name in the mentee card (Admin Dashboard - Manage Mentees)
> 
> \## Approach
> 
> \- Add a span tag and display the mentor name.
> \- Declare \`mentor: Mentor\` in \`Dashboard/scenes/ManageMentees/interfaces.ts\`. 
> 
> \## Screenshots
> 
> !\[Screenshot 2021-06-06 at 20 05 39\](https://user-images.githubusercontent.com/27630091/120928514-934b9c00-c702-11eb-84e8-a85d0a9a2bc8.png)
> 
> \## Checklist
> \- \[x\] This PR doesn't commit any keys, passwords, tokens, usernames, or other secrets.
> \- \[x\] I have read and understood the development best practices guidelines ( http://bit.ly/sef-best-practices )
> \- \[x\] My code follows the style guidelines of this project
> \- \[x\] I have performed a self-review of my own code
> \- \[\] I have commented my code, particularly in hard-to-understand areas
> \- \[\] I have made corresponding changes to the documentation
> 
> \## Test environment
>  
> OS: macOS BigSur
> IDE: IntelliJ IDEA
> Browser: Safari

Opened the PR for review.

---

<div class="post-metadata">

**Author:** ![jaye](https://yyz2.discourse-cdn.com/free1/user_avatar/sef.discourse.group/jaye/32/810_2.png) [@jaye](https://sef.discourse.group/u/jaye)\
**Post date:** [June 6, 2021, 4:11pm UTC](https://sef.discourse.group/t/show-which-mentor-the-mentee-belongs-to-in-admin-dashboard-manage-mentee/287/5 "2021-06-06T16:11:26Z")

</div>

Thanks for getting this done, @kumuditha_udayanga !

The commit message (and the PR title) is too long. [Limit the subject line to 50 characters](https://chris.beams.io/posts/git-commit/#limit-50)
