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

Tech Debt 4 - Reducing Dependency on Local Storage #1349

Open
12 tasks
viraj89 opened this issue Jun 18, 2024 · 0 comments
Open
12 tasks

Tech Debt 4 - Reducing Dependency on Local Storage #1349

viraj89 opened this issue Jun 18, 2024 · 0 comments

Comments

@viraj89
Copy link
Collaborator

viraj89 commented Jun 18, 2024

Description

Audit and migrate current usage of local storage across applications to session storage where appropriate. Implement necessary changes to enhance security, optimize performance, and ensure data consistency.

Goals

  • Audit the current usage of local storage across applications to identify dependencies.
  • Migrate necessary data to session storage where appropriate to enhance security and data management.
  • Implement a fallback mechanism to handle scenarios where session storage is unavailable.
  • Optimize the usage of local and session storage to minimize performance overhead.
  • Ensure data consistency and synchronization between local and session storage.
  • Maintain state persistence while navigating from the current page to the previous one.

Expected Outcome

Enhanced security, optimized performance, and improved data management by reducing dependency on local storage and implementing session storage where appropriate.

Acceptance Criteria

  • All local storage dependencies are audited and documented.
  • Necessary data is migrated to session storage.
  • Fallback mechanism for session storage is implemented.
  • Usage of local and session storage is optimized.
  • Data consistency and synchronization between local and session storage are ensured.
  • State persistence is maintained during navigation.

Mockups / Wireframes

Not applicable.

Product Name

Beckn Experience Center

Domain

All

Tech Skills Needed

  • JavaScript
  • Data Management
  • Frontend Development

Complexity

Medium

Category

Technical Debt

Sub Category

Data Management

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

No branches or pull requests

2 participants