feat: introduce TaxForm entity and adapter, refactor tax forms repository and use cases for improved data handling

This commit is contained in:
Achintha Isuru
2026-01-27 16:25:47 -05:00
parent 35c0b19d6b
commit 078f828aad
12 changed files with 253 additions and 166 deletions

View File

@@ -54,6 +54,7 @@ export 'src/entities/profile/staff_document.dart';
export 'src/entities/profile/attire_item.dart';
export 'src/entities/profile/relationship_type.dart';
export 'src/entities/profile/industry.dart';
export 'src/entities/profile/tax_form.dart';
// Ratings & Penalties
export 'src/entities/ratings/staff_rating.dart';
@@ -85,3 +86,4 @@ export 'src/adapters/profile/emergency_contact_adapter.dart';
export 'src/adapters/profile/experience_adapter.dart';
export 'src/entities/profile/experience_skill.dart';
export 'src/adapters/profile/bank_account_adapter.dart';
export 'src/adapters/profile/tax_form_adapter.dart';