aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Changed the timer to 17.5 minsKaran Jayachandra2024-10-221-1/+1
| |
| * Added made the table view a bit betterKaran Jayachandra2024-10-181-5/+5
| |
| * Made the visuals look good for laptopKaran Jayachandra2024-10-187-26/+20
| |
| * Made macros out of reused componentsKaran Jayachandra2024-10-184-83/+58
| |
| * Cleaned up the layout slightlyKaran Jayachandra2024-10-184-19/+28
| |
* | Merge branch 'develop' into 'main'Karan Jayachandra2024-10-172-7/+6
|\| | | | | | | | | Removed the dev requirements and updated the mistakes in the README See merge request KaranJayachandra/match_up!9
| * Removed the dev requirements and updated the mistakes in the READMEKaran Jayachandra2024-10-172-7/+6
| |
* | Merge branch 'develop' into 'main'1.0Karan Jayachandra2024-10-171-2/+2
|\| | | | | | | | | Fixed link to the images in the README See merge request KaranJayachandra/match_up!8
| * Fixed link to the images in the READMEKaran Jayachandra2024-10-171-2/+2
| |
* | Merge branch 'develop' into 'main'Karan Jayachandra2024-10-173-6/+6
|\| | | | | | | | | Develop See merge request KaranJayachandra/match_up!7
| * Merge branch 'feature/docs' into 'develop'Karan Jayachandra2024-10-173-6/+6
| |\ | | | | | | | | | | | | Fixed the images and the links See merge request KaranJayachandra/match_up!6
| | * Fixed the images and the linksKaran Jayachandra2024-10-173-6/+6
| | |
* | | Merge branch 'develop' into 'main'Karan Jayachandra2024-10-1714-84/+199
|\| | | | | | | | | | | | | | Full functionality and documentation for first version See merge request KaranJayachandra/match_up!5
| * | Merge branch 'feature/docs' into 'develop'Karan Jayachandra2024-10-1714-84/+199
| |\| | | | | | | | | | | | | Added a starting point for all documentation See merge request KaranJayachandra/match_up!4
| | * Added the screenshot to the READMEKaran Jayachandra2024-10-171-0/+6
| | |
| | * Added some screenshots for the READMEKaran Jayachandra2024-10-176-3/+9
| | |
| | * Moved the player activation to a separate pageKaran Jayachandra2024-10-173-19/+62
| | |
| | * Added content to the README and reordered the codeKaran Jayachandra2024-10-174-35/+95
| | |
| | * Removed debug statements and old templateKaran Jayachandra2024-10-173-12/+4
| | |
| | * Cleaned up the layout a bitKaran Jayachandra2024-10-164-23/+31
| |/