View Issue Details

IDProjectCategoryView StatusLast Update
0000341Comica 2User Interfacepublic2019-03-11 09:00
ReporterBootBlock Assigned ToBootBlock  
PriorityhighSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version2.00 
Target Version2.00 
Summary0000341: Add ListViewItem to Definition
Description

The to-be-written decoupled-from-the-UI downloading code needs to know which ListViewItem within the ComicsList belongs to the current Definition set its state can be set appropriately without having to perform a lookup (which would become exponential with numerous Definitions downloading).

Add a ListViewItem property and a InitialiseListViewItem method to the appropriate Definition/ComicItem/whatever class to accomplish this.

TagsUI

Relationships

child of 0000339 assignedBootBlock Decouple comic downloading from UI 

Activities

BootBlock

2019-03-11 08:24

administrator   ~0000068

Last edited: 2019-03-11 08:24

Added:

Definition.ListViewItem
Definition.InitialiseListViewItem

Preferred to not have put UI stuff into BiQubic.Comics, but eh - what can ya do...

Issue History

Date Modified Username Field Change
2019-03-11 08:14 BootBlock New Issue
2019-03-11 08:14 BootBlock Assigned To => BootBlock
2019-03-11 08:14 BootBlock Tag Attached: UI
2019-03-11 08:15 BootBlock Relationship added child of 0000339
2019-03-11 08:24 BootBlock Status new => closed
2019-03-11 08:24 BootBlock Resolution open => fixed
2019-03-11 08:24 BootBlock Note Added: 0000068
2019-03-11 08:24 BootBlock Note Edited: 0000068
2019-03-11 09:00 BootBlock Summary Add ListViewItem to Definition/ComicItem/whatever => Add ListViewItem to Definition