Open vincentes opened 2 weeks ago
Creating a repository for User + Vault management.
Feature | Unit Tests | Completed |
---|---|---|
User Registration | test_user_insert_and_get |
✅ |
User Info Retrieval | test_user_exists |
✅ |
Vault Creation | test_vault_operations |
✅ |
Vault Assignment | test_add_vault_to_user , test_add_vault_to_nonexistent_user |
✅ |
Vault Lookup | test_get_vault_by_id , test_get_nonexistent_vault |
✅ |
Multiple Vaults | test_multiple_vaults_per_user |
✅ |
Vault Upgrade | Missing | ❌ |
Vault Deletion | Missing | ❌ |
Description A user can create vaults but can also be added to a vault via the Settings page. We should show the vaults that the user has been added to.
ToD
central
canister "get_vaults" method returns both invited and created vaults.