Skip to content

Empowering mentors to connect with and support mentees directly. This dashboard allows mentors to review profiles of their matched mentees from both the first and second stages of the TYRA MMP 2024 program. Mentors can access detailed information and initiate contact to fulfill their mentoring commitments.

Notifications You must be signed in to change notification settings

ChenHsieh/MMP_screening

Repository files navigation

Project Tyra MMP Mentor Dashboard

This project uses Streamlit to facilitate the screening process for the Mentor-Mentee Program (MMP) of Project Tyra.

In the first phase, implemented in app_screening.py, mentors can view the profiles of individuals interested in matching with them and express their preferences via a Google form. In the second phase, implemented in app_matching_confirmation.py, mentors can view the profiles of the mentees who have been matched with them.

MMP program overview

Here is how MMP matching work. This project assists the delivery of mentee's information to mentors in the initial profile review and matching confirmation phase.

sequenceDiagram
	link project tyra: website @ https://sites.google.com/view/projecttyra/home
	Mentor ->> project tyra: sign up
    Mentee ->> project tyra: express mentors of interest
    project tyra ->> Mentor: initial profile review
    Mentor -->> Mentee: brief interview
    Mentor ->>+ project tyra: submit decision
    Note over project tyra: matching algorithm
    project tyra ->>- Mentor: matching confirmation
    Mentor ->> Mentee: contact for further communication
Loading

Setup

Mentor and mentee data are stored in Google Sheets, accessible to anyone with the link. These details are stored in .streamlit/secrets.toml, so when deployed on Streamlit Community Cloud, there is no need to modify the scripts, just finish the secret setup in during the deployment.

About

Empowering mentors to connect with and support mentees directly. This dashboard allows mentors to review profiles of their matched mentees from both the first and second stages of the TYRA MMP 2024 program. Mentors can access detailed information and initiate contact to fulfill their mentoring commitments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published