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
Using local value store to get/set active survey id
Merging local and remote surveys and also adding offline status.
It is currently used by multiple domain use cases and view models.
Ideally, we should move the remaining responsibilities from SurveyRepository to new use cases. In addition to that, we can split local/remote survey handling into separate repositories.
The text was updated successfully, but these errors were encountered:
SurveyRepository
does a lot of things,It is currently used by multiple domain
use cases
and view models.Ideally, we should move the remaining responsibilities from
SurveyRepository
to newuse cases
. In addition to that, we can split local/remote survey handling into separate repositories.The text was updated successfully, but these errors were encountered: