Tools / src /execution_tracker.py

Commit History

refactor: Centralize logger import to src.logger_config across various modules.
f20025d

jebin2 commited on

Refactor: Standardize logging by replacing print statements with logger calls and adjusting verbosity levels.
503d4ac

jebin2 commited on

feat: Add "Drive URL" to the execution tracker's Google Sheet header and data.
d667d16

jebin2 commited on

refactor: Migrate Google Sheet access to use sheet IDs exclusively and introduce a factory method for log sheets.
c2fc9ca

jebin2 commited on

Implement GoogleSheetReader.get_log_reader factory method and enable spreadsheet creation for log sheets.
9c42c43

jebin2 commited on

refactor: Standardize imports to use src as the root package.
5f6fd2a

jebin2 commited on

refactor: Adjust import paths to use `src.config` and enhance text clip rendering with dynamic font sizing and vertical positioning.
9d54dfd

jebin2 commited on

refactor: streamline log worksheet naming by removing `GSHEET_WORKSHEET_LOGS` configuration and adjusting name generation.
522e55a

jebin2 commited on

refactor: Pipeline architecture revamp with proper separation
54639e8

jebin2 commited on