Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 1.14 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.14 KB

TableFinder

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.

Demo website

User login can be found here

Username is [email protected] and password is pOd{Zd5f:&FH

Admin login can be found here

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

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.