Joseph Milazzo
|
2887fab53f
|
Implements search functionality and prepares for upcoming paging in v0.3.
|
2021-02-15 13:08:30 -06:00 |
|
Joseph Milazzo
|
5c913ba615
|
Further changes around ScanLibrary. Refactored DirectoryService search pattern to allow for greater re-usability. Fixed a bug where leftover chapters and volumes wouldn't get cleaned up when removed from disk.
|
2021-02-09 09:22:26 -06:00 |
|
Joseph Milazzo
|
9461b89725
|
A hefty refactor of the ScanLibrary code. There were significant fallouts due to duplicate entities getting created and SingleOrDefaults failing.
|
2021-02-08 12:03:52 -06:00 |
|
Joseph Milazzo
|
53e85317f9
|
Refactored DB to be Series->Volumes->Chapters instead. All functionality that previously worked still works. Cleanup still needed.
|
2021-02-01 09:29:11 -06:00 |
|
Joseph Milazzo
|
a42e54a078
|
Lots of work for chapters. This code will be refactored in a chapter rewrite.
|
2021-01-27 14:14:16 -06:00 |
|
Joseph Milazzo
|
825afd83a2
|
Removed some dead code on the interfaces. Introduced UnitOfWork to simplify repo injection.
|
2021-01-18 13:07:48 -06:00 |
|
Joseph Milazzo
|
effdf07cef
|
Very messy code that implements read status tracking. Needs major cleanup.
|
2021-01-17 15:05:27 -06:00 |
|
Andrew Song
|
451d459473
|
adding initial coverimage functionality
|
2021-01-03 19:50:10 -06:00 |
|
Joseph Milazzo
|
d632e53f18
|
Added ability to automatically track last modified and created timestamps for entities via an interface. DBContext will automatically update for us.
|
2021-01-02 10:59:52 -06:00 |
|
Joseph Milazzo
|
c429c50ba2
|
Fixed a bug in ScanLibrary that caused duplicated Volumes. Implemented APIs for navigating down to Volume for webui.
This is rough code and needs to be polished and refactored.
|
2021-01-01 14:04:31 -06:00 |
|
Joseph Milazzo
|
380c3e7b3c
|
Rough version of Saving Series, Volumes, and MangaFiles to the DB. Relies on Cascaded delete rather than manually handling updating of file changes.
|
2020-12-30 11:30:12 -06:00 |
|
Joseph Milazzo
|
0a49b07570
|
Implemented a parallelized, rough, scanning loop which parses out information and leaves us with an immutable dictionary mapping series to parsed infos for each file.
Added some Entities to help translate this into DB.
|
2020-12-29 10:47:10 -06:00 |
|