pull/18/head
lebeaulato 4 months ago
commit 6a3f265328

@ -1,4 +1,5 @@
using Microsoft.AspNetCore.Components; using Blazorise.DataGrid;
using Microsoft.AspNetCore.Components;
using WF_WebAdmin.Model; using WF_WebAdmin.Model;

@ -5,35 +5,40 @@
<h1>Accueil</h1> <h1>Accueil</h1>
<h2>Sitation du jour</h2>
@*
<div class="QuoteDiv">
<img class="imgQuote" src="@quote.ImgPath" />
<p class="idQuote"><strong>Identifiant de la citation :</strong>@quote.Id </p>
<p class="contentQuote"><strong>Citation:</strong>@quote.Content</p>
<p class="CaracterQuote"><strong>Personnage :</strong> @quote.Charac</p>
<p class="SourceQuote"><strong>Source :</strong> @quote.TitleSrc</p>
<p class="langueQuote"><strong>Langue :</strong> @quote.Langue</p>
<p class="UserPropositionQuote">@quote.UserProposition a proposé cette citation</p>
<button>Suprimé la citation</button>
</div>
*@
<button>Mettre une citation aléatoire</button> <button>Mettre une citation aléatoire</button>
@if (quotes != null) @if (quotes != null)
{ {
<table class="table"> <h3>Citations non validées</h3>
<thead> <p>Citations en attente de validation:</p>
<tr>
<th>Id</th> @foreach (var quote in quotes)
<th>Content</th> {
<th>Charactére</th> <div class="QuoteDiv">
<th>Title Source</th> <img class="imgQuote" src="@quote.ImgPath" />
<th>Like</th> <p class="idQuote"><strong>Identifiant de la citation :</strong>@quote.Id </p>
<th>Langue</th> <p class="contentQuote"><strong>Citation:</strong>@quote.Content</p>
<th>Date Source</th> <p class="CaracterQuote"><strong>Personnage :</strong> @quote.Charac</p>
</tr> <p class="SourceQuote"><strong>Source :</strong> @quote.TitleSrc</p>
</thead> <p class="langueQuote"><strong>Langue :</strong> @quote.Langue</p>
<tbody> <p class="UserPropositionQuote">@quote.UserProposition a proposé cette citation</p>
@foreach (var quote in quotes) <button>Suprimé la citation</button>
{ </div>
<tr> }
<td>@quote.Id</td>
<td>@quote.Content</td>
<td>@quote.Charac</td>
<td>@quote.TitleSrc</td>
<td>@quote.Like</td>
<td>@quote.Langue</td>
<td>@quote.DateSrc.ToShortDateString()</td>
</tr>
}
</tbody>
</table>
} }

@ -12,8 +12,9 @@ namespace WF_WebAdmin.Pages
public partial class ValidQuote public partial class ValidQuote
{ {
// Chaîne de connexion à adapter // Chaîne de connexion à adapter
private const string connectionString = private const string connectionString =
"Host=londres;Port=5432;Database=dbkentin;Username=kentin;Password=passwd"; "Host=localhost;Port=5432;Database=wikifantasy3;Username=postgres;Password=postgres";
//"pgsql:host=localhost;dbname=dbkekentin;Username=kekentin;Password=passwd";
private List<Quote> quotes; private List<Quote> quotes;

@ -14,6 +14,7 @@ builder.Services.AddSingleton<WeatherForecastService>();
builder.Services.AddHttpClient(); builder.Services.AddHttpClient();
builder.Services builder.Services
.AddBlazorise() .AddBlazorise()
.AddBootstrapProviders() .AddBootstrapProviders()

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>

@ -0,0 +1,8 @@
[
{
"users": 1
},
{
"users": 4
}
]

@ -0,0 +1,52 @@
[
{
"id_caracter":82,
"caracter": "The Wolf",
"id_img": 1
},
{
"id_caracter":50,
"caracter": "Sirius Black",
"id_img": 2
},
{
"id_caracter":77,
"caracter": "Boromir",
"id_img": 3
},
{
"id_caracter": 29,
"caracter": "Maître Oogway",
"id_img": 4
},
{
"id_caracter":7,
"caracter": "Drago Malefoy",
"id_img": 5
},
{
"id_caracter":44,
"caracter": "TChalla / Black Panther",
"id_img": 6
},
{
"id_caracter":53,
"caracter": "Butch",
"id_img": 7
},
{
"id_caracter": 39,
"caracter": "Coco",
"id_img": 8
},
{
"id_caracter": 34,
"caracter": "John Coffey",
"id_img": 9
},
{
"id_caracter": 38,
"caracter": "Harold",
"id_img": 10
}
]

@ -0,0 +1,9 @@
[
{
"id_comment": 1,
"quote": 1,
"users": 1,
"dateC":"2024-10-10",
"comment": "coucou"
}
]

@ -0,0 +1,82 @@
[
{
"id_img": 1,
"imgPath": "https://tse4.mm.bing.net/th/id/OIP.fc5TQflh0cbxB1GUeOdk6gHaK8?w=123&h=180&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 2,
"imgPath": "https://tse2.mm.bing.net/th/id/OIP.MMpXBB5RDRYQm05FJmevGAHaKl?w=137&h=195&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 3,
"imgPath": "https://tse1.mm.bing.net/th/id/OIP._uHLsNbgnf1m1vK3ZWE2UAHaEo?w=217&h=180&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 4,
"imgPath": "https://tse4.mm.bing.net/th/id/OIP.QzDh_d2T5aADiDJ7uMFU6gHaHa?w=157&h=180&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 5,
"imgPath": "https://tse2.mm.bing.net/th/id/OIP.CthWIxuLm0a8THOguTDB_AAAAA?w=157&h=207&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 6,
"imgPath": "https://tse4.mm.bing.net/th/id/OIP.XNQPKwc1OUfvnSO9MsxDYgHaE7?w=202&h=180&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 7,
"imgPath": "https://tse1.mm.bing.net/th/id/OIP.luN_zVQJt2Kyf7H_kSrPyQHaJD?w=115&h=180&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 8,
"imgPath": "https://tse1.mm.bing.net/th/id/OIP.GPIbva8dEP6Kllx-sj5ysAHaK-?w=115&h=180&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 9,
"imgPath": "https://tse4.mm.bing.net/th/id/OIP.loqNhw71Vk_C-TiyWQJoKAHaKK?w=95&h=180&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 10,
"imgPath": "https://tse2.mm.bing.net/th/id/OIP._OiJHgI7cal4cWNHcCE9zAHaM2?w=115&h=180&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 11,
"imgPath": "https://tse2.mm.bing.net/th/id/OIP.B9RbuWnpmV-7fI8v-H0G8gHaEK?w=290&h=180&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 12,
"imgPath": "https://tse2.mm.bing.net/th/id/OIP.RrJkua2jY_o24eUG7wmk8QHaE-?w=232&h=180&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 13,
"imgPath": "https://tse3.mm.bing.net/th/id/OIP.-1Ds-2D5GPiu9uejDdmgNgHaH3?w=124&h=180&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 14,
"imgPath": "https://tse3.mm.bing.net/th/id/OIP.BeQYJEP1pQKzHDLGhTLBtgHaFj?w=243&h=182&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 15,
"imgPath": "https://tse3.mm.bing.net/th/id/OIP.lDzxwo1weGaA-hRMfV6bYwHaGp?w=194&h=174&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 16,
"imgPath": "https://tse2.mm.bing.net/th/id/OIP.3vXkEUJ9J8s-GsnBC6I3KAHaF0?w=185&h=180&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 17,
"imgPath": "https://tse4.mm.bing.net/th/id/OIP.omU-pPTNgHJEiTKJUpB1MAHaIw?w=114&h=180&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 18,
"imgPath": "https://tse2.mm.bing.net/th/id/OIP.Qoh2doQIigxyiOBuhgRx9gHaM7?w=115&h=186&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 19,
"imgPath": "https://tse3.mm.bing.net/th/id/OIP.hyDe8SvEEvDhmKfsQBqWEwHaJ8?w=194&h=261&c=7&r=0&o=5&pid=1.7"
},
{
"id_img": 20,
"imgPath": "https://tse3.mm.bing.net/th/id/OIP.S4q6m2na1Rxkc7xZ1lcfKQHaJe?w=135&h=180&c=7&r=0&o=5&pid=1.7"
}
]

@ -1,90 +0,0 @@
[
{
"Id": 1,
"ImgPath": "https://tse2.mm.bing.net/th/id/OIP.MMpXBB5RDRYQm05FJmevGAHaKl?w=137&h=195&c=7&r=0&o=5&pid=1.7",
"Content": "Harry POTTER JE SUIS TON PERE",
"Charac": "Sirius Black",
"TitleSrc": "Harry Potter",
"Langue": "fr",
"UserProposition": "demo",
"DateSrc": "2001-01-01",
"Like": 20
},
{
"Id": 2,
"ImgPath": "https://tse2.mm.bing.net/th/id/OIP.zR4rzkK7q2wCcNwZd6jjegHaIC?w=163&h=180&c=7&r=0&o=5&pid=1.7",
"Content": "'Une autre citation'",
"Charac": "Un personnage",
"TitleSrc": "Un super film",
"Langue": "fr",
"DateSrc": "2002-02-02",
"Like": 0,
"UserProposition": "exploit"
},
{
"Id": 1,
"ImgPath": "https://tse2.mm.bing.net/th/id/OIP.MMpXBB5RDRYQm05FJmevGAHaKl?w=137&h=195&c=7&r=0&o=5&pid=1.7",
"Content": "Harry POTTER JE SUIS TON PERE",
"Charac": "Sirius Black",
"TitleSrc": "Harry Potter",
"Langue": "fr",
"UserProposition": "demo",
"DateSrc": "2001-01-01",
"Like": 20
},
{
"Id": 2,
"ImgPath": "https://tse2.mm.bing.net/th/id/OIP.zR4rzkK7q2wCcNwZd6jjegHaIC?w=163&h=180&c=7&r=0&o=5&pid=1.7",
"Content": "'Une autre citation'",
"Charac": "Un personnage",
"TitleSrc": "Un super film",
"Langue": "fr",
"DateSrc": "2002-02-02",
"Like": 0,
"UserProposition": "exploit"
},
{
"Id": 1,
"ImgPath": "https://tse2.mm.bing.net/th/id/OIP.MMpXBB5RDRYQm05FJmevGAHaKl?w=137&h=195&c=7&r=0&o=5&pid=1.7",
"Content": "Harry POTTER JE SUIS TON PERE",
"Charac": "Sirius Black",
"TitleSrc": "Harry Potter",
"Langue": "fr",
"UserProposition": "demo",
"DateSrc": "2001-01-01",
"Like": 20
},
{
"Id": 2,
"ImgPath": "https://tse2.mm.bing.net/th/id/OIP.zR4rzkK7q2wCcNwZd6jjegHaIC?w=163&h=180&c=7&r=0&o=5&pid=1.7",
"Content": "'Une autre citation'",
"Charac": "Un personnage",
"TitleSrc": "Un super film",
"Langue": "fr",
"DateSrc": "2002-02-02",
"Like": 0,
"UserProposition": "exploit"
},
{
"Id": 1,
"ImgPath": "https://tse2.mm.bing.net/th/id/OIP.MMpXBB5RDRYQm05FJmevGAHaKl?w=137&h=195&c=7&r=0&o=5&pid=1.7",
"Content": "Harry POTTER JE SUIS TON PERE",
"Charac": "Sirius Black",
"TitleSrc": "Harry Potter",
"Langue": "fr",
"UserProposition": "demo",
"DateSrc": "2001-01-01",
"Like": 20
},
{
"Id": 2,
"ImgPath": "https://tse2.mm.bing.net/th/id/OIP.zR4rzkK7q2wCcNwZd6jjegHaIC?w=163&h=180&c=7&r=0&o=5&pid=1.7",
"Content": "'Une autre citation'",
"Charac": "Un personnage",
"TitleSrc": "Un super film",
"Langue": "fr",
"DateSrc": "2002-02-02",
"Like": 0,
"UserProposition": "exploit"
}
]

@ -0,0 +1,83 @@
[
{
"id_question": 1,
"texte": "May the Force be with you.",
"answerA": "Star Wars",
"answerB": "Star Trek",
"answerC": "The Matrix",
"answerD": "Blade Runner",
"cAnswer": "Star Wars"
},
{
"id_question": 2,
"texte": "I m gonna make him an offer he can t refuse.",
"answerA": "The Godfather",
"answerB": "Goodfellas",
"answerC": "Scarface",
"answerD": "The Sopranos",
"cAnswer": "The Godfather"
},
{
"id_question": 3,
"texte": "To infinity and beyond!",
"answerA": "Toy Story",
"answerB": "The Incredibles",
"answerC": "Finding Nemo",
"answerD": "Shrek",
"cAnswer": "Toy Story"
},
{
"id_question": 4,
"texte": "All we have to decide is what to do with the time that is given to us.",
"answerA": "The Lord of the Rings",
"answerB": "Harry Potter",
"answerC": "The Hobbit",
"answerD": "Narnia",
"cAnswer": "The Lord of the Rings"
},
{
"id_question": 5,
"texte": "I am your father.",
"answerA": "Star Wars",
"answerB": "Star Wars",
"answerC": "Star Trek",
"answerD": "Guardians of the Galaxy",
"cAnswer": "Star Wars"
},
{
"id_question": 6,
"texte": "It is a trap!",
"answerA": "Star Wars",
"answerB": "Battlestar Galactica",
"answerC": "Star Trek",
"answerD": "The Matrix",
"cAnswer": "Star Wars"
},
{
"id_question": 7,
"texte": "Winter is coming.",
"answerA": "Game of Thrones",
"answerB": "The Witcher",
"answerC": "Vikings",
"answerD": "The Mandalorian",
"cAnswer": "Game of Thrones"
},
{
"id_question": 8,
"texte": "Elementary, my dear Watson.",
"answerA": "Sherlock Holmes",
"answerB": "Agatha Christie",
"answerC": "Poirot",
"answerD": "The Hound of the Baskervilles",
"cAnswer": "Sherlock Holmes"
},
{
"id_question": 9,
"texte": "Here is looking at you, kid.",
"answerA": "Casablanca",
"answerB": "Gone with the Wind",
"answerC": "Citizen Kane",
"answerD": "The Maltese Falcon",
"cAnswer": "Casablanca"
}
]

@ -0,0 +1,10 @@
[
{
"id_quiz": 1,
"nb_quest": 4
},
{
"id_quiz": 2,
"nb_quest": 5
}
]

@ -0,0 +1,38 @@
[
{
"quiz":1,
"question":1
},
{
"quiz":1,
"question":2
},
{
"quiz":1,
"question":3
},
{
"quiz":1,
"question":4
},
{
"quiz":2,
"question":5
},
{
"quiz":2,
"question":6
},
{
"quiz":2,
"question":7
},
{
"quiz":2,
"question":8
},
{
"quiz":2,
"question":9
}
]

@ -1,22 +1,112 @@
[ [
{ {
"Id": 1, "id_quote": "1",
"Content": "coucou", "content": "Dans le monde il ny a pas dun côté le bien et le mal, il y a une part de lumière et dombre en chacun de nous. Ce qui compte cest celle que lon choisit de montrer dans nos actes, ça cest ce que lon est vraiment.",
"Charac": "moi", "likes": 0,
"ImgPath": "img", "langue": "fr",
"TitleSrc": "G4", "isValide": true,
"DateSrc": "2001-01-01", "reason": "insertion de test",
"Like": 20, "id_caracter": 50,
"Langue": "fr" "id_source": 38,
}, "id_user_verif": 1
{ },
"Id": 2, {
"Content": "boujour", "id_quote": "22",
"Charac": "toi", "content": "Nous avons parié, mon père et moi. Je ne crois pas que tu tiendras dix minutes dans ce tournoi. Lui, il nest pas daccord, il croit que tu nen tiendras pas cinq.",
"ImgPath": "img", "likes": 0,
"TitleSrc": "G4", "langue": "fr",
"DateSrc": "2002-02-02", "isValide": true,
"Like": 0, "reason": "insertion de test",
"Langue": "fr" "id_caracter": 7,
"id_source": 58,
"id_user_verif": 1
},
{
"id_quote": "45",
"content": "Je vous aurais suivi mon frère, mon capitaine, mon roi.",
"likes": 0,
"langue": "fr",
"isValide": true,
"reason": "insertion de test",
"id_caracter": 77,
"id_source": 76,
"id_user_verif": 1
},
{
"id_quote": "90",
"content": "Si vous le voulez bien, on se taillera des pipes plus tard, les enfants.",
"likes": 0,
"langue": "fr",
"isValide": true,
"reason": "insertion de test",
"id_caracter": 82,
"id_source": 9,
"id_user_verif": 1
},
{
"id_quote": "91",
"content": "Je fais le mort dans la 5e.",
"likes": 0,
"langue": "fr",
"isValide": true,
"reason": "insertion de test",
"id_caracter": 53,
"id_source": 9,
"id_user_verif": 1
},
{
"id_quote": "110",
"content": "Il les a tuées avec leur amour. Cest comme ça tous les jours dans le monde entier.",
"likes": 0,
"langue": "fr",
"isValide": true,
"reason": "insertion de test",
"id_caracter": 34,
"id_source": 74,
"id_user_verif": 1
},
{
"id_quote": "118",
"content": "La vengeance est un déesse dévorante. Eux aussi en sont victimes… Je ne dois pas céder à son appel. La justice finira par triompher.",
"likes": 0,
"langue": "fr",
"isValide": false,
"reason": "insertion de test",
"id_caracter": 44,
"id_source": 30,
"id_user_verif": 1
},
{
"id_quote": "185",
"content": "Tu viens de me montrer au complet ?!",
"likes": 0,
"langue": "fr",
"isValide": false,
"reason": "insertion de test",
"id_caracter": 38,
"id_source": 10,
"id_user_verif": 1
},
{
"id_quote": "182",
"content": "Nouille ou pas nouille, tu te préoccupes trop de ce qui a été ou de ce qui sera.",
"likes": 0,
"langue": "fr",
"isValide": false,
"reason": "insertion de test",
"id_caracter": 29,
"id_source": 71,
"id_user_verif": 1
},
{
"id_quote": "175",
"content": "Arrête de faire ton Jean-Jacques !",
"likes": 0,
"langue": "fr",
"isValide": false,
"reason": "insertion de test",
"id_caracter": 39,
"id_source": 68,
"id_user_verif": 1
} }
] ]

@ -0,0 +1,8 @@
[
{
"users":1,
"quiz":1,
"nbPoint":3,
"timeQ": 0
}
]

@ -0,0 +1,87 @@
[
{
"id_source": 1,
"title": "Cars",
"dateS": 2006
},
{
"id_source": 2,
"title": "Le Parrain, 3ème partie",
"dateS": 1972
},
{
"id_source": 3,
"title": "Hunger Games : la révolte - 1re partie",
"dateS": 2012
},
{
"id_source": 4,
"title": "Le hobbit : la désolation de Smaug",
"dateS": 2012
},
{
"id_source": 5,
"title": "Là-haut",
"dateS": 2009
},
{
"id_source": 6,
"title": "Raiponce",
"dateS": 2010
},
{
"id_source": 7,
"title": "Harry Potter et les reliques de la mort - 1re partie",
"dateS": 2001
},
{
"id_source": 8,
"title": "Le seigneur des anneaux : les deux tours",
"dateS": 2001
},
{
"id_source": 9,
"title": "Pulp Fiction",
"dateS": 1994
},
{
"id_source": 10,
"title": "Dragons",
"dateS": 2010
},
{
"id_source": 30,
"title": "Captain America : civil war",
"dateS": 2011
},
{
"id_source": 38,
"title": "Harry Potter et Lordre du Phoenix",
"dateS": 2001
},
{
"id_source": 58,
"title": "Harry Potter et les reliques de la mort - 2e partie",
"dateS": 2001
},
{
"id_source": 68,
"title": "Coco",
"dateS": 2017
},
{
"id_source": 71,
"title": "Kung Fu Panda",
"dateS": 2008
},
{
"id_source": 74,
"title": "La Ligne Verte",
"dateS": 1999
},
{
"id_source": 76,
"title": "Le seigneur des anneaux : la communauté de lanneau",
"dateS": 2001
}
]

@ -5,19 +5,19 @@
"Name": "Admin", "Name": "Admin",
"Email": "admin@gmail.com", "Email": "admin@gmail.com",
"DateCreation": "2024-12-12", "DateCreation": "2024-12-12",
"IsAdmin": true, "IsAdmin": true,
"Comments": [ "Comments": [
{ {
"Text": "Commentaire 1", "Text": "Commentaire 1",
"DateCreation": "2024-12-12" "DateCreation": "2024-12-12"
}, },
{ {
"Text": "Commentaire 2", "Text": "Commentaire 2",
"DateCreation": "2024-11-12" "DateCreation": "2024-11-12"
} }
] ]
}, },
{ {
"Id": 2, "Id": 2,
"Image": "https://tse2.mm.bing.net/th/id/OIP.MMpXBB5RDRYQm05FJmevGAHaKl?w=137&h=195&c=7&r=0&o=5&pid=1.7", "Image": "https://tse2.mm.bing.net/th/id/OIP.MMpXBB5RDRYQm05FJmevGAHaKl?w=137&h=195&c=7&r=0&o=5&pid=1.7",
"Name": "exploit", "Name": "exploit",
@ -31,13 +31,13 @@
"Name": "testeur", "Name": "testeur",
"Email": "testeur@gmail.com", "Email": "testeur@gmail.com",
"DateCreation": "2024-08-02", "DateCreation": "2024-08-02",
"IsAdmin": false, "IsAdmin": false,
"Comments": [ "Comments": [
{ {
"Text": "Premier test effectué, tout semble OK.", "Text": "Premier test effectué, tout semble OK.",
"DateCreation": "2024-08-02" "DateCreation": "2024-08-02"
} }
] ]
}, },
{ {
"Id": 4, "Id": 4,
@ -53,13 +53,13 @@
"Name": "jean_doe", "Name": "jean_doe",
"Email": "jean.doe@gmail.com", "Email": "jean.doe@gmail.com",
"DateCreation": "2024-06-25", "DateCreation": "2024-06-25",
"IsAdmin": false, "IsAdmin": false,
"Comments": [ "Comments": [
{ {
"Text": "Utilisateur très actif, peut être un peu trop intrusif.", "Text": "Utilisateur très actif, peut être un peu trop intrusif.",
"DateCreation": "2024-06-25" "DateCreation": "2024-06-25"
} }
] ]
}, },
{ {
"Id": 6, "Id": 6,
@ -91,13 +91,13 @@
"Name": "support_mark", "Name": "support_mark",
"Email": "support.mark@gmail.com", "Email": "support.mark@gmail.com",
"DateCreation": "2024-11-20", "DateCreation": "2024-11-20",
"IsAdmin": false, "IsAdmin": false,
"Comments": [ "Comments": [
{ {
"Text": "Support rapide et efficace, mais manquant un peu de détails.", "Text": "Support rapide et efficace, mais manquant un peu de détails.",
"DateCreation": "2024-11-20" "DateCreation": "2024-11-20"
} }
] ]
}, },
{ {
"Id": 10, "Id": 10,
@ -113,13 +113,13 @@
"Name": "designer_steve", "Name": "designer_steve",
"Email": "designer.steve@gmail.com", "Email": "designer.steve@gmail.com",
"DateCreation": "2024-07-01", "DateCreation": "2024-07-01",
"IsAdmin": false, "IsAdmin": false,
"Comments": [ "Comments": [
{ {
"Text": "Le design doit être retravaillé pour plus de clarté.", "Text": "Le design doit être retravaillé pour plus de clarté.",
"DateCreation": "2024-07-01" "DateCreation": "2024-07-01"
} }
] ]
}, },
{ {
"Id": 12, "Id": 12,

@ -1,20 +0,0 @@
[
{
"Id": 1,
"ImgPath": "https://tse2.mm.bing.net/th/id/OIP.MMpXBB5RDRYQm05FJmevGAHaKl?w=137&h=195&c=7&r=0&o=5&pid=1.7",
"Content": "'Dans le monde il ny a pas dun côté le bien et le mal, il y a une part de lumière et dombre en chacun de nous. Ce qui compte cest celle que lon choisit de montrer dans nos actes, ça cest ce que lon est vraiment.'",
"Charac": "Sirius Black",
"TitleSrc": "Harry Potter et Lordre du Phoenix",
"Langue": "fr",
"UserProposition": "demo"
},
{
"Id": 2,
"ImgPath": "https://tse2.mm.bing.net/th/id/OIP.zR4rzkK7q2wCcNwZd6jjegHaIC?w=163&h=180&c=7&r=0&o=5&pid=1.7",
"Content": "'Une autre citation'",
"Charac": "Un personnage",
"TitleSrc": "Un super film",
"Langue": "fr",
"UserProposition": "exploit"
}
]
Loading…
Cancel
Save