Task Detail

  • Reading the below to learn more about Azure storage account. https://learn.microsoft.com/en-us/training/modules/create-azure-storage-account/2-decide-how-many-storage-accounts-you-need

    01/29/2025 15:53:46
  • Need to remove ProfilePicture model and add Photo.cs model. In Photo model, there should be a type column - profile, thumbnail, cover, ... => need to think about make them enum or just random type name pick.

    01/29/2025 15:51:18
  • Changed photo storage method from database byte to Azure Blog Storage. I will need this storage for a lot more photos and videos for later development. From digging into Azure Account Storage, I learned that there is a 5GB .img file in the File shares. The cloud shell needs Azure File Share to act as clouddrive that store file. So it will ask you create storage account when you use cloud shell. And the ".img" file is an image of a computer that it works for the cloud shell, and it's free. It just costs for the storage account. You can get more detailshttps://learn.microsoft.com/en-us/azure/cloud-shell/overview

    01/28/2025 16:10:53
  • Created ProfilePicture Model Added ProfilePicture to HomeView Creating IProfilePictureServ Need to: add migration and create table; ProfilePictureServ inherit from IProfilePictureServ

    01/27/2025 22:29:11