forked from Yahya-Boujrah/Console-Student-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
45 lines (45 loc) · 971 Bytes
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"Annonces": [
{
"Title": "Test 1",
"DatePublication": "20/04/2023",
"Niveaux": "CP,CI1",
"Filliere": "GI, GIL",
"Description": "test Description 1"
},
{
"Title": "Test 2",
"DatePublication": "20/04/2023",
"Niveaux": "CP,CI1",
"Filliere": "GI, GIL",
"Description": "test Description 1"
},
{
"Title": "Test 2",
"DatePublication": "20/04/2023",
"Niveaux": "CP,CI1",
"Filliere": "GI, GIL",
"Description": "test Description 1"
}
],
"Demandes": [
{
"id": 1,
"Date": "21/04/2022",
"TypeDemande": "Certificat de scolarité",
"Etat": "En cours de traitement"
},
{
"id": 2,
"Date": "21/04/2022",
"TypeDemande": "Attestation de Réussite",
"Etat": "Validée"
},
{
"Date": "2022/2023",
"TypeDemande": "Attestation d'inscription",
"Etat": "Nouvelle",
"id": 3
}
]
}