View Issue Details

IDProjectCategoryView StatusLast Update
0000374Comica 2Backend / Corepublic2019-05-13 22:14
ReporterBootBlock Assigned ToBootBlock  
PrioritynormalSeverityminorReproducibilityN/A
Status assignedResolutionopen 
Product Version1.23 
Target Version2.00 
Summary0000374: Add option to pre-select last selected strip from archive
Description

Instead of just pre-selecting the newest image strip for a comic archive, add the option to pre-select the last selected strip instead. This'll allow the user to read through an archive without losing their place.

TagsUI

Activities

BootBlock

2019-05-13 21:53

administrator   ~0000093

Last edited: 2019-05-13 21:55

This is being expanded to provide a variety of pre-selection options, as follows...

  • ''' <summary>Do not pre-select any strips.</summary>
    None

  • ''' <summary>Pre-select the strip with the oldest date.</summary>
    Oldest

  • ''' <summary>Pre-select the strip with the latest date.</summary>
    Newest

  • ''' <summary>Pre-select the strip that was selected last.</summary>
    LastSelected

  • ''' <summary>Pre-select any random strip.</summary>
    Random

Consequently, Gui.SelectStripOnComicSelection is being removed as the above is superseding its functionality.

BootBlock

2019-05-13 22:14

administrator   ~0000094

All of the above are implemented except for LastSelected; its design will need to be carefully implemented as to not having to keep writing out the last selected strip to each comic's metastore.

Issue History

Date Modified Username Field Change
2019-05-13 21:35 BootBlock New Issue
2019-05-13 21:35 BootBlock Assigned To => BootBlock
2019-05-13 21:35 BootBlock Tag Attached: UI
2019-05-13 21:53 BootBlock Status new => assigned
2019-05-13 21:53 BootBlock Note Added: 0000093
2019-05-13 21:54 BootBlock Note Edited: 0000093
2019-05-13 21:55 BootBlock Note Edited: 0000093
2019-05-13 22:14 BootBlock Note Added: 0000094