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
Remove select and deselect methods and submissionId state; change submission id via NavigationService instead.
Use combineLatestAll to combine at active survey, selected LOI, current user and submissionId$ in NavigationService. Use distinctUntilChanged on the result of combineLatestAll to avoid hitting db multiple times.
Emit LOADING when any of the above changes, then loadSubmission$ - use distinctUntilChanged on return value of stream.
select
anddeselect
methods andsubmissionId
state; change submission id viaNavigationService
instead.combineLatestAll
to combine at active survey, selected LOI, current user andsubmissionId$
inNavigationService
. UsedistinctUntilChanged
on the result ofcombineLatestAll
to avoid hitting db multiple times.LOADING
when any of the above changes, then loadSubmission$ - usedistinctUntilChanged
on return value of stream.MainPageComponent
@rfontanarosa
EDIT: From standup today Oct 23 2024, this above proposal is no longer feasible and needs to be discussed
The text was updated successfully, but these errors were encountered: