View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000264 | Comica 2 | Backend / Core | public | 2018-12-21 17:33 | 2019-05-13 20:33 |
Reporter | BootBlock | Assigned To | BootBlock | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 2.00 | ||||
Target Version | 2.00 | ||||
Summary | 0000264: Replace the "Meta-store" with individual stores | ||||
Description | The original design for Comica 2.xx was to use a single, global "meta store" that stores data on each comic and its strips (eg. alt-text). But the issues with that are that the store could get quite big and it's storing data on multiple, unrelated comics. The idea is to now have a store in each comic's directory that only provides information on that respective comic. While this increases the amount of I/O, it makes much more sense and decouples the entire comic archive from its parent location (containing the store). | ||||
Tags | No tags attached. | ||||
|
As the time of writing, the store should contain the following:
|
|
The ExtendedText (arbitrary text that can be grabbed from a comic's page) property is now a collection of string so any number of strings can be captured/stored/displayed. |
|
The store now contains the following:
|
Date Modified | Username | Field | Change |
---|---|---|---|
2018-12-21 17:33 | BootBlock | New Issue | |
2018-12-21 17:33 | BootBlock | Assigned To | => BootBlock |
2019-01-03 18:40 | BootBlock | Relationship added | related to 0000276 |
2019-01-16 15:11 | BootBlock | Note Added: 0000033 | |
2019-01-16 15:12 | BootBlock | Note Edited: 0000033 | |
2019-01-16 15:18 | BootBlock | Status | new => acknowledged |
2019-01-16 19:42 | BootBlock | Note Added: 0000034 | |
2019-01-19 20:00 | BootBlock | Note Added: 0000036 | |
2019-01-21 17:41 | BootBlock | Status | acknowledged => closed |
2019-01-21 17:41 | BootBlock | Resolution | open => fixed |
2019-05-13 20:33 | BootBlock | Relationship added | parent of 0000372 |