aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Moved to a mobile friendly CSS frameworkKaran Jayachandra2025-07-259-142/+121
|
* Added the grid layout using custom cssKaran Jayachandra2025-07-253-12/+15
|
* Removed guest controlKaran Jayachandra2025-07-252-22/+34
|
* Removed all branding and replaced files with CDNKaran Jayachandra2025-07-149-30/+10
|
* Removed unnecessary filesKaran Jayachandra2025-07-142-7/+4
|
* Changed the image to get gem cliKaran Jayachandra2025-07-141-6/+0
|
* Changed the image to get gem cliKaran Jayachandra2025-07-141-1/+1
|
* Update .gitlab-ci.yml fileKaran Jayachandra2025-07-141-0/+16
|
* Added the login for changesKaran Jayachandra2025-07-1417-282/+371
|
* Changed the environment variable nameKaran Jayachandra2025-07-141-2/+1
|
* Added the database connectionKaran Jayachandra2025-07-143-2/+37
|
* Merge branch 'develop' into 'main'Karan Jayachandra2025-07-141-0/+1
|\ | | | | | | | | Added the fixed python version See merge request KaranJayachandra/match_up!16
| * Added the fixed python versionKaran Jayachandra2025-07-141-0/+1
| |
* | Merge branch 'develop' into 'main'Karan Jayachandra2025-07-147-55/+427
|\| | | | | | | | | Transitioned to UV See merge request KaranJayachandra/match_up!15
| * Transitioned to UVKaran Jayachandra2025-07-147-55/+427
| |
* | Merge branch 'develop' into 'main'Karan Jayachandra2025-07-1437-604/+1035
|\| | | | | | | | | Develop See merge request KaranJayachandra/match_up!14
| * Back to workingKaran Jayachandra2025-07-148-239/+285
| |
| * Working app, guests implementation pendingKaran Jayachandra2025-07-146-34/+84
| |
| * 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
| |
* | Merge branch 'develop' into 'main'Karan Jayachandra2024-12-021-6/+4
|\| | | | | | | | | Fixed the typos and the structure of the README See merge request KaranJayachandra/match_up!13
| * Fixed the typos and the structure of the READMEKaran Jayachandra2024-12-021-6/+4
| |
* | Merge branch 'develop' into 'main'Karan Jayachandra2024-12-027-154/+186
|\| | | | | | | | | Develop See merge request KaranJayachandra/match_up!12
| * 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
| |
* | Merge branch 'develop' into 'main'2.0Karan Jayachandra2024-11-1535-647/+929
|\| | | | | | | | | Database and javascript timer implemented See merge request KaranJayachandra/match_up!11
| * 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
| |