Renames StoredDataUrls to Images
This commit is contained in:
@@ -43,7 +43,7 @@ internal class TestDataSeeder(
|
||||
{
|
||||
var creatorUser = await CreateUserAsync(
|
||||
creator.Name,
|
||||
creator.StoredDataUrls.ProfilePictureUrl,
|
||||
creator.Images.Logo,
|
||||
Roles.Creator);
|
||||
|
||||
creator.Id = creatorUser.Id;
|
||||
@@ -200,10 +200,10 @@ internal class TestDataSeeder(
|
||||
FacebookUrl = "https://www.facebook.com/Hutopy",
|
||||
InstagramUrl = "https://www.instagram.com/hutopy.inc/"
|
||||
},
|
||||
StoredDataUrls = new()
|
||||
Images = new()
|
||||
{
|
||||
BannerPictureUrl = "/images/usersmedia/HutopyProfile/banners/banner01.png",
|
||||
ProfilePictureUrl = "/images/usersmedia/HutopyProfile/profilepictures/profileHutopyProfile01.png"
|
||||
Banner = "/images/usersmedia/HutopyProfile/banners/banner01.png",
|
||||
Logo = "/images/usersmedia/HutopyProfile/profilepictures/profileHutopyProfile01.png"
|
||||
}
|
||||
};
|
||||
|
||||
@@ -227,10 +227,10 @@ internal class TestDataSeeder(
|
||||
LinkedInUrl = "https://www.linkedin.com/in/mickael-simard-96079a90/",
|
||||
WebsiteUrl = "https://www.arps.ca/"
|
||||
},
|
||||
StoredDataUrls = new()
|
||||
Images = new()
|
||||
{
|
||||
BannerPictureUrl = "/images/usersmedia/ARPS/banners/bannerARPS01.png",
|
||||
ProfilePictureUrl = "/images/usersmedia/ARPS/profilepictures/profileARPS.png"
|
||||
Banner = "/images/usersmedia/ARPS/banners/bannerARPS01.png",
|
||||
Logo = "/images/usersmedia/ARPS/profilepictures/profileARPS.png"
|
||||
}
|
||||
};
|
||||
|
||||
@@ -252,10 +252,10 @@ internal class TestDataSeeder(
|
||||
FacebookUrl = "https://www.facebook.com/chloegestionmedias",
|
||||
InstagramUrl = "https://www.instagram.com/chloe.photo_gms",
|
||||
},
|
||||
StoredDataUrls = new()
|
||||
Images = new()
|
||||
{
|
||||
BannerPictureUrl = "/images/usersmedia/chloebeaugrand/banners/bannerChloeBeaugrand01.png",
|
||||
ProfilePictureUrl = "/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png"
|
||||
Banner = "/images/usersmedia/chloebeaugrand/banners/bannerChloeBeaugrand01.png",
|
||||
Logo = "/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png"
|
||||
}
|
||||
};
|
||||
|
||||
@@ -279,10 +279,10 @@ internal class TestDataSeeder(
|
||||
InstagramUrl = "https://www.instagram.com/guillaumeaime/",
|
||||
TikTokUrl = "https://www.tiktok.com/@guillaumeaime"
|
||||
},
|
||||
StoredDataUrls = new()
|
||||
Images = new()
|
||||
{
|
||||
BannerPictureUrl = "/images/usersmedia/guillaumeMousseau/banners/bannerGuillaumeMousseau01.png",
|
||||
ProfilePictureUrl =
|
||||
Banner = "/images/usersmedia/guillaumeMousseau/banners/bannerGuillaumeMousseau01.png",
|
||||
Logo =
|
||||
"/images/usersmedia/guillaumeMousseau/profilepictures/profileGuillaumeMousseau01.png"
|
||||
}
|
||||
};
|
||||
@@ -307,10 +307,10 @@ internal class TestDataSeeder(
|
||||
InstagramUrl = "https://www.instagram.com/guillaumeaime/",
|
||||
WebsiteUrl = "https://fondationleffet.ca/"
|
||||
},
|
||||
StoredDataUrls = new()
|
||||
Images = new()
|
||||
{
|
||||
BannerPictureUrl = "/images/usersmedia/leffet/banners/banner02.png",
|
||||
ProfilePictureUrl = "/images/usersmedia/leffet/profilepictures/leffetProfile01.png"
|
||||
Banner = "/images/usersmedia/leffet/banners/banner02.png",
|
||||
Logo = "/images/usersmedia/leffet/profilepictures/leffetProfile01.png"
|
||||
}
|
||||
};
|
||||
|
||||
@@ -333,10 +333,10 @@ internal class TestDataSeeder(
|
||||
FacebookUrl = "https://www.facebook.com/MathieuCaronPro/",
|
||||
YoutubeUrl = "https://www.youtube.com/@lesinterviewsatypiquesdema4692",
|
||||
},
|
||||
StoredDataUrls = new()
|
||||
Images = new()
|
||||
{
|
||||
BannerPictureUrl = "/images/usersmedia/mathieuCaron/banners/bannerMathieuCaron01.png",
|
||||
ProfilePictureUrl = "/images/usersmedia/mathieuCaron/profilepictures/profileMathieuCaron01.png"
|
||||
Banner = "/images/usersmedia/mathieuCaron/banners/bannerMathieuCaron01.png",
|
||||
Logo = "/images/usersmedia/mathieuCaron/profilepictures/profileMathieuCaron01.png"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user