-
Notifications
You must be signed in to change notification settings - Fork 8
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
π οΈ [TASK] : Persist data in the frontend #1450
Comments
Worth considering Drift |
See my libs spike here, may be useful when you'll evaluate libs |
Scope Evaluation for Fund 14During the evaluation process, all items outlined in the ticket were reviewed. However, the scope for Fund 14 has been defined with a narrower focus. The following outlines the features and requirements that are within scope for this phase: In Scope for Fund 14
Out of Scope for Fund 14
|
Summary
We need a robust, cross-platform local storage solution for our Flutter application. While our immediate use case involves persisting proposals and comments, the primary focus is on determining an architecture that is both scalable and adaptable to various data types in the future. This solution must function smoothly on web, iOS, Android, macOS, Linux, and Windows.
Description
Currently, the application only retrieves data from the backend and does not store anything locally. To improve user experience (especially when offline) and reduce server load, we want to establish an architectural approach for a local storage mechanism. Please note: this task is for the architecture teamβno implementation is required at this stage.
Core Objectives
Key Requirements
Deliverables
Acceptance Criteria
Additional Notes
The text was updated successfully, but these errors were encountered: