{"id":30181875,"url":"https://github.com/gerakl1123/arda_stud_manager","last_synced_at":"2025-10-26T15:05:24.857Z","repository":{"id":303677838,"uuid":"1016310940","full_name":"Gerakl1123/ARDA_Stud_Manager","owner":"Gerakl1123","description":"ARDA Студентиский  Менеджер QT ","archived":false,"fork":false,"pushed_at":"2025-09-05T21:51:03.000Z","size":2256,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T23:37:12.795Z","etag":null,"topics":["cplusplus","cpp","crud","crud-application","desctop-app","education","file-storage","offline","open-source","open-source-project","qt","qt6","qt6-gui","qt6-widgets","school","student-management","student-manager","university"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gerakl1123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-08T20:13:40.000Z","updated_at":"2025-09-05T21:51:07.000Z","dependencies_parsed_at":"2025-07-08T21:33:29.177Z","dependency_job_id":"199693d1-4d18-44b9-9707-59d72d5edf17","html_url":"https://github.com/Gerakl1123/ARDA_Stud_Manager","commit_stats":null,"previous_names":["gerakl1123/arda_stud_manager"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Gerakl1123/ARDA_Stud_Manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gerakl1123%2FARDA_Stud_Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gerakl1123%2FARDA_Stud_Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gerakl1123%2FARDA_Stud_Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gerakl1123%2FARDA_Stud_Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gerakl1123","download_url":"https://codeload.github.com/Gerakl1123/ARDA_Stud_Manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gerakl1123%2FARDA_Stud_Manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281121974,"owners_count":26447273,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cplusplus","cpp","crud","crud-application","desctop-app","education","file-storage","offline","open-source","open-source-project","qt","qt6","qt6-gui","qt6-widgets","school","student-management","student-manager","university"],"created_at":"2025-08-12T09:19:45.043Z","updated_at":"2025-10-26T15:05:24.851Z","avatar_url":"https://github.com/Gerakl1123.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"ARDA_Stud_Manager\r\n\r\nARDA_Stud_Manager is a local cross-platform Qt application for managing students, groups, grades, and schedules. All data is stored locally — no database or internet connection required.\r\nFeatures\r\n\r\n    Student, group, and teacher management\r\n\r\n    Schedule and academic module creation\r\n\r\n    Grade and exam tracking\r\n\r\n    Local file-based data storage\r\n\r\n    Password hashing with SHA256\r\n\r\n    Qt Widgets-based GUI\r\n\r\n    Data serialization and deserialization\r\n\r\n    Fully offline usage\r\n\r\nTechnologies\r\n\r\n    C++11/17\r\n\r\n    Qt 6 qwidget\r\n\r\n    CMake\r\n\r\n    Cross-platform: Windows, Linux\r\n\r\nBuild \u0026 Run\r\n\r\nMake sure Qt and CMake are installed and available in your system path.\r\n\r\ngit clone https://github.com/Gerakl1123/ARDA_Stud_Manager\r\ncd ARDA_Stud_Manager\r\nmkdir build\r\ncd build\r\ncmake ..\r\nmake\r\n./ARDA_Stud_Manager\r\n\r\nDemo\r\n\r\nDemo videos are available in the ARDA/demo video/ folder.\r\nDevelopment Status\r\n\r\nSome menus (lesson plans, file manager) are under development.\r\nThe project is currently undergoing a major code refactor — updates will pause for 1–2 weeks.\r\n\r\nWork in progress:\r\n\r\n    Full rewrite of Contest and Student Manager classes\r\n\r\n    UI and logic separation\r\n\r\n    Bug fixes and optimization\r\n\r\nFollow updates here: Telegram Channel\r\nLatest Changes\r\n\r\n24.07.2025\r\n\r\n    Fixed bug with student sorting and saving\r\n\r\n    Merged file saving grid into main sorting grid\r\n\r\n18.07.2025\r\n\r\n    Added two new menus\r\n\r\n    Refactored UI, logic moved out of widgets\r\n\r\nKnown Issues\r\n\r\n    Issue when adding many students to an existing notebook and saving after sorting (fixed 24.07.2025)\r\n\r\nLicense\r\n\r\nLicensed under CC BY-NC 4.0.\r\nFree for non-commercial use with attribution.\r\n\r\nAuthor: Gerakl1123\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerakl1123%2Farda_stud_manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerakl1123%2Farda_stud_manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerakl1123%2Farda_stud_manager/lists"}