Commit graph

8 commits

Author SHA1 Message Date
73955353cb Possibly fix issues
After doing testing with a test project, re-organized code to new method
of storing, as well as ensure that all Endpoint lambda's are separated
out into functions.

Large commit, will be testing.
2025-08-08 16:59:29 -05:00
5387e1beb7 Updated Data Context
Added code to track changes that are made to the database.
2025-07-31 13:01:37 -05:00
72dca6c1fe Updated DataContext
Added DbSet for ChangeLog table.
2025-07-31 13:00:32 -05:00
e670ad5701 Updated MapData
Had data going in the wrong direction, corrected this.
2025-07-24 04:21:10 -05:00
4985dc4179 Started the Split
Split Json data models coming from REST Api, from the Database models
storing them in a SQLite database.
Work to re-engineer endpoints to use Database objects, and copy/update
data from the json objects.
More work is needed.
2025-07-22 17:03:33 -05:00
0035ed14a8 Updated DataContext
Removed OnConfiguring(), as this is done in Program.cs now.
2025-07-21 13:03:51 -05:00
15d949d7e1 Updated DataContext.cs
Added Navigation AutoInclude() for Profile subscriptions, and Playlist
videos.
2025-07-19 12:38:36 -05:00
0144221712 Initial Commit
Inital Commit of Code base, nothing tested.
2025-07-19 04:02:09 -05:00