Registration Form

Current Status

  1. Basic registration form has been implemented and can be found at http://balasankarc.in/registration

  2. Both Server-side and client-side validations have been implemented and ready to be tested
    1. Delegate Name
      • can not be empty
      • must start with alphabet
      • can contain alphabets, numbers, period , space and comma.
    2. Email address
    3. Organization
      • can be empty
      • must start with alphabet
      • can contain alphabets, numbers, period , space and comma.
    4. City
      • can be empty
      • must start with alphabet
      • can contain alphabets, numbers, period , space and comma.
    5. Arrival and Departure Dates
      • can be empty
      • must be of the format dd-mm-yyyy

TODO

  1. Validate existence of both dates
    1. If one of the dates is filled, make sure other is also filled
    2. Date of arrival should be before that of departure
    3. Both dates should be between October 15th and October 20th.
  2. Create registration form for Speakers
  3. Discuss about the necessity of having an ini file to control stuff.
  4. 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.

Discussion Threads