This website requires JavaScript.
Explore
Help
Sign In
phoenix
/
icarus
Watch
1
Star
0
Fork
0
You've already forked icarus
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
33
Wiki
Activity
Files
c8578ae8c807cc4d2f7cba6f2b0b7940130b9684
icarus
/
Models
T
History
amazing-username
c8578ae8c8
Song Count for corresponding tables are calcuated when retrieved
#47
2019-05-25 20:48:40 +00:00
..
Context
Song Count for corresponding tables are calcuated when retrieved
#47
2019-05-25 20:48:40 +00:00
Album.cs
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
Artist.cs
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
BaseResult.cs
Addressed the unsecure login HTTP endpoint and user the Performers property instead of the deprecated Artists property from the TagLib library.
#38
2019-05-11 16:42:29 -04:00
Genre.cs
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
LoginResult.cs
Addressed the unsecure login HTTP endpoint and user the Performers property instead of the deprecated Artists property from the TagLib library.
#38
2019-05-11 16:42:29 -04:00
RegisterResult.cs
Addressed the unsecure login HTTP endpoint and user the Performers property instead of the deprecated Artists property from the TagLib library.
#38
2019-05-11 16:42:29 -04:00
Song.cs
Continuing work on the Genre and Year API functionality. It is now working, just need to add it to the api
#41
#42
2019-05-17 22:31:57 -04:00
SongData.cs
Implemented functionality to upload song
2019-03-18 21:58:26 -04:00
SongResult.cs
Switched to the TagLib library for stripping metadata. Included TODO for updating a song's metadata for both the database and the tag of the MP3 file
#36
2019-04-30 01:49:43 +00:00
User.cs
Changed the LastLogin property of the User model to allow null values, explcitly change the Entity User context to create a User table, and resolved bug that caused build issues in the SongController API class. The bug was caused by forgetting to change the type of the method after switching it from ActionResult to IActionResult.
#40
2019-05-11 12:43:54 -04:00
Year.cs
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