WIP: Fix DB disconnects #204

Open
trentlarson wants to merge 8 commits from clean-db-disconnects into master
Owner
  • Remove duplicate settings for User 0
  • Remove other User-0-specific logic
* Remove duplicate settings for User 0 * Remove other User-0-specific logic
trentlarson added 1 commit 3 weeks ago
trentlarson added 1 commit 3 weeks ago
anomalist added 2 commits 2 weeks ago
7432525f4c refactor(services): align Capacitor and Web platform services with active_identity architecture
666bed0efd refactor(services): align Capacitor and Web platform services with active_identity architecture
anomalist added 1 commit 2 weeks ago
20322789a2 fix(AccountView): resolve stale registration status cache after identity creation
anomalist added 1 commit 2 weeks ago
7fd2c4e0c7 fix(AccountView): resolve stale registration status cache after identity creation
trentlarson reviewed 2 weeks ago
if (column !== "id") {
// Exclude the id column
if (column !== "id" && column !== "accountDid") {
// Exclude the id and accountDid columns
Poster
Owner

Why exclude the accountDid column? That seems useful. (By returning that, callers can use it to set the activeDid and we can potentially eliminate some other outside calls to get the active account DID.)

Same thing in WebPlatformService

Why exclude the accountDid column? That seems useful. (By returning that, callers can use it to set the activeDid and we can potentially eliminate some other outside calls to get the active account DID.) Same thing in WebPlatformService
Poster
Owner

I was being a little too cautious and holding to the old pattern of how it was done in Dexie and with the MASTER settings.

You are correct and that's a righteous change!

I was being a little too cautious and holding to the old pattern of how it was done in Dexie and with the MASTER settings. You are correct and that's a righteous change!
trentlarson added 1 commit 2 weeks ago
anomalist added 1 commit 1 week ago
fface30123 fix(platforms): include accountDid in settings retrieval for both platforms
This pull request has changes conflicting with the target branch.
src/libs/endorserServer.ts
src/views/AccountViewView.vue
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.