Files
tam3/README.md

39 lines
1.0 KiB
Markdown
Raw Normal View History

2025-09-22 22:58:26 -04:00
# TAM3 - Web Based
This is the new web based version of Ticket Auction Manager. I decided to delete and redo it to rehash some things.
Goals for this project:
- To get everything working from [TAM-API](https://www.github.com/dbob16/tam-api)
- Web-based version
- Also have a desktop app available (eventually, maybe Electron or Tauri based)
2025-09-25 00:13:34 -04:00
**This is under _active_ development**
## Setting up
After cloning, cd'ing into webapp, and running `npm install` followed by `npm run dev` there's one thing you have to do before testing the rest.
That is making prefixes.
2025-09-27 16:46:30 -04:00
On the main menu press "Alt (or Option) + a" to toggle admin mode. Then click Prefix editor to open the form to edit prefixes.
## Status
Ticket Form: **functional**
2025-09-27 23:09:19 -04:00
2025-09-27 16:46:30 -04:00
Basket Form: **functional**
2025-09-27 23:09:19 -04:00
2025-09-27 16:46:30 -04:00
Drawing Form: **functional**
2025-09-27 23:09:19 -04:00
***
2025-09-27 16:46:30 -04:00
By Name Report: **functional**
2025-09-27 23:09:19 -04:00
2025-09-27 16:46:30 -04:00
Basket ID Report: **functional**
2025-09-27 23:09:19 -04:00
2025-09-27 16:46:30 -04:00
Ticket Count Report: **not started**
2025-09-27 23:09:19 -04:00
***
2025-09-27 16:46:30 -04:00
Deployment System: **not started** | Likely will Dockerize it first, then will move to possible Electron or Tauri option for desktop application.