Skip to content

**Proposal: Advanced Caching for Persistent Code Retention in Dart Codepad IDE** #7

@adepauldami

Description

@adepauldami

To enhance the productivity and convenience of our Dart Codepad IDE, implementing a robust caching system is crucial. This feature ensures that code inputs are remembered even after extended periods of inactivity, facilitating seamless project continuation.

Suggested Solutions:

  1. Unique Session ID Assignment:

    • Upon starting a new session, assign a unique session ID to each user.
    • This ID ensures distinct, retrievable user-specific data and the ability to switch between several projects. [may require extra efforts]
  2. Real-Time Code Tracking:

    • Capture and cache code inputs every second using WebSocket connections.
    • This ensures no code changes are lost and provides continuous coding reliability.

Conclusion:

Been able to continue from previous state is vital and switching between different projects can be added later on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions