View Issue Details

IDProjectCategoryView StatusLast Update
0000284Comica 2Performancepublic2019-05-06 19:21
ReporterBootBlock Assigned ToBootBlock  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version2.00 
Target Version2.00 
Summary0000284: Cache ArchiveItems
Description

When the user selects a comic, its archived image strips (if any) are loaded into a collection (of ArchiveItem).

Make the single collection into a Dictionary (Of Definition, List(Of ArchiveItem)) and add a setting that allows the user to cache archived image strips from multiple comics. If user disables this, then just clear the clear each time a new comic is selected before caching that respective comic.

TagsNo tags attached.

Relationships

child of 0000276 closedBootBlock Add comic image archiving 

Activities

BootBlock

2019-01-18 20:02

administrator   ~0000035

Done.

Future: Do something about if the user changes the cache setting; determine if the cache should be cleared or not and how to handle the UI to reflect the change.

Issue History

Date Modified Username Field Change
2019-01-18 08:35 BootBlock New Issue
2019-01-18 08:35 BootBlock Assigned To => BootBlock
2019-01-18 08:36 BootBlock Relationship added child of 0000276
2019-01-18 20:02 BootBlock Status new => closed
2019-01-18 20:02 BootBlock Resolution open => fixed
2019-01-18 20:02 BootBlock Note Added: 0000035
2019-05-06 19:21 BootBlock Category Backend / Core => Performance