Testing the Mentor Flow of ScholarX v1

Hi, In this thread, I have added some test cases that I ran for each feature related to a Mentor.
Feel free to add your suggestions and comments below. @anjisvj @jaye @Gravewalker

Test Cases:

1. Login

  • Issues: None
  • Suggestions: N/A

mentor-login

2. Apply to a program - Program State: MENTOR_APPLICATION

  • Issues: None
  • Suggestions: N/A

Mentor-application

3. Edit application - Program State: MENTOR_APPLICATION

  • Issues: None
  • Suggestions: N/A

Mentor-applcation-edit

4. Approve Mentees - Program State: MENTEE_SELECTION

  • Issues: “Manage” button appears only in “Programs I mentor”, in the “Active Programs” tab “Mentee Selection” tag appears.
  • Suggestions: Display the “Manage” button on “Active Programs” as same as in the “Active Programs” tab if the user is a mentor of the relevant program.

Approve-mentees

5. Logout

  • Issues: None
  • Suggestions: N/A

Logout

2 Likes

Wonderful, this is exactly what we were looking for. Thanks for stepping up and getting this done for us.

@anjisvj @YohanAvishke @Gravewalker @piumal1999 Any thoughts?

1 Like

There is another issue, in “MENTOR_CONFIRMATION” state, the mentor gets “My mentor” button in “Active Programs”, I have created an issue related to this https://github.com/sef-global/scholarx-frontend/issues/179, and I’m currently working on it.

While working on this issue:
I got a problem, this button won’t appear for mentors if I include “!mentoringPrograms” to the button.
But once I add “!mentoringPrograms” to the button, from the mentor’s view the button disappears, and also from the mentee’s view it disappears too.
Any idea how to solve this problem @jaye @piumal1999 @Gravewalker @anjisvj?

Before the Change: - Before adding ‘!mentoringPrograms’ to the button.

Testing Program: Google Season of Docs

Mentor’s view:
mentor-view

Mentee’s View:

After the Change: - After adding ‘!mentoringPrograms’ to the button.

Mentor’s View

Mentee’s View

Can you send a draft PR with what you have done? @kumuditha_udayanga

1 Like