{"id":30766627,"url":"https://github.com/thuinanutshell/edumatch","last_synced_at":"2026-04-14T00:01:35.348Z","repository":{"id":310456443,"uuid":"1037727218","full_name":"thuinanutshell/edumatch","owner":"thuinanutshell","description":"A Platform to Match Educators-Students For Mentoring \u0026 Project-based Learning","archived":false,"fork":false,"pushed_at":"2025-08-18T10:03:23.000Z","size":138,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-01T09:06:57.991Z","etag":null,"topics":["graphql","nextjs","prisma","relay","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thuinanutshell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-14T03:08:11.000Z","updated_at":"2025-08-18T10:03:27.000Z","dependencies_parsed_at":"2025-08-18T09:13:52.574Z","dependency_job_id":"49feb581-4e60-4c80-8f78-31e0bee12a23","html_url":"https://github.com/thuinanutshell/edumatch","commit_stats":null,"previous_names":["thuinanutshell/edumatch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thuinanutshell/edumatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuinanutshell%2Fedumatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuinanutshell%2Fedumatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuinanutshell%2Fedumatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuinanutshell%2Fedumatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thuinanutshell","download_url":"https://codeload.github.com/thuinanutshell/edumatch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuinanutshell%2Fedumatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31776013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphql","nextjs","prisma","relay","typescript"],"created_at":"2025-09-04T19:30:50.116Z","updated_at":"2026-04-14T00:01:35.305Z","avatar_url":"https://github.com/thuinanutshell.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EduMatch\n\n\n# 🎓 Educator Stories\n\n1. **Profile \u0026 Availability**\n    - As an **Educator**, I want to fill in my profile (full name, expertise description, availability dates \u0026 hours), so that students can understand my expertise and request sessions at times I’m available.\n2. **Post Projects**\n    - As an **Educator**, I want to post a project with a title and requirements (typed text or file upload), so that students can practice and submit work for my feedback.\n3. **Review Submissions**\n    - As an **Educator**, I want to see a list of project submissions so that I can review student work.\n    - As an **Educator**, I want to click on a submission to provide feedback so that students can improve.\n4. **Manage Session Requests**\n    - As an **Educator**, I want to view all mentorship session requests from students so that I can manage my schedule.\n    - As an **Educator**, I want to accept or reject session requests so that I stay in control of my availability.\n\n---\n\n## 👩‍🎓 Student Stories\n\n1. **Browse Educators**\n    - As a **Student**, I want to browse educator profiles (name, expertise, availability), so that I can find the right mentor.\n2. **Request Mentorship**\n    - As a **Student**, I want to request a mentorship session from an educator so that I can get personalized guidance.\n3. **Browse Projects**\n    - As a **Student**, I want to browse a marketplace of projects so that I can practice and learn.\n    - As a **Student**, I want to click on a project to view details, so that I understand what’s required.\n4. **Submit Work**\n    - As a **Student**, I want to submit my project (typed text or file) so that I can receive feedback.\n5. **View Feedback**\n    - As a **Student**, I want to see feedback on my submissions so that I can improve my skills.\n6. **Track Session Requests**\n    - As a **Student**, I want to view the status of my mentorship requests so that I know which ones were accepted.\n\n# MVP Flow\n\n- Two types of users: Educators \u0026 Students.\n- When the user clicks on the Educators button, the UI dedicated to the Educators will be displayed.\n    - The form to create a profile and indicate availability\n    - The form to create projects\n    - The page that shows all requests from students (students cannot see this)\n    - The page that shows all the  projects’ submissions from students (students cannot see this)\n    - Any newly added availability and projects should be displayed to the students\n- When the user clicks on the Students button, the UI dedicated to the Students will be displayed.\n    - The page that shows all educators’ availability\n    - The page that shows all projects posted by educators\n    - When the student clicks on an educator’s availability card, they can choose which schedule to request a mentorship session and submit their request\n    - When the student clicks on a project card, they can enter their answer, upload files, or paste in a URL, and submit their answers.\n    - Any newly submitted answers and requests should be displayed to the educators.\n- **Mock data:** Seed some data at first and then will interact with the MVP to reflect any changes to the database.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthuinanutshell%2Fedumatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthuinanutshell%2Fedumatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthuinanutshell%2Fedumatch/lists"}