Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Need Help, Building a Scheduling Program...

$
0
0
I'm not satisfied with our SIS's scheduling program for elementary. But no fear it's open source and can easily be modified. I'm planing on doing this in stages because it's a very complex set of criteria.

But what I'm trying to figure out right now, is how to basically separate students into groups (assigned to teachers) with the only criteria being balancing gender ration ie not too many males or females in a class. I have a students, teacher table and a table for the data to go into.

So basically third table should just get a teacher id next to each student id with gender being balanced. It sounds basic, but I just can't figure out how to achieve it. Then the idea is once I have that done I'll run some queries to move them around based on test scores, discipline incidents and so forth.

Thanks in advance for the help!

Viewing all articles
Browse latest Browse all 13329

Trending Articles