Commit graph

3 commits

Author SHA1 Message Date
Bjørn Stabell
906818901a feat: Add full support for organization contacts (#43)
- Converted vCard parsing from array-based to generator pattern (use less memory so bigger batch imports are possible)
- Centralized name/slug creation into nameUtils module
- Support organization contacts that don't require given/family names - slug/file names are now based on N components if they exist, with FN, NICKNAME, ORG, and UUID as fallbacks
- Contacts that miss all of those fields are considered invalid and skipped on batch import
- Update UI to handle batch imports with proper skip reporting
- Improved error handling and reporting during VCF imports
- Add test coverage for organization contacts, file and slug creation utilities

This allows proper import/export of organization contacts (companies,
businesses) that only have an ORG field without requiring artificial
name fields, matching the behavior of standard contact applications.
2025-09-04 10:23:29 -07:00
Roland Broekema
5c3f88a6e0 Refs #32: some basics testing setup with coverage 2025-06-05 12:17:52 +02:00
Vadim Beskrovnov
2693b8cd4c
Initial commit 2022-12-09 22:00:16 +00:00