various changes

This commit is contained in:
2023-08-23 11:58:37 +02:00
parent eacaebd84b
commit c3179194b8
9 changed files with 102 additions and 49 deletions

View File

@@ -1,25 +1,21 @@
# Account view:
- create function that parses DB every 15 minutes and clears out junk --> Also update data in db when user goes to purchase to prevent clearing during purchase
- Require user to confirm email before purchasing
- Also update data in db when user goes to purchase to prevent clearing during purchase
- Load all orders of customer from db when selecting tickets and save to memory to check if ticket count has been exceeded or not.
- Create function that updates currency for every event when updating currency.
- Update files to import when deploying for included json files instead of secret.json files
- Fix text field overflow (text too big for box)
- Other optimization for seat plan editor
- Implement Permission system
- Seat numbering!!
- FUTURE: Implement Permission system
- FUTURE: Add Admin profile (page to change account settings per person like changing pwd)
- FUTURE add multi-language support
- FUTURE: Guest purchase