summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Removed the dev requirements and updated the mistakes in the READMEKaran Jayachandra2024-10-172-7/+6
|
* Fixed link to the images in the READMEKaran Jayachandra2024-10-171-2/+2
|
* 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 '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
|/
* Merge branch 'feature/db' into 'develop'Karan Jayachandra2024-10-1622-374/+494
|\ | | | | | | | | Full Functionality See merge request KaranJayachandra/match_up!2
| * Added the data folder to the gitignoreKaran Jayachandra2024-10-161-0/+1
| |
| * Removed unnecessary templatesKaran Jayachandra2024-10-162-6/+0
| |
| * Added a few more j2 macrosKaran Jayachandra2024-10-162-2/+16
| |
| * Working version with all functionalityKaran Jayachandra2024-10-1610-79/+125
| |
| * Added all macros and also stored the js, css, png and ico filesKaran Jayachandra2024-10-1612-30/+76
| |
| * Guests are always lower priorityKaran Jayachandra2024-10-161-1/+5
| |
| * Added guests funtionalityKaran Jayachandra2024-10-168-23/+67
| |
| * Removed the unnecessary information in the READMEKaran Jayachandra2024-10-163-95/+10
| |
| * Added the batch scripts and the variable change for the app settingKaran Jayachandra2024-10-164-1/+11
| |
| * Clean folder and configurationKaran Jayachandra2024-10-164-15/+7
| |
| * Removed one folderKaran Jayachandra2024-10-161-0/+0
| |
| * Cleaned up the code to generate test dataKaran Jayachandra2024-10-163-24/+32
| |
| * First working version with historyKaran Jayachandra2024-10-1610-100/+149
| |
| * Cleaned up the code significantlyKaran Jayachandra2024-10-158-244/+251
| |
| * Changed the courts to dictionariesKaran Jayachandra2024-10-144-72/+62
|/
* Cleand up the application code a bitKaran Jayachandra2024-10-143-38/+13
|
* Merge branch 'pure' into 'develop'Karan Jayachandra2024-10-1421-499/+413
|\ | | | | | | | | Dash to Flask HTML Conversion See merge request KaranJayachandra/match_up!1