• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help me create a scheduling website

stinkynathan

Senior member
I TA for the MUS100 class here at my university. Finals week is coming up here and my boss wants me to create a website that the students could use to to sign up for times (we only have 20 available computers at this lab).

Anyone have any ideas? I'm thinking there should be an opensource piece of ASP, JSP, or PHP that I could use for this task.

It doesn't have to be pretty. It won't integrate with the school's student DB. It's just got to give the students a way to sign up for a time for the exam.
 
Sorry I can't help, but wouldn't a regular ol' piece of paper work better as a simple sign-up sheet? Certainly seems more efficient. So far it sounds like trying to build your own car for what could be a 60-second stroll.
 
Originally posted by: stinkynathan
I TA for the MUS100 class here at my university. Finals week is coming up here and my boss wants me to create a website that the students could use to to sign up for times (we only have 20 available computers at this lab).

Anyone have any ideas? I'm thinking there should be an opensource piece of ASP, JSP, or PHP that I could use for this task.

It doesn't have to be pretty. It won't integrate with the school's student DB. It's just got to give the students a way to sign up for a time for the exam.


There are applications out there that was coded just for personal scheduler purposes but I doubt you will find an application named "Final Exam Scheduler" because a) there just isn't a market for it and b) because it can be done pretty easily - hour or two max just as long as you know what you are doing.

Is there a particular reason why your professor asked you to make a web site that can do this? As in, do they know you can program or what?

Easiest way to do it would be to keep track of the data submitted via a flatfile database and have the site keep track of the number of slots available per day. You should also have a full list of students and have the script remove the name once they've registered just so you won't have students putting in random names and taking up unecessary slots. And also have them enter a student ID or something just so you don't have students using other students' names.
 
Back
Top