Home
This is a small project for "CS348: Information Systems" Spring '10.
It is intended to give a teacher basic management tools for their
classes. I broke this down into three parts: "Administrator",
"Teachers", and "Students".
The students can:
- Edit their personal information
- View every student's information
- View every teacher's information
- View every class
The teachers can do all of the above PLUS:
- Add a new student
- Create a class (for themselves only)
- Assign a student to a class they teach
- Send a message to a class they teach
- Edit any student's information
- Edit any class they teach
The administrator can do all of the above PLUS:
- Add a new teacher
- Create a class (for any teacher)
- Assign a student to any class
- Send a global message to any class
- Edit any teacher's information
- Edit any class
If you would like the source code, I can provide it. However
as this was done for a class (i.e. at the last minute) the code
isn't very pretty. I'm planning on reworking the entire system
for my mother's
music studio, and when I do, I will probably
post it here.
If you're curious: I got a perfect score on this project. I
spent around 30 hours on it. Maybe less? I don't remember...
it was awhile ago. Also, the code was written using VI. :)