Complete analytics module object interface migration #162
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Some parts of the analytics module still expect dict-based asset access patterns, creating inconsistencies with the new object-based Asset model.
Evidence
During the dict-to-object migration, several fixes were needed:
Remaining Issues
Some analytics code may still have remnants of dict-based assumptions that could cause issues in edge cases.
Impact
Proposed Solution
Benefits
Files Affected
Priority
Medium - Improves code quality and prevents future bugs