forked from jsnbuchanan/crowd-funder-for-time-pwa
feat: Complete PlatformServiceMixin migration and enhance tooling
- Update migration assessment: All database operations now migrated (60/60 components) - Enhance validate-migration.sh: Improved pattern detection and reporting - Upgrade format-markdown.sh: Add parallel processing and CI-friendly output - Clean up legacy logging patterns in ContactImportView.vue - Remove unused imports and optimize PlatformServiceMixin - Streamline deep links service and utility functions Migration Status: 100% database operations complete, only 4 logging cleanup files remain
This commit is contained in:
@@ -124,7 +124,7 @@ export const PlatformServiceMixin = {
|
||||
|
||||
/**
|
||||
* Access to in-memory logs array
|
||||
* Provides direct access to memoryLogs without requiring databaseUtil import
|
||||
* Provides direct access to memoryLogs
|
||||
*/
|
||||
$memoryLogs(): string[] {
|
||||
return _memoryLogs;
|
||||
@@ -159,7 +159,7 @@ export const PlatformServiceMixin = {
|
||||
|
||||
methods: {
|
||||
// =================================================
|
||||
// SELF-CONTAINED UTILITY METHODS (no databaseUtil dependency)
|
||||
// SELF-CONTAINED UTILITY METHODS
|
||||
// =================================================
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user