kdeng00
f3eccfd46e
Model and migration changes
2024-06-20 17:12:10 -04:00
Kun Deng
23c50de468
Net8 ( #89 )
...
* .NET 8 migration
* Fixed bugs with song management
* More cleanup and making some constants
* Updated yml
* Clean up
Removing comments, some cleanup, and moving the startup code into Program.cs
* Removing comments
* Fixed song deletion issue
* Added functionality to delete song directories
* Updated README
2024-06-15 12:17:12 -04:00
kdeng00
c17c9cd329
Migrating to modern c# namespace
...
Using the short namesapce declaration for conciseness
2023-04-09 12:34:06 -04:00
kdeng00
b529731c95
Song uploads
...
Uploading songs is functional and does not use the song metadata for the filename or directory creation
2021-12-25 21:36:42 -05:00
kdeng00
023298c6f8
Refactoring
2021-12-24 20:51:15 -05:00
kdeng00
edaea68296
Functional
2021-12-23 21:10:13 -05:00
kdeng00
8600d9b6bc
Updates
2021-12-22 21:33:12 -05:00
amazing-username
ada8fa79d3
Cleaning up code convention inconsistencies
2019-07-04 15:57:43 -04:00
amazing-username
e1627b04b9
The SongCount field is not mapped during migrations. Working on changes to the StoreContext classes. These changes will calculate the song count for the album, artist, genre, and year records when querying data. The other change is to check to see if the record exist in the first place before querying using a left join. #47
2019-05-25 03:06:04 +00:00
amazing-username
f7d6580253
Completed all TODO tasks, what's left is to go over the code and do some cleanup regarding the album API functonality. #22 , #25
2019-05-08 22:06:19 -04:00
amazing-username
66f9a05341
Modified Song model, added more functionality to the Album context and store, and need to work on how album records are handled when uploading songs. I left TODO's on where to pick up. #22 , #25 , #29
2019-05-06 20:32:34 -04:00
amazing-username
226e95248c
Created Http endpoints for album and artists. Added Album and Artist models. #25 , #26 , #19 , #20
2019-05-04 01:08:52 -04:00