Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add storage implementation for IndexedDB #496

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

info-miura
Copy link
Collaborator

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

Add implementation of IDocumentPersistentRepository, IEventPersistentRepository and IBlobAccessor for IndexedDB using Microsoft.JSInterop .
It is primarily intended for use with Blazor WebAssembly, but can also be used in other JavaScript environments.

Related Tickets & Documents

  • Related Issue #
  • Closes #

QA Instructions, Screenshots, Recordings

Please replace this line with instructions on how to test your changes, a note
on the devices and browsers this has been tested on, as well as any relevant
images for UI changes.

Added/updated tests?

We encourage you to keep the code coverage percentage at 80% and above.

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

[optional] Are there any post deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

@info-miura info-miura force-pushed the add-indexeddb-backend branch from 635c054 to 6d02790 Compare January 21, 2025 07:33
@info-miura
Copy link
Collaborator Author

Removed debug logs pointed out by SonarQube.

@info-miura info-miura force-pushed the add-indexeddb-backend branch from ba237e6 to 5c8a7f1 Compare January 24, 2025 06:38
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant