# Removing mentee questions view from the admin dashboard

**URL:** https://sef.discourse.group/t/removing-mentee-questions-view-from-the-admin-dashboard/282
**Category:** ScholarX
**Created:** [June 5, 2021, 4:06pm UTC](https://sef.discourse.group/t/removing-mentee-questions-view-from-the-admin-dashboard/282 "2021-06-05T16:06:23Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Gravewalker](https://yyz2.discourse-cdn.com/free1/user_avatar/sef.discourse.group/gravewalker/32/12_2.png) [@Gravewalker](https://sef.discourse.group/u/Gravewalker)
#### Post date: [June 5, 2021, 4:06pm UTC](https://sef.discourse.group/t/removing-mentee-questions-view-from-the-admin-dashboard/282/1 "2021-06-05T16:06:23Z")

</div>

We have already developed the admin dashboard view to add dynamic mentee questions but the full functionality is not in the system yet to provide such an application for the mentees.  
Ergo we should fully remove the view from the codebase or continue to keep it in the codebase by just hiding it from the admin dashboard (Just removing the button which leads to the view)

@anjisvj @jaye What do you think is the best option??

---

<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 5, 2021, 4:24pm UTC](https://sef.discourse.group/t/removing-mentee-questions-view-from-the-admin-dashboard/282/2 "2021-06-05T16:24:26Z")

</div>

I think removing the tab is okay cuz we are not commenting on the code but after the backend implementation will it change the current implementation?

---

<div class="post-metadata">

### Author: ![Gravewalker](https://yyz2.discourse-cdn.com/free1/user_avatar/sef.discourse.group/gravewalker/32/12_2.png) [@Gravewalker](https://sef.discourse.group/u/Gravewalker)
#### Post date: [June 5, 2021, 4:37pm UTC](https://sef.discourse.group/t/removing-mentee-questions-view-from-the-admin-dashboard/282/3 "2021-06-05T16:37:49Z")

</div>

> [@anjisvj](#):
>
> but after the backend implementation will it change the current implementation?

That we can’t tell for sure but most probably it will be the same

---

<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 5, 2021, 4:50pm UTC](https://sef.discourse.group/t/removing-mentee-questions-view-from-the-admin-dashboard/282/4 "2021-06-05T16:50:04Z")

</div>

If all the UIs are there, can’t we keep that fuctionality?

---

<div class="post-metadata">

### Author: ![Gravewalker](https://yyz2.discourse-cdn.com/free1/user_avatar/sef.discourse.group/gravewalker/32/12_2.png) [@Gravewalker](https://sef.discourse.group/u/Gravewalker)
#### Post date: [June 5, 2021, 4:50pm UTC](https://sef.discourse.group/t/removing-mentee-questions-view-from-the-admin-dashboard/282/5 "2021-06-05T16:50:57Z")

</div>

yeah we can but it could confuse the users in the pilot run

---

<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 5, 2021, 4:52pm UTC](https://sef.discourse.group/t/removing-mentee-questions-view-from-the-admin-dashboard/282/6 "2021-06-05T16:52:18Z")

</div>

Ah sorry. I read it as “mentor application”

My bad. Let’s remove the button for now.

---

<div class="post-metadata">

### Author: ![Gravewalker](https://yyz2.discourse-cdn.com/free1/user_avatar/sef.discourse.group/gravewalker/32/12_2.png) [@Gravewalker](https://sef.discourse.group/u/Gravewalker)
#### Post date: [June 5, 2021, 4:53pm UTC](https://sef.discourse.group/t/removing-mentee-questions-view-from-the-admin-dashboard/282/7 "2021-06-05T16:53:28Z")

</div>

yeah cool, I’ll create an issue

---

<div class="post-metadata">

### Author: ![Gravewalker](https://yyz2.discourse-cdn.com/free1/user_avatar/sef.discourse.group/gravewalker/32/12_2.png) [@Gravewalker](https://sef.discourse.group/u/Gravewalker)
#### Post date: [June 6, 2021, 5:04am UTC](https://sef.discourse.group/t/removing-mentee-questions-view-from-the-admin-dashboard/282/8 "2021-06-06T05:04:35Z")

</div>

> <https://github.com/sef-global/scholarx-frontend/issues/168>
>
> \*\*Is your feature request related to a problem? Please describe.\*\*
> Mentee quest…ions UI should not be available for admins 
> 
> \*\*Describe the solution you'd like\*\*
> Remove the button from the dashboard

---

<div class="post-metadata">

### Author: ![Gravewalker](https://yyz2.discourse-cdn.com/free1/user_avatar/sef.discourse.group/gravewalker/32/12_2.png) [@Gravewalker](https://sef.discourse.group/u/Gravewalker)
#### Post date: [June 7, 2021, 7:54am UTC](https://sef.discourse.group/t/removing-mentee-questions-view-from-the-admin-dashboard/282/9 "2021-06-07T07:54:31Z")

</div>

> <https://github.com/sef-global/scholarx-frontend/pull/175>
>
> \## Purpose
> 
> The purpose of this PR is to fix #168 
> 
> \## Goals
> 
> \- To make th…e mentee question view inaccessible for the admins 
> 
> \## Approach
> 
> \- Removed the admin menu \`Mentee Questions\` button
> 
> \## Screenshots
> 
> \<img width="1679" alt="image" src="https://user-images.githubusercontent.com/45477334/120962956-6341de80-c77e-11eb-8cd2-79165ba77268.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
> \- \[x\] I have commented my code, particularly in hard-to-understand areas
> \- \[x\] I have made corresponding changes to the documentation
> 
> \## Test environment
> 
> \- webpack dev server
> \- Safari
> \- macOS Big Sur
