ethinallen / checkInSystem

creating a check in system for CUhackitEvents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checkInSystem

creating a check in system for CUhackitEvents

TODO

  • Add entries to DB
  • Ability to change a name
    • Insert c flag before ID to change the name
  • Ability to print who is in and who is out
    • Insert s before any ID to display the status of all participant
  • Search DB for UID
  • Modify the tech that the participant has checked out
    • add feature to select add tech
      • Insert to before ID to check out tech
    • add feature to select remove tech
      • Insert ti before ID to return tech
  • Identify additional participant information that we want to track
  • Implement a GUI version (Optional)

Issues

  • Sometimes the last id number is omitted upon scanning
    • Verify the length of the uid string before converting to int
  • Fix the add function for terminal version
    • The older version of add should work
  • Format code in GUI version
    • hard to read
  • Zoom not working for Linux

About

creating a check in system for CUhackitEvents

License:MIT License


Languages

Language:Python 100.0%