| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added the basic login | Karan Jayachandra | 2025-07-06 | 6 | -1/+58 |
| | | |||||
| * | Working version | Karan Jayachandra | 2025-07-06 | 9 | -0/+0 |
| | | |||||
| * | Running application | Karan Jayachandra | 2025-07-06 | 11 | -67/+38 |
| | | |||||
| * | Transitioned back to a traditional flask app | Karan Jayachandra | 2025-07-06 | 20 | -0/+0 |
| | | |||||
| * | Fixed the typos and the structure of the README | Karan Jayachandra | 2024-12-02 | 1 | -6/+4 |
| | | |||||
| * | Fixed bug with team based games | Karan Jayachandra | 2024-12-02 | 5 | -100/+130 |
| | | |||||
| * | Fixed issue of the database not loading the teams | Karan Jayachandra | 2024-12-02 | 2 | -3/+7 |
| | | |||||
| * | Added a random selection even for teams | Karan Jayachandra | 2024-12-02 | 2 | -12/+11 |
| | | |||||
| * | Added team based games | Karan Jayachandra | 2024-12-02 | 6 | -46/+86 |
| | | |||||
| * | Added the guests with history and level | Karan Jayachandra | 2024-12-02 | 6 | -82/+41 |
| | | |||||
| * | Changed the shuffle button to create | Karan Jayachandra | 2024-11-15 | 1 | -1/+1 |
| | | |||||
| * | Removed an unnecessary import | Karan Jayachandra | 2024-11-15 | 1 | -1/+1 |
| | | |||||
| * | Added the database file name to the path command | Karan Jayachandra | 2024-11-15 | 1 | -3/+3 |
| | | |||||
| * | Added the changes to clean up the guests layout | Karan Jayachandra | 2024-11-15 | 4 | -5/+10 |
| | | |||||
| * | Added the change to the README to follow the new package way of working | Karan Jayachandra | 2024-11-15 | 1 | -21/+19 |
| | | |||||
| * | Changed the code base with an ADR | Karan Jayachandra | 2024-11-15 | 2 | -4/+6 |
| | | |||||
| * | Black formatted the code | Karan Jayachandra | 2024-11-15 | 1 | -2/+2 |
| | | |||||
| * | Removed the SQL output to the terminal | Karan Jayachandra | 2024-11-15 | 2 | -16/+1 |
| | | |||||
| * | Made the navbar a bit cleaner | Karan Jayachandra | 2024-11-15 | 1 | -4/+1 |
| | | |||||
| * | Added the dependencies in the pyproject.toml | Karan Jayachandra | 2024-11-15 | 1 | -2/+5 |
| | | |||||
| * | Added the history and reset functionality | Karan Jayachandra | 2024-11-15 | 7 | -285/+307 |
| | | |||||
| * | Added multiple levels for the guests | Karan Jayachandra | 2024-11-15 | 5 | -120/+78 |
| | | |||||
| * | Added the reset player funcitonality | Karan Jayachandra | 2024-11-15 | 2 | -15/+32 |
| | | |||||
| * | Removed the timer from the backend | Karan Jayachandra | 2024-11-15 | 4 | -43/+1 |
| | | |||||
| * | Cleaned up the layout of the timer | Karan Jayachandra | 2024-11-15 | 1 | -9/+11 |
| | | |||||
| * | Changed to the HTTP port | Karan Jayachandra | 2024-11-15 | 2 | -2/+4 |
| | | |||||
| * | Downloaded some dependencies | Karan Jayachandra | 2024-11-15 | 3 | -3/+5 |
| | | |||||
| * | Added the javascript timer to remove backend calls | Karan Jayachandra | 2024-11-15 | 3 | -7/+116 |
| | | |||||
| * | Formatted the code with black | Karan Jayachandra | 2024-11-13 | 1 | -3/+11 |
| | | |||||
| * | Added some basic errors for unfinished stuff | Karan Jayachandra | 2024-11-13 | 1 | -1/+4 |
| | | |||||
| * | Added the fix for the name sort | Karan Jayachandra | 2024-11-12 | 1 | -2/+2 |
| | | |||||
| * | Fixed the bug with the csv load | Karan Jayachandra | 2024-11-12 | 1 | -1/+1 |
| | | |||||
| * | Database handling added | Karan Jayachandra | 2024-11-12 | 11 | -162/+353 |
| | | |||||
| * | Removed the unnecessary requirements file after converting to package | Karan Jayachandra | 2024-11-12 | 1 | -2/+0 |
| | | |||||
| * | Merge branch 'feature/package' into 'develop' | Karan Jayachandra | 2024-11-09 | 18 | -84/+124 |
| |\ | | | | | | | | | Implemented packaging and command line arguments See merge request KaranJayachandra/match_up!10 | ||||
| | * | Added the functionality to automatically generate names or use a local database | Karan Jayachandra | 2024-11-09 | 3 | -24/+5 |
| | | | |||||
| | * | Formatted the package with black | Karan Jayachandra | 2024-11-09 | 4 | -16/+38 |
| | | | |||||
| | * | Added the random name generation to be part of the package | Karan Jayachandra | 2024-11-09 | 5 | -51/+40 |
| | | | |||||
| | * | Moved some of the imports to the routes file to keep the package clean | Karan Jayachandra | 2024-11-09 | 2 | -4/+6 |
| | | | |||||
| | * | Seperated the routes to a different file | Karan Jayachandra | 2024-11-09 | 2 | -81/+85 |
| | | | |||||
| | * | Added the changes to the templates to pass the url_for function | Karan Jayachandra | 2024-11-08 | 5 | -15/+21 |
| | | | |||||
| | * | Added the requirements on the static files | Karan Jayachandra | 2024-10-25 | 3 | -6/+24 |
| | | | |||||
| | * | Added a basic pyproject | Karan Jayachandra | 2024-10-25 | 1 | -0/+18 |
| | | | |||||
| | * | Moved the files into a folder structure | Karan Jayachandra | 2024-10-25 | 16 | -0/+0 |
| |/ | |||||
| * | Added the mac temporary files to the gitignore | Karan Jayachandra | 2024-10-25 | 1 | -1/+4 |
| | | |||||
| * | Added possibility to configure timer | Karan Jayachandra | 2024-10-22 | 1 | -1/+2 |
| | | |||||
| * | Changed the timer to 17.5 mins | Karan Jayachandra | 2024-10-22 | 1 | -1/+1 |
| | | |||||
| * | Added made the table view a bit better | Karan Jayachandra | 2024-10-18 | 1 | -5/+5 |
| | | |||||
| * | Made the visuals look good for laptop | Karan Jayachandra | 2024-10-18 | 7 | -26/+20 |
| | | |||||
| * | Made macros out of reused components | Karan Jayachandra | 2024-10-18 | 4 | -83/+58 |
| | | |||||
