From b404670cfe8d1dbfd7eceeb193da91940df6a443 Mon Sep 17 00:00:00 2001 From: dlslo Date: Wed, 1 Feb 2023 22:44:42 -0500 Subject: [PATCH] Reordered data and renamed data headings --- components/About.tsx | 2 +- data/coop.ts | 4 ++-- data/demographics.ts | 2 +- data/friends.ts | 28 ++++++++++------------------ data/intimacy-and-drugs.ts | 6 +----- data/lifestyle-and-interests.ts | 18 +++++++++--------- data/miscellaneous.ts | 2 +- pages/friends.tsx | 26 +++++++++++++------------- pages/intimacy-and-drugs.tsx | 2 +- 9 files changed, 39 insertions(+), 51 deletions(-) diff --git a/components/About.tsx b/components/About.tsx index 2417e47..4378528 100644 --- a/components/About.tsx +++ b/components/About.tsx @@ -28,7 +28,7 @@ export function About() { Mathematics and the School of Accounting and Finance, and has the same schedule (and flexibility) as CS.

-

CS/BBA

+

Computer Science/Business Administration

Joint with Wilfrid Laurier University, the Business Administration and Computer Science Double Degree (CS/BBA) is an exclusive offering diff --git a/data/coop.ts b/data/coop.ts index 11f1741..0f95507 100644 --- a/data/coop.ts +++ b/data/coop.ts @@ -311,7 +311,7 @@ export const C7ii = { yValues: [7.4, 4.8, 4.8, 82.1, 80.5, 73.2], }, { - label: "USA(California, Washington, New York)", + label: "USA (California, Washington, New York)", yValues: [8.4, 18.1, 35, 0, 5.2, 17.9], }, ], @@ -553,7 +553,7 @@ export const C7vii = { ], }; -export const C7viiiKey = ["No", "Yes"]; +export const C7viiiKey = ["Yes", "No"]; export const C7viii = [ { diff --git a/data/demographics.ts b/data/demographics.ts index 6f63f4a..de94562 100644 --- a/data/demographics.ts +++ b/data/demographics.ts @@ -30,7 +30,7 @@ export const D2 = [ export const D3 = [ { - category: "She/Her/Her", + category: "She/Her/Hers", value: 29.0, }, { diff --git a/data/friends.ts b/data/friends.ts index e72bd83..2a8b1af 100644 --- a/data/friends.ts +++ b/data/friends.ts @@ -321,7 +321,7 @@ export const F12 = [ value: 8, }, { - category: "No", + category: "None", value: 1, }, ]; @@ -378,38 +378,30 @@ export const F14 = [ category: "SLC", value: 11, }, - { - category: "DP", - value: 4, - }, { category: "E7", value: 9, }, - { - category: "E5", - value: 3, - }, - { - category: "E5", - value: 3, - }, { category: "CIF", value: 5, }, { - category: "AL", - value: 2, + category: "DP", + value: 4, }, { - category: "CIF", - value: 5, + category: "E5", + value: 3, }, { category: "Plaza", value: 3, }, + { + category: "AL", + value: 2, + }, ]; export const F15 = [ @@ -481,7 +473,7 @@ export const F16 = [ value: 6, }, { - category: "No", + category: "None", value: 2, }, ]; diff --git a/data/intimacy-and-drugs.ts b/data/intimacy-and-drugs.ts index 8c2693e..e9dfa6c 100644 --- a/data/intimacy-and-drugs.ts +++ b/data/intimacy-and-drugs.ts @@ -129,7 +129,7 @@ export const I2 = [ }, }, { - category: "Mushrooms", + category: "Magic Mushrooms", values: { "Tried/used first before university": 0, "Tried/used first during university": 10, @@ -285,10 +285,6 @@ export const I7 = [ category: "Yes", value: 36, }, - { - category: "N/A", - value: 24, - }, ]; export const I8 = [ diff --git a/data/lifestyle-and-interests.ts b/data/lifestyle-and-interests.ts index 26d0af6..20808d0 100644 --- a/data/lifestyle-and-interests.ts +++ b/data/lifestyle-and-interests.ts @@ -30,19 +30,19 @@ export const L2 = [ export const L3 = [ { - category: "Never", + category: "Never religious", value: 76, }, { - category: "No longer", + category: "No longer religious", value: 5, }, { - category: "Still", + category: "Still religious", value: 19, }, { - category: "Became", + category: "Became religious", value: 2, }, ]; @@ -172,7 +172,7 @@ export const L8 = [ export const L9 = [ { - category: "Before 9", + category: "Before 9pm", value: 1, }, { @@ -671,14 +671,14 @@ export const L17 = [ ]; export const L18 = [ - { - category: "DC", - value: 22, - }, { category: "MC", value: 23, }, + { + category: "DC", + value: 22, + }, { category: "Res", value: 16, diff --git a/data/miscellaneous.ts b/data/miscellaneous.ts index c02a0e8..e8e1751 100644 --- a/data/miscellaneous.ts +++ b/data/miscellaneous.ts @@ -66,7 +66,7 @@ export const M2 = [ export const M3 = [ { - category: "Computer Science!", + category: "CS / CS/BBA / CFM", value: 84, }, { diff --git a/pages/friends.tsx b/pages/friends.tsx index e94c942..51514c9 100644 --- a/pages/friends.tsx +++ b/pages/friends.tsx @@ -10,11 +10,11 @@ import { F9, F10, F11, - F12, F13, F14, F15, F16, + F12, } from "data/friends"; import { pageRoutes } from "data/routes"; import React from "react"; @@ -76,6 +76,18 @@ export default function Demographics() { + + + + - - - -