Matthew Raymer
745830e150
Remove contact caching and add contact method standardization to migration template
• Remove contact caching: $contacts() always returns fresh data
• Simplify cache infrastructure: Remove unused contact TTL constants
• Add Phase 2.5 to migration template: Contact Method Standardization
• Update migration pattern: 4-phase → 5-phase Enhanced Migration Pattern
• Eliminate inconsistency: 12 components need $getAllContacts() → $contacts()
Migration Impact:
- Before: 70% non-cached, 30% cached contact fetching (inconsistent)
- After: 100% fresh contact data with unified $contacts() method
- Template enforces: Consistent contact patterns in all future migrations
2025-07-08 03:01:15 +00:00
..
2025-07-08 03:01:15 +00:00
2025-07-08 02:32:15 +00:00
2025-07-06 11:08:34 +00:00
2025-07-07 10:13:30 +00:00
2025-07-07 13:23:21 +00:00
2025-07-07 04:49:30 +00:00
2025-07-06 09:44:20 +00:00