| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Cleaned up the layout slightly | Karan Jayachandra | 2024-10-18 | 4 | -19/+28 |
| | | |||||
| * | Removed the dev requirements and updated the mistakes in the README | Karan Jayachandra | 2024-10-17 | 2 | -7/+6 |
| | | |||||
| * | Fixed link to the images in the README | Karan Jayachandra | 2024-10-17 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'feature/docs' into 'develop' | Karan Jayachandra | 2024-10-17 | 3 | -6/+6 |
| |\ | | | | | | | | | Fixed the images and the links See merge request KaranJayachandra/match_up!6 | ||||
| | * | Fixed the images and the links | Karan Jayachandra | 2024-10-17 | 3 | -6/+6 |
| | | | |||||
| * | | Merge branch 'feature/docs' into 'develop' | Karan Jayachandra | 2024-10-17 | 14 | -84/+199 |
| |\| | | | | | | | | | Added a starting point for all documentation See merge request KaranJayachandra/match_up!4 | ||||
| | * | Added the screenshot to the README | Karan Jayachandra | 2024-10-17 | 1 | -0/+6 |
| | | | |||||
| | * | Added some screenshots for the README | Karan Jayachandra | 2024-10-17 | 6 | -3/+9 |
| | | | |||||
| | * | Moved the player activation to a separate page | Karan Jayachandra | 2024-10-17 | 3 | -19/+62 |
| | | | |||||
| | * | Added content to the README and reordered the code | Karan Jayachandra | 2024-10-17 | 4 | -35/+95 |
| | | | |||||
| | * | Removed debug statements and old template | Karan Jayachandra | 2024-10-17 | 3 | -12/+4 |
| | | | |||||
| | * | Cleaned up the layout a bit | Karan Jayachandra | 2024-10-16 | 4 | -23/+31 |
| |/ | |||||
| * | Merge branch 'feature/db' into 'develop' | Karan Jayachandra | 2024-10-16 | 22 | -374/+494 |
| |\ | | | | | | | | | Full Functionality See merge request KaranJayachandra/match_up!2 | ||||
| | * | Added the data folder to the gitignore | Karan Jayachandra | 2024-10-16 | 1 | -0/+1 |
| | | | |||||
| | * | Removed unnecessary templates | Karan Jayachandra | 2024-10-16 | 2 | -6/+0 |
| | | | |||||
| | * | Added a few more j2 macros | Karan Jayachandra | 2024-10-16 | 2 | -2/+16 |
| | | | |||||
| | * | Working version with all functionality | Karan Jayachandra | 2024-10-16 | 10 | -79/+125 |
| | | | |||||
| | * | Added all macros and also stored the js, css, png and ico files | Karan Jayachandra | 2024-10-16 | 12 | -30/+76 |
| | | | |||||
| | * | Guests are always lower priority | Karan Jayachandra | 2024-10-16 | 1 | -1/+5 |
| | | | |||||
| | * | Added guests funtionality | Karan Jayachandra | 2024-10-16 | 8 | -23/+67 |
| | | | |||||
| | * | Removed the unnecessary information in the README | Karan Jayachandra | 2024-10-16 | 3 | -95/+10 |
| | | | |||||
| | * | Added the batch scripts and the variable change for the app setting | Karan Jayachandra | 2024-10-16 | 4 | -1/+11 |
| | | | |||||
| | * | Clean folder and configuration | Karan Jayachandra | 2024-10-16 | 4 | -15/+7 |
| | | | |||||
| | * | Removed one folder | Karan Jayachandra | 2024-10-16 | 1 | -0/+0 |
| | | | |||||
| | * | Cleaned up the code to generate test data | Karan Jayachandra | 2024-10-16 | 3 | -24/+32 |
| | | | |||||
| | * | First working version with history | Karan Jayachandra | 2024-10-16 | 10 | -100/+149 |
| | | | |||||
| | * | Cleaned up the code significantly | Karan Jayachandra | 2024-10-15 | 8 | -244/+251 |
| | | | |||||
| | * | Changed the courts to dictionaries | Karan Jayachandra | 2024-10-14 | 4 | -72/+62 |
| |/ | |||||
| * | Cleand up the application code a bit | Karan Jayachandra | 2024-10-14 | 3 | -38/+13 |
| | | |||||
| * | Merge branch 'pure' into 'develop' | Karan Jayachandra | 2024-10-14 | 21 | -499/+413 |
| |\ | | | | | | | | | Dash to Flask HTML Conversion See merge request KaranJayachandra/match_up!1 | ||||
| | * | Added skilled and random games | Karan Jayachandra | 2024-10-11 | 3 | -11/+42 |
| | | | |||||
| | * | Working with Bulma CSS now | Karan Jayachandra | 2024-10-11 | 9 | -80/+80 |
| | | | |||||
| | * | First working version with court selection | Karan Jayachandra | 2024-10-11 | 6 | -55/+150 |
| | | | |||||
| | * | Added the randomization and the persistent memory | Karan Jayachandra | 2024-10-04 | 2 | -12/+23 |
| | | | |||||
