{"id":26882962,"url":"https://github.com/thedeiw/student-manager","last_synced_at":"2026-03-04T15:31:53.157Z","repository":{"id":280015342,"uuid":"938624557","full_name":"TheDeiw/Student-Manager","owner":"TheDeiw","description":"DataManager. Labwork for \"Internet Programming\"","archived":false,"fork":false,"pushed_at":"2026-01-13T13:53:18.000Z","size":659,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T16:35:31.206Z","etag":null,"topics":["data-management","labwork"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheDeiw.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-02-25T08:47:27.000Z","updated_at":"2026-01-13T13:53:15.000Z","dependencies_parsed_at":"2025-02-28T22:33:37.311Z","dependency_job_id":"fadf75b6-ea75-40f7-ab1f-2645a84db5b3","html_url":"https://github.com/TheDeiw/Student-Manager","commit_stats":null,"previous_names":["thedeiw/student-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheDeiw/Student-Manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDeiw%2FStudent-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDeiw%2FStudent-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDeiw%2FStudent-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDeiw%2FStudent-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheDeiw","download_url":"https://codeload.github.com/TheDeiw/Student-Manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDeiw%2FStudent-Manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30084967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"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":["data-management","labwork"],"created_at":"2025-03-31T16:55:57.991Z","updated_at":"2026-03-04T15:31:53.149Z","avatar_url":"https://github.com/TheDeiw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Student Manager\n## Description of the Website\n\nThis website is an **educational management platform** designed for organizing and administering educational processes, including managing students, tasks, and related activities. It features a modern interface with a combination of dark and light themes, incorporating tables, charts, forms, and pop-ups for user convenience. Below are the key features of the site.\n\n![Screenshot 2025-03-17 173819](https://github.com/user-attachments/assets/a9a4851e-5529-4715-9843-fd9795b2f162)\n![Screenshot 2025-05-19 225727](https://github.com/user-attachments/assets/ae8a9816-8d1c-4d50-8b41-0d07081aac96)\n\n\n### Main Features:\n\n1. **Dashboard**  \n   - The central hub of the site, providing an overview of data.  \n   - Includes:  \n     - **Charts**: A line graph to track student data (e.g., count over time) and a pie chart for student age distribution.  \n     - **Tables**: Display information about groups, tasks, and tests with numerical indicators (e.g., 10 groups, 5 tasks).  \n   - A sidebar menu on the left with items like \"Students,\" \"Tasks,\" and \"Tests\" for quick navigation.\n\n2. **Student Management (Students)**  \n   - A dedicated section with a table displaying student data:  \n     - **Columns**: ID, first name, last name, group, date of birth.  \n     - **Example**: \"KN-27 - John Smith - M - 19.04.2004\".  \n   - Features:  \n     - **Add Student (Student Add)**: A form with fields to select a group, enter first name, last name, gender, and date of birth.  \n     - **Edit Student (Student Edit)**: A form with pre-filled data for making changes.  \n     - **Delete**: A confirmation pop-up (e.g., \"Are you sure you want to delete user Ann Bond?\").\n\n3. **Task Management (Tasks)**  \n   - A section for managing tasks:  \n     - **Task List**: A table with columns \"Task #,\" \"Date,\" \"Begin\" (e.g., \"Task #1 - 20.03.2022 - 10:03\").  \n     - **Add Task (Task Add)**: A form with fields to select a board, enter a name, date, and description (e.g., \"Part 1 needs to be completed\").  \n     - **View/Edit Task (Task View)**: A form to view or modify task details.\n\n4. **Notifications**  \n   - A section with the \"Notification header\".  \n   - Displays a list of notifications with icons (e.g., bell, message) to inform users about important updates.\n\n5. **Messages**  \n   - A messaging system:  \n     - A list of chats or contacts with icons.  \n     - A section for viewing and sending messages with a \"New message\" button.\n\n6. **User Profile (Profile)**  \n   - A \"Profile header\" section for viewing and editing user information, with icons for settings and logout.\n\n### Design and Usability:\n- The interface has a **modern design** with a dark background for some elements (e.g., \"Messages\") and a light background for others (e.g., \"Dashboard\").  \n- It includes **forms**, **tables**, **charts**, and **pop-ups**, ensuring intuitiveness and functionality.  \n- The sidebar menu with icons simplifies navigation between sections.\n\n### Purpose:\nThis website is intended for **educational administrators or teachers** who need a tool to:  \n- Track student data and progress.  \n- Manage groups and tasks.  \n- Communicate via messages and notifications.\n\nOverall, it is a centralized platform that combines student, task, and information management in a user-friendly and visually appealing format.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedeiw%2Fstudent-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthedeiw%2Fstudent-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedeiw%2Fstudent-manager/lists"}