Initial HTML styling for the UI. #1

Open
Sciocatti wants to merge 5 commits from feature/initial-styling into main
Showing only changes of commit 362fb61c1d - Show all commits

37
html/api/party.json Normal file
View File

@@ -0,0 +1,37 @@
{
"items": [
{
"id": 1,
"seats": 2,
"modified_data": false,
"party_name": "Erna & Michael",
"users": [
{
"id": 1,
"name": "Erna",
"rsvp_status": false,
"meals": [],
"drinks": [],
"allergies": "None",
"email": ""
},
{
"id": 2,
"name": "Michael",
"rsvp_status": false,
"meals": [],
"drinks": [],
"allergies": "None",
"email": ""
}
]
},
{
"id": 2,
"seats": 2,
"modified_data": false,
"party_name": "Party 2",
"users": []
}
]
}