
The module works fairly well overall. Its major functionalities work as described such as sending email to a list of registrants, exporting the list as a csv or txt file.
One small thing I had to fix myself was to make the label for the event name visible so people can see what event they are registering for.
Some suggestions for improvement:
1. If you sell your code internationally, name your variables in English (I had to learn a few German words)
2. Document your code to help reader understand faster
3. The module is designed such that each instance of the module is for a particular event. In other words, if you want people to register for two events at the same time, then you need to have two separate module instances. I guess this will do the job, but in the future maybe the module will let people register for different events.
posted on 10/1/2008
WoAx-IT replied...

Thx a lot for your review.
Yes the DB-Model (Fields) are german. (Also there is a german additional title Field not used)
And yes again, when the buisness functionallty "register for 2 events" within a module at the same time, there is some work to do.
Thanks for you tipps, the next module will be in pure english ;)