A simple table selector For the website tablefinder.info. The goal was to allow a small group of users select seats at a table for an event. Functionality includes:
- Administratively create accounts with randomized passwords.
- Select tables, provides an graphical interface for seeing which seats are taken, available, or selected.
- Email confirmations.
Username is [email protected]
and password is pOd{Zd5f:&FH
Admin username is Admin
and password is hello!@#world123
Note that all emailing functionality is disabled for the demo website, so you cannot create new users, or spam your friends.
To do list, in no particular order
- Fix the CSS, it's a bit of a mess and the layout could be significantly better.
- Unit testing, the code doesn't exactly lend itself to testing right now, so more refacting would be in order before beginning this.
- More administrative functionality such as modifying user information, modifying table selections, password resets.