Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently use the following method to update hubs when a watch state (watch, unwatch, progress change) changes:
do_updates
set inHomeWindow.HUBMAP
will get refreshedIf "alternative hub refresh" is enabled, we update all hubs.
We have all the necessary information to be smarter about this.
I've had the following idea:
HomeWindow.HUBMAP
ratingKey
(=ID) in a dict as a key, with its value a list of hubIDs (where the ratingKey exists at that point in time)ratingKey
anditemType
of an item for theHomeWindow.updateOnDeckHubs
callbackOpen questions:
Please discuss!
Beta Was this translation helpful? Give feedback.
All reactions