{"id":19880106,"url":"https://github.com/silent0wings/ta-record-management-system","last_synced_at":"2026-06-06T13:31:48.256Z","repository":{"id":253213169,"uuid":"842827314","full_name":"Silent0Wings/TA-Record-Management-System","owner":"Silent0Wings","description":"The TA Record Management System is a C++ program designed to manage records of Teaching Assistants (TAs) in a department. The system allows for the filtering of invalid records, adding new TA records, and sorting the existing records based on various criteria.","archived":false,"fork":false,"pushed_at":"2024-12-19T21:05:21.000Z","size":149,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T02:44:12.327Z","etag":null,"topics":["course-management","cplusplus","data-storage","database-management","datafiltering","datasorting","errorhandling","projectoverview","record-management","recordmanagement","student-records","ta-records","tarecords","teaching-assistant-management","university-tool"],"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/Silent0Wings.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-08-15T07:10:39.000Z","updated_at":"2024-12-19T21:05:25.000Z","dependencies_parsed_at":"2024-08-15T08:39:49.583Z","dependency_job_id":"a2c0c714-dcea-4455-96a1-de9325c0d4a2","html_url":"https://github.com/Silent0Wings/TA-Record-Management-System","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"9dfac5733bb58ddd7c46742afc53a6e493cf5949"},"previous_names":["silent0wings/ta-record-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Silent0Wings/TA-Record-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silent0Wings%2FTA-Record-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silent0Wings%2FTA-Record-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silent0Wings%2FTA-Record-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silent0Wings%2FTA-Record-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Silent0Wings","download_url":"https://codeload.github.com/Silent0Wings/TA-Record-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silent0Wings%2FTA-Record-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33984824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"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":["course-management","cplusplus","data-storage","database-management","datafiltering","datasorting","errorhandling","projectoverview","record-management","recordmanagement","student-records","ta-records","tarecords","teaching-assistant-management","university-tool"],"created_at":"2024-11-12T17:10:15.432Z","updated_at":"2026-06-06T13:31:48.238Z","avatar_url":"https://github.com/Silent0Wings.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TA Record Management System\n![Example](https://github.com/Silent0Wings/TA-Record-Management-System/blob/b3a843531c1741573b4235d4d9ca8057fb3d102d/1.png)\n## Overview\nProject Report .[here](https://github.com/Silent0Wings/TA-Record-Management-System/blob/a5e4376687cc96c13b8f3afed047920d05505c35/Github.pdf).\n\nThe TA Record Management System is a C++ program designed to manage records of Teaching Assistants (TAs) in a department. The system allows for the filtering of invalid records, adding new TA records, and sorting the existing records based on various criteria.\n\n## Features\n\n- **Filtering Invalid Records**: The system filters out records of TAs who have graduated (classified as \"Alum\") and removes them from the list.\n- **Adding New Records**: Users can add new TA records to the system. The program ensures that no duplicate Student IDs are added.\n- **Sorting Records**: The program allows users to sort TA records by different columns, such as Working Hours, Status, First Name, Student ID, and Department, in either ascending or descending order.\n\n## How to Run\n\n1. **Compile the Program**: \n   - Ensure that you have a C++ compiler installed.\n   - Compile the code using your preferred C++ compiler. For example:\n     ```bash\n     g++ -std=c++11 main.cpp -o ta_record_management\n     ```\n\n2. **Run the Program**:\n   - Execute the compiled binary:\n     ```bash\n     ./ta_record_management\n     ```\n\n3. **Interact with the Program**:\n   - Follow the on-screen prompts to load TA records, filter them, add new records, or sort the existing records.\n   - The program will guide you through each step and ensure that your inputs are valid.\n\n## Structure\n\n- **Main Programa**: Manages the flow of the application, including initializing data, handling errors, and directing user interaction.\n- **Filtering Invalid Records**: Reads TA data from a file, removes invalid records, and saves the updated list.\n- **Adding New TAs**: Prompts the user to input new TA details, ensuring data integrity and uniqueness.\n- **Sorting Records**: Allows the user to sort TA records based on selected criteria and saves the sorted list.\n\n## Error Handling\nThe program includes robust error handling for:\n- Invalid file names or paths.\n- Duplicate Student IDs during the addition of new records.\n- Invalid inputs for sorting or other operations.\n\n## Requirements\n- A C++11 or later compiler.\n\n## Notes\n- The program uses a simple text file to store and manage TA records. Ensure that the file is in the correct format as expected by the program.\n- Make sure the file path and name are correctly provided when prompted.\n\n## License\nThis project is for educational purposes and does not carry a specific license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilent0wings%2Fta-record-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilent0wings%2Fta-record-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilent0wings%2Fta-record-management-system/lists"}