You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate PowerSync to the profiles to try to implement an offline mode that handles the syncing a local SQLite db and a the cloud-based Postgres SQL Supabase db.
Done
Specific, measurable criteria to confirm the task is complete.
Must not change anything in the logic and just be another layer to communicate with the supabase db.
Must keep the quality of previous supabase code and not add complexity of any code dependant on it.
Steps to Completion
Break down the task into actionable steps. Make sure those steps are separable so that you can easily create subtasks/subissues from these:
Create new PowerSync UserModel class
Implement new class in UserViewModel
Test Both Classes
The text was updated successfully, but these errors were encountered:
Description
Integrate PowerSync to the profiles to try to implement an offline mode that handles the syncing a local SQLite db and a the cloud-based Postgres SQL Supabase db.
Done
Specific, measurable criteria to confirm the task is complete.
Steps to Completion
Break down the task into actionable steps. Make sure those steps are separable so that you can easily create subtasks/subissues from these:
UserModel
classUserViewModel
The text was updated successfully, but these errors were encountered: