Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Use IndexedDB efficiently #16

@eshaan7

Description

@eshaan7

At the moment, we only store the last 10 recent scans requested by the user in indexedDB. We could extend this to store the list of jobs and the analyzer configuration perhaps even more, this has many advantages:

  • less load on the backend/Database.
  • application can be served offline (in case of poor or no network connection)
  • fetching from indexedDB is obviously faster than making a http call to the Django API so application loads faster.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestindexedDBenhance features related to indexedDB

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions