Added account permissions and ui for recipient

This commit is contained in:
Arseni
2025-11-26 13:03:52 +03:00
parent fcb5ab4f2c
commit 357af99564
23 changed files with 507 additions and 70 deletions

View File

@@ -0,0 +1,12 @@
// Centralized identifiers for mock auth/permission data to keep the
// mock services in sync and make it easy to swap in a real API later.
const String mockOrganizationRef = 'org-sendico';
const String companyRoleId = 'role-company';
const String recipientRoleId = 'role-recipient';
const String companyAccountRef = 'account-company';
const String recipientAccountRef = 'account-recipient';
const String accountsPolicyDescriptionId = 'policy-accounts';
const String rolesPolicyDescriptionId = 'policy-roles';