Commit History

Refactor optimization configuration and constants integration
fa2c20f

haileyhalimj@gmail.com commited on

moving optimization_config.py to constants.py
8c62ccd

haileyhalimj@gmail.com commited on

Cleaning minor lines and unused variables
1defa39

haileyhalimj@gmail.com commited on

Delete codes no longer used
cff99be

haileyhalimj@gmail.com commited on

Revert to 5ce2749d (roll back HEAD→5ce2...)
06404f5

haileyhalimj@gmail.com commited on

Trying to fix infinite reloading
28016d1

haileyhalimj@gmail.com commited on

Solve default problem and none date issue
4d36152

haileyhalimj@gmail.com commited on

Language fix
167999c

haileyhalimj@gmail.com commited on

Architechture diagram
aedf8cc

haileyhalimj@gmail.com commited on

Have intialize session state again
29592c6

haileyhalimj@gmail.com commited on

test removing the intiaialize_session_state
5ce2749

haileyhalimj@gmail.com commited on

add separate function in excel to csv
8c95080

haileyhalimj@gmail.com commited on

fix minor error
e943e9a

haileyhalimj@gmail.com commited on

cleaned demand filtering
5da89c6

haileyhalimj@gmail.com commited on

✅ Add demand check to product readiness validation
272b077

haileyhalimj@gmail.com commited on

✅ Add production speed check to product readiness validation
852cd18

haileyhalimj@gmail.com commited on

🔄 Replace get_per_product_speed() with direct extract.read_package_speed_data() calls
60e706b

haileyhalimj@gmail.com commited on

🔧 Fix import error: Replace singleton pattern with direct instantiation
d6dee1d

haileyhalimj@gmail.com commited on

🔄 Rename method: classify_product_type → standalone_master_filter
9cb13fc

haileyhalimj@gmail.com commited on

🧹 Clean up dependencies: Remove unused packages
d063295

haileyhalimj@gmail.com commited on

📦 Upgrade setup.py to v1.0.0 with comprehensive metadata and dependencies
f80b531

haileyhalimj@gmail.com commited on

Add Vision_Material_Master.csv to gitignore for Hugging Face compatibility
7fa68d2

haileyhalimj@gmail.com commited on

🗑️ Remove PostgreSQL database dependencies and related files
d45fa12

haileyhalimj@gmail.com commited on

📁 Reorganize project structure: Move UI files to dedicated directory
51b84b9

haileyhalimj@gmail.com commited on

Fix: Remove set_global_dates call from config_page.py
60e5fc6

haileyhalimj@gmail.com commited on

Fix: Remove non-existent set_global_dates call
07cab60

haileyhalimj@gmail.com commited on

Clean up: remove old src/utils files (moved to preprocess)
3e33d31

haileyhalimj@gmail.com commited on

Recover and restore preprocessing improvements from d54de4e
8504f5a

haileyhalimj@gmail.com commited on

Restore improved optimizer and simplify demand validation
acd1110

haileyhalimj@gmail.com commited on

Update all imports from src.etl to src.preprocess
c9c4af4

haileyhalimj@gmail.com commited on

Rename src/etl to src/preprocess for better code organization
1131bea

haileyhalimj@gmail.com commited on

deleting the variables in the config to prevent infinite loop
e26abe9

haileyhalimj@gmail.com commited on

commented out _ensure_fresh_config to stop infinite reload
dc6b17a

haileyhalimj@gmail.com commited on

remove reload to stop ultimate loop in hugging face
dd8a521

haileyhalimj@gmail.com commited on

change gitignore
00b3d57

haileyhalimj@gmail.com commited on

Fix requirements.txt for Hugging Face deployment
b629ffb

haileyhalimj@gmail.com commited on

Prepare for Hugging Face upload: improved code readability, excluded large files
7d8d330

haileyhalimj@gmail.com commited on

delete vision material master data
99c7d69

haileyhalimj@gmail.com commited on

Configure Git LFS for large CSV files
961a967

haileyhalimj@gmail.com commited on

update gitignore
57cc2d3

haileyhalimj@gmail.com commited on

first push to hugging face from HaLim
2369085

haileyhalimj@gmail.com commited on

Refactor optimization function: renamed
ebdc033

haileyhalimj@gmail.com commited on

clean code for optimizer
d8fcfd0

haileyhalimj@gmail.com commited on

daily mode deleted
951e634

haileyhalimj@gmail.com commited on

delete the daily / weekly selection
bded803

haileyhalimj@gmail.com commited on

Refactor configuration management to use dynamic calls for optimization parameters. Added a helper function to refresh module-level variables after configuration changes. Introduced new CSV files for kit composition and real data, while cleaning up old demand files.
e892a6b

HaLim commited on

kit composition data renewed
0825791

HaLim commited on

confusing demand files deleted
e3b21de

HaLim commited on

demand filtering / visualization done.
709359a

HaLim commited on

data validation in progress and hierarchy parser fixed
e542954

HaLim commited on