Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

[reserved] College enrollment CRUD #21

Open
lzrmihnea opened this issue Dec 6, 2017 · 0 comments
Open

[reserved] College enrollment CRUD #21

lzrmihnea opened this issue Dec 6, 2017 · 0 comments

Comments

@lzrmihnea
Copy link
Collaborator

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant