Commit graph

59 commits

Author SHA1 Message Date
ae9a1d14bf Updated Profile
Added functions for MarshalData() and JsonData()
2025-07-24 04:26:46 -05:00
cce80d1d37 Updated Playlist
Updated to implement MarshalData() and JsonData()
2025-07-24 04:26:28 -05:00
679449e4ec Updated History
Updated History to implement MarshalData() and JsonData() functions.
2025-07-24 04:25:59 -05:00
102a1d5d62 Updated IDataModel
Added two functions, MarshalData() and JsonData() to handle
deserialization and serialization.  (Special case with Setting)
2025-07-24 04:25:25 -05:00
b2b4eeff05 Updated DBSyncWatcher
Changed delegate to pass string instead of object.
Now instead of attempting to deserialize the data in DBSyncWatcher,
deserialization happens in th Syncer class.
2025-07-24 04:24:45 -05:00
5675ea116d Updated Main
Added Path checking for validating a path to use.
2025-07-23 22:30:58 -05:00
595c93f50e Updated Code
Fixed possible issue where integers were both strings and ints.  Now
properly converting them to integers to be stored.
Fixed issue where lengths were being reported as either integers, or
String stamps.  Now properly converting to string stamps to integers.
2025-07-22 17:05:17 -05:00
24fae2b7ac Worked on Syncing Logic
Created Syncer Generic Class to handle Monitoring, and Syncing between
local database, and remote REST server.
Temporarily changed Program.cs from an Avalonia UI app, to a Console App
for testing and debugging purposes.
2025-07-21 17:12:24 -05:00
44a89ad589 Initial Commit 2025-07-21 13:31:24 -05:00