|
@ -253,22 +253,6 @@ import { createNotifyHelpers, TIMEOUTS } from "@/utils/notify"; |
|
|
* |
|
|
* |
|
|
* @component |
|
|
* @component |
|
|
*/ |
|
|
*/ |
|
|
// TODO: Testing Required - Database Operations + Logging Migration to PlatformServiceMixin |
|
|
|
|
|
// Priority: Medium | Migrated: 2025-07-06 | Author: Matthew Raymer |
|
|
|
|
|
// |
|
|
|
|
|
// |
|
|
|
|
|
// TESTING NEEDED: Contact import functionality |
|
|
|
|
|
// 1. Test contact import via URL: /contact-import?contacts=[{"did":"did:example:123","name":"Alice"}] |
|
|
|
|
|
// 2. Test JWT import via URL path: /contact-import/[JWT_TOKEN] |
|
|
|
|
|
// 3. Test manual JWT input via textarea |
|
|
|
|
|
// 4. Test duplicate contact detection and field comparison |
|
|
|
|
|
// 5. Test error scenarios: invalid JWT, malformed data, network issues |
|
|
|
|
|
// 6. Verify error logging appears correctly |
|
|
|
|
|
// |
|
|
|
|
|
// Test URLs: |
|
|
|
|
|
// /contact-import (manual input) |
|
|
|
|
|
// /contact-import?contacts=[{"did":"did:test:123","name":"Test User"}] |
|
|
|
|
|
|
|
|
|
|
|
@Component({ |
|
|
@Component({ |
|
|
components: { EntityIcon, OfferDialog, QuickNav }, |
|
|
components: { EntityIcon, OfferDialog, QuickNav }, |
|
|
mixins: [PlatformServiceMixin], |
|
|
mixins: [PlatformServiceMixin], |
|
|