Hello all.
I'm in charge of developing the serverside code for a site to host a graphics challenge/contest where students from a number of registered schools will be able to submit entries. There is an early "sketch" of the registration form and some other stuff online at http://www.theshowdown.se/test/?p=reg
I was working on implementing the entry processing code when I was notified that priorities have changed a bit and we need a content management system very soon. I was hoping to use Drupal for this, although we don't need all the standard features it has, we do need some custom ones for handling data about registered schools and students, as well as their entries later on.
Creating a Drupal template out of the design/layout shouldn't be too hard I think (but I do want feedback if you have any). I'm more worried about integrating the relationship between a school and its students at registration time. The requirements are:
1. When a student registers, they should have to select which school they belong to, along with their full name etc. This doesn't necessarily need to be the same registration form Admins/ would use.