Commit History

ping
9fddcf9

James McCool commited on

Refactor position and team filtering logic to improve accuracy and clarity. Introduced regex for position matching and combined masks for filtering, enhancing user experience in portfolio management.
39b94b7

James McCool commited on

Update team filtering to source unique team values from the portfolio increment projections, improving accuracy in portfolio management. Adjusted input prompts for enhanced clarity in user selections.
73d06c0

James McCool commited on

Update team filtering logic to use unique team values from the working frame, enhancing accuracy in portfolio management. Adjusted input prompts for better clarity in user selections.
6a8dfe1

James McCool commited on

Enhance position filtering functionality by separating filter keys for positions and teams, and updating input prompts for clarity. This improves user experience in managing portfolio filters.
9c21d34

James McCool commited on

making some explicit scenarios for position filtering
ac34a80

James McCool commited on

Refactor position filtering to use a select box instead of multiselect, enhancing user experience by simplifying position selection.
3ab0af0

James McCool commited on

checking things
c039cd3

James McCool commited on

printing some results, forcing dataframe format
28e04d2

James McCool commited on

adjusting the filtering dictionary
701581a

James McCool commited on

Removing the positions_choices variable that gets wiped
1ab28dc

James McCool commited on

that seems right?
024068a

James McCool commited on

maybe that was important
e39a282

James McCool commited on

Add position filtering options to portfolio management, allowing users to filter by position and team with adjustable thresholds.
0c5892a

James McCool commited on

Add portfolio parsing function with mapping and filtering capabilities
1dd4cb9

James McCool commited on

Aiming to remedy the missing players from the projections in exposure management functions
b6cb507

James McCool commited on

aiming to fix missing players in mappings
7fd11fc

James McCool commited on

removing some unused code
a325276

James McCool commited on

Refactor salary column references in database queries to use consistent capitalization for 'Salary' across all sports functionalities.
8816f53

James McCool commited on

fixing some notation
2040906

James McCool commited on

Refactor salary column references in database queries to use lowercase 'salary' for consistency across NFL, NBA, and PGA functionalities.
25c1968

James McCool commited on

implementing salary restraints on db calls
526342c

James McCool commited on

Adding PGA functionality
68a1d9b

James McCool commited on

Update MMA salary retrieval query to use 'Contest Date' for filtering records
aa2e2bd

James McCool commited on

wrong collection
6c2adfb

James McCool commited on

Update MMA baseline query to include 'CPT_Own' in the data frame
76b23f3

James McCool commited on

Adding MMA support
548fe2e

James McCool commited on

reverting
6a823c5

James McCool commited on

testing a new database collection for salary
d377f5b

James McCool commited on

Adding NHL database query support
09786de

James McCool commited on

Add timezone handling for current date in salary retrieval functions across NFL, NBA, MLB, and NHL
9d012a3

James McCool commited on

ping
9326be6

James McCool commited on

fixing the get_portfolio_names call
449b18d

James McCool commited on

Refactor exposure management options to remove unnecessary uniqueness call in player selection dropdowns for improved performance and clarity.
3587d00

James McCool commited on

Add timezone handling for current date in NBA showdown salary retrieval function and include pytz in requirements
0926614

James McCool commited on

Add debug print statement for today's date in NBA showdown salary retrieval function
30ba719

James McCool commited on

Trying to fix player name designation with portfolio rather than players rpojections
c0dc70e

James McCool commited on

ping
5f3ed32

James McCool commited on

adjusting comp_salary_high out of equiation for Exposure Spread
afc2563

James McCool commited on

Implement error handling for salary retrieval functions to prevent crashes when data is unavailable, ensuring robustness in NFL and NBA salary data fetching.
0cc5962

James McCool commited on

Update salary retrieval functions to use 'Date' field instead of 'Contest Date' for querying player information, ensuring accurate data retrieval across NFL, NBA, MLB, and NHL functions.
01bf9da

James McCool commited on

adding some pointless scripts
f2f92fc

James McCool commited on

db_projections didn't exist
e8c6244

James McCool commited on

aiming to fix dupes dropping while increasing size
9ac0434

James McCool commited on

Refactor salary retrieval functions to remove slate type parameter, simplifying calls for NFL and NBA showdown salaries.
30b3d26

James McCool commited on

Not where that should go but whatever
015d440

James McCool commited on

Enhance salary retrieval functions to accept slate type parameter for improved data handling. Implement logic for 'Main', 'Secondary', and 'Auxiliary' slates to manage player records effectively, including sorting and deduplication strategies.
4c05307

James McCool commited on

fixing a projections load
e31f557

James McCool commited on

Update projections file loading to use session state variable for improved consistency and reliability
ec35ebe

James McCool commited on

Refactor portfolio file loading conditions to streamline logic and ensure proper handling of different upload types, while maintaining data optimization for memory efficiency.
ad0def3

James McCool commited on