{"id":15091090,"url":"https://github.com/yasminmuntasern/study-center","last_synced_at":"2026-01-19T05:33:20.106Z","repository":{"id":248862933,"uuid":"829027170","full_name":"YasminMuntaserN/study-center","owner":"YasminMuntaserN","description":"🎓 The Study Center Management System is a comprehensive desktop application designed to streamline the operations of a study center.  ","archived":false,"fork":false,"pushed_at":"2024-08-12T10:59:15.000Z","size":9843,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T09:16:27.872Z","etag":null,"topics":["clean-code","csharp","delegate","desktop-application","dotnet-framework","events","oop","sql-server","study-project","three-tier-architecture","tsql","windows-forms"],"latest_commit_sha":null,"homepage":"","language":"C#","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/YasminMuntaserN.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}},"created_at":"2024-07-15T15:53:10.000Z","updated_at":"2025-02-23T08:21:23.000Z","dependencies_parsed_at":"2024-07-17T15:13:00.506Z","dependency_job_id":"17e9f20d-fe3d-4046-b7ea-c332350a8bb4","html_url":"https://github.com/YasminMuntaserN/study-center","commit_stats":{"total_commits":91,"total_committers":1,"mean_commits":91.0,"dds":0.0,"last_synced_commit":"8e7d3929266356e9e5ddd3a242ea16425f68dcba"},"previous_names":["yasminmuntasern/csharp-studycenter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YasminMuntaserN%2Fstudy-center","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YasminMuntaserN%2Fstudy-center/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YasminMuntaserN%2Fstudy-center/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YasminMuntaserN%2Fstudy-center/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YasminMuntaserN","download_url":"https://codeload.github.com/YasminMuntaserN/study-center/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457790,"owners_count":20941907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["clean-code","csharp","delegate","desktop-application","dotnet-framework","events","oop","sql-server","study-project","three-tier-architecture","tsql","windows-forms"],"created_at":"2024-09-25T10:35:31.678Z","updated_at":"2026-01-19T05:33:20.049Z","avatar_url":"https://github.com/YasminMuntaserN.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cH1\u003eStudy Center Management System\u003c/H1\u003e\n\n \n\n## Overview\n\u003cp\u003eThe Study Center Management System is a .NET 0.8 application designed to manage various aspects of a study center, including students, teachers, classes, subjects, meeting times, and payments.\n  This project ensures efficient organization and management of the study center's operations through a robust database structure and intuitive user interfaces.\u003c/p\u003e\n\n## Features\n\n1. **People**\n   - Store and manage personal information for students, teachers, and other staff.\n   - Record contact details, such as phone numbers and email addresses.\n\n2. **Users**\n   - Implement a secure user authentication system with password encryption.\n   - Manage user accounts, including usernames, passwords, and permissions.\n\n3. **Teachers**\n   - Maintain detailed profiles for each teacher, including qualifications and teaching subjects.\n   - Assign teachers to specific classes and subjects.\n\n4. **Students**\n   - Create and manage profiles for each student, including personal information and education history.\n   - Assign students to specific groups or classes.\n\n5. **Subjects**\n   - Define and manage various subjects taught within the institution.\n   - Assign subjects to specific grade levels.\n\n6. **GradeLevels**\n   - Define different education levels.\n   - Organize grade levels within each education level for better management.\n\n7. **GradeLevelSubjects**\n   - Assign subjects to specific grade levels.\n   - Track subjects taught at each grade level.\n\n8. **Classes**\n   - Organize classes by name, subjects, and assigned teachers.\n   - Store information about class schedules, locations, and education levels.\n\n9. **MeetingTimes**\n   - Schedule meeting times for classes, groups, and other events.\n   - Manage meeting times to avoid conflicts.\n\n10. **MeetingPatterns**\n    - Define recurring meeting patterns (e.g., daily, weekly).\n    - Ensure consistent scheduling for recurring events.\n\n11. **Groups**\n    - Create and manage groups for specific activities or educational programs.\n    - Assign students and teachers to groups as needed.\n\n12. **TeacherSubject**\n    - Manage the subjects that teachers are qualified to teach.\n    - Track which teachers are assigned to which subjects.\n\n13. **Enrollments**\n    - Handle student enrollments into groups.\n    - Track enrollment details for administrative purposes.\n\n14. **Payments**\n    - Process payments for tuition fees, activities, and other school-related expenses.\n    - Maintain a comprehensive record of all payment transactions.\n  \n## Technologies Used:\n- **Framework:** .NET 8.0 (C#)\n- **Database:** Microsoft SQL Server with ADO.NET\n- **User Interface:** Windows Forms (WinForms)\n- **Architecture:** 3-tier architecture\n- **Deployment:** Standalone desktop application\n- **Integrated Development Environment:** Visual Studio\n\n  \n\u003cp\u003eTo see a demo of the project \u003ca style=\"margin-left: 40px;\" target=\"_blank\" href=\"https://drive.google.com/file/d/1nU2GRNTsnOdf8jBoVAmPVeMasUSuL4i8/view?usp=sharing\"\u003eclick here\u003c/a\u003e\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasminmuntasern%2Fstudy-center","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyasminmuntasern%2Fstudy-center","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasminmuntasern%2Fstudy-center/lists"}