KimRamos45980 / VisualNovelManager

0 stars 0 forks source link

User VN Table #10

Closed KimRamos45980 closed 1 year ago

KimRamos45980 commented 1 year ago

Create a new table that will hold the following data: User ID VNDB ID (Track what VN was added) Status (Finished, Reading, On-Hold, Dropped) DB ID (An Id to be used in other tables later)

KimRamos45980 commented 1 year ago

Created issue #13 to adjust adding a visual novel to include user added values. Currently database will track GameId, VndbId, GameTitle, GameAlias, Completion Status, and UserId.