{"id":26275546,"url":"https://github.com/easonsyc/student-option","last_synced_at":"2025-03-14T10:16:38.861Z","repository":{"id":238847540,"uuid":"797734554","full_name":"EasonSYC/student-option","owner":"EasonSYC","description":"An application for student's GCSE choices.","archived":false,"fork":false,"pushed_at":"2024-06-27T14:13:43.000Z","size":248,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-27T17:14:49.384Z","etag":null,"topics":["c-sharp","sql","study"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"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/EasonSYC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-05-08T12:15:43.000Z","updated_at":"2024-06-27T14:13:46.000Z","dependencies_parsed_at":"2024-06-27T17:12:34.670Z","dependency_job_id":"ab89caa9-b698-4896-97de-dbf23f444138","html_url":"https://github.com/EasonSYC/student-option","commit_stats":null,"previous_names":["easonsyc/student-option-application","easonsyc/student-option"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasonSYC%2Fstudent-option","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasonSYC%2Fstudent-option/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasonSYC%2Fstudent-option/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasonSYC%2Fstudent-option/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasonSYC","download_url":"https://codeload.github.com/EasonSYC/student-option/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243558451,"owners_count":20310574,"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":["c-sharp","sql","study"],"created_at":"2025-03-14T10:16:37.848Z","updated_at":"2025-03-14T10:16:38.812Z","avatar_url":"https://github.com/EasonSYC.png","language":"C#","readme":"# Student Option\n\n## Database Design\n\n### Categories\n\n1. **CategoryID**: Primary Key, Unique, Not Null, Auto-Increment; Int.\n2. **CategoryName**: Not Null, Unique; VarChar(30).\n\n### ExamBoards\n\n1. **ExamBoardID**: Primary Key, Unique, Not Null, Auto-Increment; Int.\n2. **ExamBoardName**: Not Null, Unique; VarChar(20).\n\n### Courses\n\n1. **CourseID**: Primary Key, Unique, Not Null, Auto-Increment; Int.\n2. **Title**: Unique, Not Null; VarChar(30).\n3. **CategoryID**: Foreign Key (Categories.CategoryID), Not Null; Int.\n4. **ExamBoardID**: Foreign Key (ExamBoards.ExamBoardID), Not Null; Int.\n\n### Students\n\n1. **StudentID**: Primary Key, Unique, Not Null, Auto-Increment; Int.\n2. **FirstName**: Not Null; VarChar(20).\n3. **LastName**: Not Null; VarChar(20).\n4. **DateOfBirth**: Not Null; Date.\n\nUnique Constraint: FirstName, LastName, DateOfBirth.\n\n### Teachers\n\n1. **TeacherID**: Primary Key, Unique, Not Null, Auto-Increment; Int.\n2. **Title**: Not Null; VarChar(10).\n3. **FirstName**: Not Null; VarChar(20).\n4. **LastName**: Not Null; VarChar(20).\n5. **Qualification**: Not Null, VarChar(50).\n\nUnique Constraint: FirstName, LastName.\n\n### Classes\n\n1. **ClassID**: Primary Key, Unique, Not Null, Auto-Increment; Int.\n2. **TeacherID**: Foreign Key (Teachers.TeacherID), Not Null; Int.\n3. **CourseID**: Foreign Key (Courses.CourseID), Not Null; Int.\n\n### ClassEnrollments\n\n1. **ClassEnrollmentID**: Primary Key, Unique, Not Null, Auto-Increment; Int.\n2. **StudentID**: Foreign Key (Students.StudentID), Not Null; Int.\n3. **ClassID**: Foreign Key (Classes.ClassID), Not Null; Int.\n\nUnique Constraint: StudentID, ClassID.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasonsyc%2Fstudent-option","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasonsyc%2Fstudent-option","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasonsyc%2Fstudent-option/lists"}