From d6cde08631bdb0ccdce0243b5f8186c578d90bbc Mon Sep 17 00:00:00 2001
From: Marco Endrizzi <me00531@surrey.ac.uk>
Date: Mon, 5 Apr 2021 08:09:26 -0700
Subject: [PATCH] Changed data-structure to include more data

Co-authored-by: Ericsauce <Ericsauce@users.noreply.github.com>
---
 src/static/data-structure.json | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/static/data-structure.json b/src/static/data-structure.json
index 3933ceb..c546a31 100644
--- a/src/static/data-structure.json
+++ b/src/static/data-structure.json
@@ -4,24 +4,40 @@
       "name": "Test Name",
       "username": "testusername",
       "email": "test@test.com",
+      "phone": null,
+      "dob": null,
+      "gender": null,
+      "description": null,
       "online": false
     },
     "Oqk3C1ownieYIm8K0KgFqRXhKs53": {
       "name": "Scientific Pig",
       "username": "dontlookitup",
       "email": "test3@test.com",
+      "phone": null,
+      "dob": null,
+      "gender": null,
+      "description": null,
       "online": false
     },
     "l7TY1PJocphLufQb3zN1tfRJYsy1": {
       "name": "how is this working lmao",
       "username": "amogus",
       "email": "test4@test.com",
+      "phone": null,
+      "dob": null,
+      "gender": null,
+      "description": null,
       "online": false
     },
     "oVHXZPeYRbQPfKTCmH4LWJtmaeH2": {
       "name": "Eric Sauce",
       "username": "theSaucer",
       "email": "test2@test.com",
+      "phone": null,
+      "dob": null,
+      "gender": null,
+      "description": null,
       "online": false
     }
   },
-- 
GitLab