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
The rems.db.applications/update-cache function has some room for later refactoring, as it is getting pretty big. maybe we could split it up somehow? one idea would be
[apps change-set] (calculate-updated-apps state ...)
[users change-set] (calculate-updated-users state change-set ...) ; merge change-sets
[roles change-set] (calculate-updated-roles state change-set ...)
new-state (merge apps users roles) ; or (select-keys apps [::raw-apps ::enriched-apps]) etc.
The
rems.db.applications/update-cache
function has some room for later refactoring, as it is getting pretty big. maybe we could split it up somehow? one idea would beOriginally posted by @aatkin in #3305 (comment)
The text was updated successfully, but these errors were encountered: