Very messy code that implements read status tracking. Needs major cleanup.
This commit is contained in:
parent
e0d70d16f9
commit
effdf07cef
24 changed files with 2179 additions and 24 deletions
|
@ -5,6 +5,13 @@
|
|||
/// </summary>
|
||||
public class AppUserProgress
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int PagesRead { get; set; }
|
||||
|
||||
public AppUser AppUser { get; set; }
|
||||
public int AppUserId { get; set; }
|
||||
public int VolumeId { get; set; }
|
||||
public int SeriesId { get; set; } // shortcut
|
||||
//public bool VolumeCompleted { get; set; } // This will be set true if PagesRead == Sum of MangaFiles on volume
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue