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
Refactor ItemViewModel and corresponding ItemViews so that they take in an item with minimal information (like no overview or chapter information) or an item ID and make a call for the rest of the information, updating the view upon completion. This should optimize calls for many items as we can request a lot less fields instead of FieldItems.allCases.
Criteria:
determine the minimum amount of data needed for displaying in a poster or in other smaller contexts
Refactor ItemViewModel and ItemViews to accommodate the minimal item and update properly with the new item
The text was updated successfully, but these errors were encountered:
Refactor
ItemViewModel
and correspondingItemView
s so that they take in an item with minimal information (like no overview or chapter information) or an item ID and make a call for the rest of the information, updating the view upon completion. This should optimize calls for many items as we can request a lot less fields instead ofFieldItems.allCases
.Criteria:
ItemViewModel
andItemView
s to accommodate the minimal item and update properly with the new itemThe text was updated successfully, but these errors were encountered: