aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Working version with several bugsKaran Jayachandra2025-07-137-52/+78
|
* Updated the database tablesKaran Jayachandra2025-07-121-0/+87
|
* Updated the ignoreKaran Jayachandra2025-07-061-1/+4
|
* Moved a lot of the code into database queriesKaran Jayachandra2025-07-0612-367/+558
|
* Added the basic loginKaran Jayachandra2025-07-066-1/+58
|
* Working versionKaran Jayachandra2025-07-069-0/+0
|
* Running applicationKaran Jayachandra2025-07-0611-67/+38
|
* Transitioned back to a traditional flask appKaran Jayachandra2025-07-0620-0/+0
|
* Fixed the typos and the structure of the READMEKaran Jayachandra2024-12-021-6/+4
|
* Fixed bug with team based gamesKaran Jayachandra2024-12-025-100/+130
|
* Fixed issue of the database not loading the teamsKaran Jayachandra2024-12-022-3/+7
|
* Added a random selection even for teamsKaran Jayachandra2024-12-022-12/+11
|
* Added team based gamesKaran Jayachandra2024-12-026-46/+86
|
* Added the guests with history and levelKaran Jayachandra2024-12-026-82/+41
|
* Changed the shuffle button to createKaran Jayachandra2024-11-151-1/+1
|
* Removed an unnecessary importKaran Jayachandra2024-11-151-1/+1
|
* Added the database file name to the path commandKaran Jayachandra2024-11-151-3/+3
|
* Added the changes to clean up the guests layoutKaran Jayachandra2024-11-154-5/+10
|
* Added the change to the README to follow the new package way of workingKaran Jayachandra2024-11-151-21/+19
|
* Changed the code base with an ADRKaran Jayachandra2024-11-152-4/+6
|
* Black formatted the codeKaran Jayachandra2024-11-151-2/+2
|
* Removed the SQL output to the terminalKaran Jayachandra2024-11-152-16/+1
|
* Made the navbar a bit cleanerKaran Jayachandra2024-11-151-4/+1
|
* Added the dependencies in the pyproject.tomlKaran Jayachandra2024-11-151-2/+5
|
* Added the history and reset functionalityKaran Jayachandra2024-11-157-285/+307
|
* Added multiple levels for the guestsKaran Jayachandra2024-11-155-120/+78
|
* Added the reset player funcitonalityKaran Jayachandra2024-11-152-15/+32
|
* Removed the timer from the backendKaran Jayachandra2024-11-154-43/+1
|
* Cleaned up the layout of the timerKaran Jayachandra2024-11-151-9/+11
|
* Changed to the HTTP portKaran Jayachandra2024-11-152-2/+4
|
* Downloaded some dependenciesKaran Jayachandra2024-11-153-3/+5
|
* Added the javascript timer to remove backend callsKaran Jayachandra2024-11-153-7/+116
|
* Formatted the code with blackKaran Jayachandra2024-11-131-3/+11
|
* Added some basic errors for unfinished stuffKaran Jayachandra2024-11-131-1/+4
|
* Added the fix for the name sortKaran Jayachandra2024-11-121-2/+2
|
* Fixed the bug with the csv loadKaran Jayachandra2024-11-121-1/+1
|
* Database handling addedKaran Jayachandra2024-11-1211-162/+353
|
* Removed the unnecessary requirements file after converting to packageKaran Jayachandra2024-11-121-2/+0
|
* Merge branch 'feature/package' into 'develop'Karan Jayachandra2024-11-0918-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 databaseKaran Jayachandra2024-11-093-24/+5
| |
| * Formatted the package with blackKaran Jayachandra2024-11-094-16/+38
| |
| * Added the random name generation to be part of the packageKaran Jayachandra2024-11-095-51/+40
| |
| * Moved some of the imports to the routes file to keep the package cleanKaran Jayachandra2024-11-092-4/+6
| |
| * Seperated the routes to a different fileKaran Jayachandra2024-11-092-81/+85
| |
| * Added the changes to the templates to pass the url_for functionKaran Jayachandra2024-11-085-15/+21
| |
| * Added the requirements on the static filesKaran Jayachandra2024-10-253-6/+24
| |
| * Added a basic pyprojectKaran Jayachandra2024-10-251-0/+18
| |
| * Moved the files into a folder structureKaran Jayachandra2024-10-2516-0/+0
|/
* Added the mac temporary files to the gitignoreKaran Jayachandra2024-10-251-1/+4
|
* Added possibility to configure timerKaran Jayachandra2024-10-221-1/+2
|