Commit History

testing exposure management with specific column selections
8913211

James McCool commited on

Enhance player filtering logic in 'Manage Portfolio' section of 'app.py' by implementing conditional checks for both alpha and beta players, improving the accuracy of row selection based on user-defined criteria.
dce062f

James McCool commited on

Refactor player presence logic in 'Manage Portfolio' section of 'app.py' to improve clarity by using direct row value checks instead of row values array, enhancing code readability.
439e0ac

James McCool commited on

Update 'Manage Portfolio' section in 'app.py' to include unique keys for CPT/FLEX selection boxes, enhancing state management and user experience.
e7a0def

James McCool commited on

Add CPT/FLEX selection options in 'Manage Portfolio' section of 'app.py' to enhance player filtering capabilities based on slot type.
9b90f9a

James McCool commited on

Enhance min/max input constraints in 'Manage Portfolio' section of 'app.py' for better user guidance and validation.
4166ef5

James McCool commited on

More fine grained min/max filters in macro
b88e69e

James McCool commited on

Adjust column widths in 'Manage Portfolio' section of 'app.py' to improve layout and enhance user interaction with the reset portfolio button.
851f97e

James McCool commited on

Update row selection logic in 'Manage Portfolio' section of 'app.py' to use 'display_frame' for adding selected rows to custom export, improving data handling and user experience.
11d73be

James McCool commited on

Refactor column layout in 'Manage Portfolio' section of 'app.py' to enhance user interface by adjusting column definitions and improving button placements for better functionality.
8ae5fd1

James McCool commited on

ping
409a345

James McCool commited on

Refactor 'Manage Portfolio' section in 'app.py' to improve layout and functionality by adding buttons for recalculating diversity, adding/removing rows from custom export, and adjusting column configurations for better user interaction.
a589040

James McCool commited on

ping
add3552

James McCool commited on

ping
164ab82

James McCool commited on

Update row selection method in 'app.py' for custom export by replacing number input with multiselect, enhancing user experience and flexibility in managing portfolio exports.
1fe7139

James McCool commited on

ping
9251b5c

James McCool commited on

Enhance player and team filtering logic in 'app.py' for Showdown mode by implementing CPT/FLEX/Overall focus handling, improving clarity and consistency while maintaining performance.
7ac9771

James McCool commited on

Refactor team filtering logic in 'app.py' to utilize mapping for team names, improving clarity and consistency in Showdown mode while maintaining performance.
fa47128

James McCool commited on

Refactor player and team filtering logic in 'app.py' to use iloc for row selection, enhancing code clarity and maintaining performance in Showdown mode.
6a37505

James McCool commited on

Refactor player filtering logic in 'app.py' to use direct row slicing instead of session state columns, improving performance and simplifying code for player and team management in Showdown mode.
ad29ee6

James McCool commited on

Add CPT/FLEX/Overall focus selection for player locking and removal in Showdown mode in 'app.py', enhancing lineup customization options.
3daeb17

James McCool commited on

Initialize player columns in session state upon loading working frame in 'app.py', ensuring consistent player filtering and enhancing overall functionality.
642b27d

James McCool commited on

Refactor player column handling in 'app.py' to utilize session state for dynamic column management, improving consistency in player filtering and analysis across various operations.
00b2e24

James McCool commited on

introduced a button to recalculate diversity
872a007

James McCool commited on

ping
d01aca2

James McCool commited on

Enhance stacking column dictionary in 'app.py' to include 'Classic' and 'Showdown' formats for Draftkings and Fanduel, improving flexibility in player stacking calculations across multiple sports.
291f3d7

James McCool commited on

Refactor stack column dictionary in 'app.py' to support multiple sites, enhancing flexibility in player stacking calculations for Draftkings and Fanduel.
d1401a0

James McCool commited on

Update NFL stacking positions in 'app.py' to include additional player roles, enhancing the accuracy of player stacking calculations for lineup generation.
92176ea

James McCool commited on

Refactor stacking logic in 'app.py' by replacing hardcoded exclusions with a dynamic stack column dictionary for various sports, improving maintainability and clarity in player stacking calculations.
69a388c

James McCool commited on

ping
9803c42

James McCool commited on

adjusting stacking sports logic
265891c

James McCool commited on

Update player position retrieval in 'Manage Portfolio' to use mapping from 'map_dict' instead of the display frame, improving accuracy in player statistics.
65b348b

James McCool commited on

add position to player analysis
cfe1ed8

James McCool commited on

Add default handling for 'Ignore Specific Stacks' in 'Manage Portfolio', ensuring an empty list is set when no stacks are selected, improving user experience and preventing errors.
dd1aa56

James McCool commited on

Refactor player filtering logic in 'Manage Portfolio' to streamline beta condition application, ensuring it only processes rows that meet the alpha condition, enhancing efficiency in lineup management.
da65172

James McCool commited on

Add Conditionals Manager for player filtering in 'Manage Portfolio', allowing users to keep or remove lineups based on selected player conditions, enhancing lineup management capabilities.
a281a4f

James McCool commited on

Update captain salary and projection calculations to apply a multiplier of 1.5, enhancing the accuracy of player data in the 'Data Load' tab.
ad14b7e

James McCool commited on

Enhance column exclusion handling in 'Manage Portfolio' by adding error handling for multiselect options, ensuring robustness when columns are missing.
c4992bf

James McCool commited on

Fix key in position export dictionary to use 'Id' instead of 'ID', ensuring consistency in data handling.
d884d9a

James McCool commited on

Refactor position export dictionary logic to remove dynamic column renaming, simplifying the handling of player names and IDs for Draftkings and other sites.
52391b5

James McCool commited on

Add dynamic column renaming for player data in position export dictionary, improving flexibility in handling varying column names for 'Name' and 'ID'.
e1d2eb8

James McCool commited on

selectbox to multiselect
b2bcefd

James McCool commited on

Refactor exposure_spread function and 'Manage Portfolio' logic to replace stack management with an option to ignore specific stacks, enhancing user control in exposure calculations.
3ff610a

James McCool commited on

Rename 'Diversity' to 'Avg Diversity' in analysis tables for clarity and consistency in 'Manage Portfolio'.
b7746b2

James McCool commited on

adding diversity to analysis tables
d23b397

James McCool commited on

Refactor combo analysis controls in 'Manage Portfolio' to use a form for submission, improving user interaction and streamlining the analysis process.
9c68c67

James McCool commited on

Update column exclusion logic in 'Manage Portfolio' to correctly reflect excluded columns in the multiselect options, enhancing user experience in combo analysis.
ffc75f9

James McCool commited on

Update column exclusion logic in 'Manage Portfolio' to allow for dynamic exclusion of selected columns, enhancing user control in combo analysis.
4e93c74

James McCool commited on

Enhance combo analysis controls in 'Manage Portfolio' by adding options to exclude additional columns, improving user flexibility in player combination analysis.
423134d

James McCool commited on

Add specific replacements feature in 'Manage Portfolio' to enhance player selection options and improve exposure calculations.
3a20f4f

James McCool commited on