Commit History

Implement user selection and pagination for duplication frame in app.py
d415f18

James McCool commited on

Add dupe formatting for duplication frame in app.py
99e552f

James McCool commited on

Add unique and under-5/under-10 duplicate counts to duplication frame in app.py
62a6685

James McCool commited on

Enhance duplication frame visualization in app.py
2ceda65

James McCool commited on

Refine error message and enhance duplication frame metrics in app.py
c4642dd

James McCool commited on

Add error handling for contest retrieval in app.py
7f07fe7

James McCool commited on

Update duplication frame in app.py to include 'dupes' and 'average_dupes' metrics
d57d310

James McCool commited on

Update duplication metrics in app.py to include average duplicates
7984d0e

James McCool commited on

Enhance duplication metrics in app.py and create_general_exposures.py
b36408f

James McCool commited on

Add unique and under-5 duplicate counts to working_df in app.py
55a782f

James McCool commited on

Update sport selection options in app.py to include NHL
31c912d

James McCool commited on

Refactor player position selection in app.py
6594d81

James McCool commited on

Update filtering instructions and button functionality in app.py
886a898

James McCool commited on

Enhance reset functionality in app.py
cabee22

James McCool commited on

Refactor reset button functionality in app.py
afe1ae3

James McCool commited on

Implement enhanced reset functionality in app.py
16aefb8

James McCool commited on

Update column layout in app.py for improved UI spacing
354d2df

James McCool commited on

Add reset functionality to player selection in app.py
f481ff1

James McCool commited on

Update sport selection options in app.py to streamline user choices
c16cb6d

James McCool commited on

Refactor player selection logic in app.py for improved filtering accuracy
8aaea01

James McCool commited on

Enhance player selection functionality in app.py for improved filtering
dee19f8

James McCool commited on

Refactor stack size selection in app.py for improved user experience
0b7d1f5

James McCool commited on

Update stack size filtering in app.py to drop missing values
97aa7d2

James McCool commited on

Comment out stack size handling in app.py for future review
96d409b

James McCool commited on

Refactor stack size handling in app.py for improved clarity
5d76637

James McCool commited on

Update stack size handling in app.py to ensure consistent data types
7d5d8db

James McCool commited on

Update stack size filtering in app.py to handle missing values
5d46f35

James McCool commited on

Refactor stack size filtering logic in app.py for improved functionality
a696f68

James McCool commited on

Enhance input field labels and filtering logic in app.py for better clarity
5f539f7

James McCool commited on

Update selection prompts in app.py for clarity and consistency
fe3cdfc

James McCool commited on

Refactor input fields in app.py for enhanced user experience
9d1f51c

James McCool commited on

Enhance player and team selection interface in app.py
4ac617e

James McCool commited on

Update sport selection options in app.py to enhance user choices
4763dae

James McCool commited on

Update selection options in app.py to improve user experience
624ddbc

James McCool commited on

Refactor contest name handling in app.py to combine contest names with their corresponding dates. Removed the contest ID map from the return values of grab_contest_names function to streamline data retrieval, while maintaining the necessary information for subsequent processing.
e04a121

James McCool commited on

Refactor player information handling in app.py by removing redundant error handling for contest ID filtering. Streamlined session state management for salary, team, and position dictionaries to enhance code clarity and maintain functionality.
5b9c82c

James McCool commited on

Add error handling for contest file upload in app.py
f9e16b0

James McCool commited on

Remove table display of salary and cleaned contest data in app.py and load_contest_file.py for a cleaner user interface. This change streamlines the data presentation by eliminating unnecessary table outputs while maintaining existing functionality.
5abfd03

James McCool commited on

Update salary and actual fantasy points calculations in app.py to apply a 1.5x multiplier for the first player in each row. This change enhances the accuracy of player evaluations in the data processing workflow.
abd1ae1

James McCool commited on

Refactor player information retrieval in app.py to include contest name and ID map parameters in grab_contest_player_info function calls. This change enhances data accuracy by ensuring the retrieval process is aligned with specific contest details.
6e5cc93

James McCool commited on

Enhance player information retrieval in app.py by adding contest name and ID map parameters to grab_contest_player_info function. Implemented error handling to filter player data based on contest ID for improved accuracy and data integrity.
dc9501e

James McCool commited on

Filter player information to exclude entries with matching contest and player dates in app.py for improved data accuracy
875d2e4

James McCool commited on

Add display of salary dictionary in app.py for improved user visibility
6e5afb9

James McCool commited on

Reorder player information sorting in app.py to enhance data accuracy by ensuring duplicates are removed after sorting by salary
ceb4948

James McCool commited on

Sort player information by salary and remove duplicates in app.py for improved data accuracy
f4a3c34

James McCool commited on

Add Showdown contest type handling in app.py for enhanced player data processing
f56fa41

James McCool commited on

Refactor load_contest_file function to include contest type parameter for improved data handling
440bba8

James McCool commited on

Update db_type assignment in app.py for improved clarity in contest type handling
48da594

James McCool commited on

Refactor contest data handling in app.py and load_contest_file.py for improved clarity and functionality
996f8cb

James McCool commited on

Remove unnecessary print statements from app.py and load_contest_file.py for cleaner code
2ac8839

James McCool commited on