Registration Form
Current Status
Basic registration form has been implemented and can be found at http://balasankarc.in/registration
- Both Server-side and client-side validations have been implemented and ready to be tested
- Delegate Name
- can not be empty
- must start with alphabet
- can contain alphabets, numbers, period , space and comma.
- Email address
- can not be empty
format is test@test.test
- Organization
- can be empty
- must start with alphabet
- can contain alphabets, numbers, period , space and comma.
- City
- can be empty
- must start with alphabet
- can contain alphabets, numbers, period , space and comma.
- Arrival and Departure Dates
- can be empty
- must be of the format dd-mm-yyyy
- Delegate Name
TODO
- Validate existence of both dates
- If one of the dates is filled, make sure other is also filled
- Date of arrival should be before that of departure
- Both dates should be between October 15th and October 20th.
- Create registration form for Speakers
- Discuss about the necessity of having an ini file to control stuff.
- Move to Sqlite instead of MySQL
The git repo (which can be found at https://gitorious.org/minidebconfindia/metoo/) has been updated with the latest code.