Web app for tracking current ticket numbers
Go to file
fram3d 89e802aa57
add pycache to gitignore
2023-10-04 00:13:07 +02:00
build-deb add sql support 2023-10-03 21:02:33 +02:00
freeriders add pycache to gitignore 2023-10-04 00:13:07 +02:00
.gitignore add pycache to gitignore 2023-10-04 00:13:07 +02:00
LICENSE Initial commit 2023-10-03 18:09:05 +00:00
README.md add dynamic values to sms.html 2023-10-03 22:03:13 +02:00
init_db.py add sql support 2023-10-03 21:02:33 +02:00
requirments.txt add sql support 2023-10-03 21:02:33 +02:00
run.py flask init 2023-10-03 20:25:35 +02:00

README.md

freeriders

Web app for tracking current ticket numbers

Architecture

  • keep all ticket numbers and timestamps in SQL table "tickets"
  • display last ticket number
  • don't allow tickets that are out of probable ticket number range
  • if last submited ticket is timestamped more then 90 minutes ago, try to predict the next number