Refactor layout and improve contest file handling in app.py
a692d2e
James McCoolcommited on
Remove unused import of get_contest_names in load_contest_file.py to streamline the code. Maintained existing functionality while improving code clarity.
60d75d2
James McCoolcommited on
Update dependencies in requirements.txt
11c55a2
James McCoolcommited on
Refactor name matching logic and update dependencies
91e473e
James McCoolcommited on
Add debug output for salary dictionary and contest file helper in app.py
5de7ed9
James McCoolcommited on
Refactor lineup replacement logic in load_contest_file function
21ba9dc
James McCoolcommited on
Add debug output for sport variable in load_contest_file function
bd643f8
James McCoolcommited on
Add debug output for cleaned DataFrame in load_contest_file function
b7058ba
James McCoolcommited on
Add table display for contest file preview in app.py
24a2017
James McCoolcommited on
Enhance error handling for lineup replacements in load_contest_file function
e37ddff
James McCoolcommited on
Update position lists in load_contest_file function for MMA and GOLF
0a19512
James McCoolcommited on
Add table display for contest file preview in app.py
7092994
James McCoolcommited on
Add debug output for cleaned DataFrame in load_contest_file function
b6bd444
James McCoolcommited on
Update position lists in load_contest_file function for MMA and GOLF
70f0305
James McCoolcommited on
Enhance sport selection and contest file loading logic
3b2f6ef
James McCoolcommited on
Filter out today's date from the date selection in app.py
8a1f473
James McCoolcommited on
Remove table display for salary data in app.py
299f85a
James McCoolcommited on
Refactor helper DataFrame selection in load_contest_file function
8d72ffa
James McCoolcommited on
Add table display for salary data in app.py
555e449
James McCoolcommited on
Refactor layout for sport and game selection in app.py
d69a1b2
James McCoolcommited on
Refactor layout and improve user interaction in app.py
7829724
James McCoolcommited on
Update contest file loading logic in app.py to handle None values
945237f
James McCoolcommited on
Enhance debugging feedback in load_contest_file function
bbf6bb9
James McCoolcommited on
Enhance contest file upload feedback in app.py
f099cf5
James McCoolcommited on
Clear session state for contest file uploads in app.py to prevent conflicts
41768e4
James McCoolcommited on
Enhance contest file display in app.py for improved user feedback
070da4f
James McCoolcommited on
Refactor contest file upload logic in app.py for improved session state management
b5afac7
James McCoolcommited on
Clear session state before loading contest data in app.py
5cebc76
James McCoolcommited on
Update contest file upload handling in app.py to read CSV files directly
3eaf989
James McCoolcommited on
Refactor date list generation in app.py for improved efficiency
d92006d
James McCoolcommited on
Refine date selection logic in app.py for improved clarity
17befda
James McCoolcommited on
Remove unused imports in app.py to streamline code and improve maintainability
b13ca67
James McCoolcommited on
Update date selection logic in app.py to sort dates in descending order
db441e2
James McCoolcommited on
Update contest file upload handling in app.py for improved session state management
5dfac9c
James McCoolcommited on
Refine contest name selection in app.py for improved data handling
532574b
James McCoolcommited on
Update contest name handling in app.py for improved data processing
c5bdf9d
James McCoolcommited on
Enhance contest file loading in app.py and load_contest_file function
dd89b11
James McCoolcommited on
Clear session state on manual contest file upload in app.py
df8ffd8
James McCoolcommited on
Improve player frame filtering in app.py by dropping rows without position data
f0a2361
James McCoolcommited on
Refine position selection in app.py for improved user experience
8e02398
James McCoolcommited on
Enhance player filtering in app.py by adding position selection feature
81184ae
James McCoolcommited on
Enhance player frame display in app.py by adding position column
9792614
James McCoolcommited on
Enhance load_contest_file function to include EntryCount in cleaned dataframe
faa4887
James McCoolcommited on
Remove display of cleaned lineups in app.py to streamline user interface
90c9193
James McCoolcommited on
Enhance load_contest_file function to return cleaned lineups
88f31b2
James McCoolcommited on
Add debug output for cleaned lineup in load_contest_file function
f55422b
James McCoolcommited on
Refine column selection in load_contest_file function for improved data structure
637112e
James McCoolcommited on
Refactor app.py and load_contest_file.py for improved data handling
56ac316
James McCoolcommited on
Update lineup splitting to include 'Remove' column in load_contest_file function
978080b
James McCoolcommited on
Enhance lineup splitting logic in load_contest_file function