You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
Create submodule in iStudent repo with basic mechanism for College Enrollment
Requirements:
College Sections CRUD:
-- Ability to create, read, update, delete a college section (eg: mathematics, computer science, biology, law) with the following fields (name, number of years, max number of students per year)
-- Ability to create, read, update, delete a college applicant (with lastname, firstname, age and grade of enrollment)
-- Ability to enlist a college applicant to multiple college sections (with order of preference)
-- Ability see at any given time which college section has which students
The students are admitted to a college section based on their grades (descending order)
If a student does not have a grade good enough for his first college section pick, the application will attempt to add him to his second college section pick (and so on, until he is enrolled to a college section or until he is not enrolled into anything)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Create submodule in iStudent repo with basic mechanism for College Enrollment
Requirements:
College Sections CRUD:
-- Ability to create, read, update, delete a college section (eg: mathematics, computer science, biology, law) with the following fields (name, number of years, max number of students per year)
-- Ability to create, read, update, delete a college applicant (with lastname, firstname, age and grade of enrollment)
-- Ability to enlist a college applicant to multiple college sections (with order of preference)
-- Ability see at any given time which college section has which students
The students are admitted to a college section based on their grades (descending order)
If a student does not have a grade good enough for his first college section pick, the application will attempt to add him to his second college section pick (and so on, until he is enrolled to a college section or until he is not enrolled into anything)
The text was updated successfully, but these errors were encountered: