about summary refs log tree commit diff
path: root/users/grfn/bbbg/resources
diff options
context:
space:
mode:
authorAspen Smith <grfn@gws.fyi>2024-02-12T03·00-0500
committerclbot <clbot@tvl.fyi>2024-02-14T19·37+0000
commit82ecd61f5c699cf3af6c4eadf47a1c52b1d696c6 (patch)
tree429c5e078528000591742ec3211bc768ae913a78 /users/grfn/bbbg/resources
parent0ba476a4266015f278f18d74094299de74a5a111 (diff)
chore(users): grfn -> aspen r/7511
Change-Id: I6c6847fac56f0a9a1a2209792e00a3aec5e672b9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10809
Autosubmit: aspen <root@gws.fyi>
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: lukegb <lukegb@tvl.fyi>
Diffstat (limited to 'users/grfn/bbbg/resources')
-rw-r--r--users/grfn/bbbg/resources/base.css152
-rw-r--r--users/grfn/bbbg/resources/migrations/20211212165646-init-schema.down.sql14
-rw-r--r--users/grfn/bbbg/resources/migrations/20211212165646-init-schema.up.sql32
-rw-r--r--users/grfn/bbbg/resources/migrations/20211220002229-add-attendee-checks.down.sql1
-rw-r--r--users/grfn/bbbg/resources/migrations/20211220002229-add-attendee-checks.up.sql7
-rw-r--r--users/grfn/bbbg/resources/migrations/20211224161028-add-attendee-unique-meetup-id.down.sql1
-rw-r--r--users/grfn/bbbg/resources/migrations/20211224161028-add-attendee-unique-meetup-id.up.sql2
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500.woffbin23576 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500.woff2bin19272 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500italic.woffbin24056 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500italic.woff2bin19624 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-600.woffbin23628 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-600.woff2bin19264 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800.woffbin23872 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800.woff2bin19440 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800italic.woffbin24404 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800italic.woff2bin19836 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-italic.woffbin24012 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-italic.woff2bin19660 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-regular.woffbin23480 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-regular.woff2bin19172 -> 0 bytes
-rw-r--r--users/grfn/bbbg/resources/public/main.js73
-rw-r--r--users/grfn/bbbg/resources/public/robots.txt2
23 files changed, 0 insertions, 284 deletions
diff --git a/users/grfn/bbbg/resources/base.css b/users/grfn/bbbg/resources/base.css
deleted file mode 100644
index c86c3f24f009..000000000000
--- a/users/grfn/bbbg/resources/base.css
+++ /dev/null
@@ -1,152 +0,0 @@
-/* montserrat-italic - latin */
-@font-face {
-  font-family: "Montserrat";
-  font-style: italic;
-  font-weight: 400;
-  src: local("Montserrat Italic"), local("Montserrat-Italic"),
-    url("/fonts/montserrat-v15-latin-italic.woff2") format("woff2"),
-    /* Chrome 26+, Opera 23+, Firefox 39+ */
-      url("/fonts/montserrat-v15-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
-}
-
-/* montserrat-regular - latin */
-@font-face {
-  font-family: "Montserrat";
-  font-style: normal;
-  font-weight: 400;
-  src: local("Montserrat Regular"), local("Montserrat-Regular"),
-    url("/fonts/montserrat-v15-latin-regular.woff2") format("woff2"),
-    /* Chrome 26+, Opera 23+, Firefox 39+ */
-      url("/fonts/montserrat-v15-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
-}
-
-/* montserrat-500 - latin */
-@font-face {
-  font-family: "Montserrat";
-  font-style: normal;
-  font-weight: 500;
-  src: local("Montserrat Medium"), local("Montserrat-Medium"),
-    url("/fonts/montserrat-v15-latin-500.woff2") format("woff2"),
-    /* Chrome 26+, Opera 23+, Firefox 39+ */
-      url("/fonts/montserrat-v15-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
-}
-
-/* montserrat-500italic - latin */
-@font-face {
-  font-family: "Montserrat";
-  font-style: italic;
-  font-weight: 500;
-  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"),
-    url("/fonts/montserrat-v15-latin-500italic.woff2") format("woff2"),
-    /* Chrome 26+, Opera 23+, Firefox 39+ */
-      url("/fonts/montserrat-v15-latin-500italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
-}
-
-/* montserrat-600 - latin */
-@font-face {
-  font-family: "Montserrat";
-  font-style: normal;
-  font-weight: 600;
-  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
-    url("/fonts/montserrat-v15-latin-600.woff2") format("woff2"),
-    /* Chrome 26+, Opera 23+, Firefox 39+ */
-      url("/fonts/montserrat-v15-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
-}
-
-/* montserrat-800 - latin */
-@font-face {
-  font-family: "Montserrat";
-  font-style: normal;
-  font-weight: 800;
-  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"),
-    url("/fonts/montserrat-v15-latin-800.woff2") format("woff2"),
-    /* Chrome 26+, Opera 23+, Firefox 39+ */
-      url("/fonts/montserrat-v15-latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
-}
-
-/* montserrat-800italic - latin */
-@font-face {
-  font-family: "Montserrat";
-  font-style: italic;
-  font-weight: 800;
-  src: local("Montserrat ExtraBold Italic"), local("Montserrat-ExtraBoldItalic"),
-    url("/fonts/montserrat-v15-latin-800italic.woff2") format("woff2"),
-    /* Chrome 26+, Opera 23+, Firefox 39+ */
-      url("/fonts/montserrat-v15-latin-800italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
-}
-
-body {
-  width: 100%;
-  font-family: "Montserrat", Helvetica, sans-serif;
-  margin: 0;
-  box-sizing: border-box;
-}
-
-*,
-::before,
-::after {
-  box-sizing: border-box;
-}
-
-ul,
-ol {
-  padding: 0;
-}
-
-body,
-h1,
-h2,
-h3,
-h4,
-p,
-ul,
-ol,
-li,
-figure,
-figcaption,
-blockquote,
-dl,
-dd {
-  margin: 0;
-}
-
-body {
-  min-height: 100vh;
-  scroll-behavior: smooth;
-  text-rendering: optimizeSpeed;
-  line-height: 1.5;
-}
-
-ul[class],
-ol[class] {
-  list-style: none;
-}
-
-a:not([class]) {
-  text-decoration-skip-ink: auto;
-}
-
-img {
-  max-width: 100%;
-  display: block;
-}
-
-article > * + * {
-  margin-top: 1em;
-}
-
-input,
-button,
-textarea,
-select {
-  font: inherit;
-}
-
-@media (prefers-reduced-motion: reduce) {
-  * {
-    animation-duration: 0.01ms !important;
-    animation-iteration-count: 1 !important;
-    transition-duration: 0.01ms !important;
-    scroll-behavior: auto !important;
-  }
-}
diff --git a/users/grfn/bbbg/resources/migrations/20211212165646-init-schema.down.sql b/users/grfn/bbbg/resources/migrations/20211212165646-init-schema.down.sql
deleted file mode 100644
index 69b818a4f4ab..000000000000
--- a/users/grfn/bbbg/resources/migrations/20211212165646-init-schema.down.sql
+++ /dev/null
@@ -1,14 +0,0 @@
-drop table "public"."user";
-
--- ;;
-
-drop table "public"."event_attendee";
-
-
--- ;;
-
-drop table "public"."event";
-
--- ;;
-
-drop table "public"."attendee";
diff --git a/users/grfn/bbbg/resources/migrations/20211212165646-init-schema.up.sql b/users/grfn/bbbg/resources/migrations/20211212165646-init-schema.up.sql
deleted file mode 100644
index 9718d84748ae..000000000000
--- a/users/grfn/bbbg/resources/migrations/20211212165646-init-schema.up.sql
+++ /dev/null
@@ -1,32 +0,0 @@
-CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
--- ;;
-CREATE TABLE "attendee" (
-    "id" UUID PRIMARY KEY NOT NULL DEFAULT uuid_generate_v4(),
-    "meetup_name" TEXT NOT NULL,
-    "discord_name" TEXT,
-    "meetup_user_id" TEXT,
-    "organizer_notes" TEXT NOT NULL DEFAULT '',
-    "created_at" TIMESTAMP WITHOUT TIME ZONE NOT NULL DEFAULT now()
-);
--- ;;
-CREATE TABLE "event" (
-    "id" UUID PRIMARY KEY NOT NULL DEFAULT uuid_generate_v4(),
-    "date" DATE NOT NULL,
-    "created_at" TIMESTAMP WITHOUT TIME ZONE NOT NULL DEFAULT now()
-);
--- ;;
-CREATE TABLE "event_attendee" (
-    "event_id" UUID NOT NULL REFERENCES "event" ("id"),
-    "attendee_id" UUID NOT NULL REFERENCES "attendee" ("id"),
-    "rsvpd_attending" BOOL,
-    "attended" BOOL,
-    "created_at" TIMESTAMP WITHOUT TIME ZONE NOT NULL DEFAULT now(),
-    PRIMARY KEY ("event_id", "attendee_id")
-);
--- ;;
-CREATE TABLE "user" (
-    "id" UUID PRIMARY KEY NOT NULL DEFAULT uuid_generate_v4(),
-    "username" TEXT NOT NULL,
-    "discord_user_id" TEXT NOT NULL,
-    "created_at" TIMESTAMP WITHOUT TIME ZONE NOT NULL DEFAULT now()
-);
diff --git a/users/grfn/bbbg/resources/migrations/20211220002229-add-attendee-checks.down.sql b/users/grfn/bbbg/resources/migrations/20211220002229-add-attendee-checks.down.sql
deleted file mode 100644
index 936abf6c7d19..000000000000
--- a/users/grfn/bbbg/resources/migrations/20211220002229-add-attendee-checks.down.sql
+++ /dev/null
@@ -1 +0,0 @@
-DROP TABLE "attendee_check";
diff --git a/users/grfn/bbbg/resources/migrations/20211220002229-add-attendee-checks.up.sql b/users/grfn/bbbg/resources/migrations/20211220002229-add-attendee-checks.up.sql
deleted file mode 100644
index 5e82dcb1711c..000000000000
--- a/users/grfn/bbbg/resources/migrations/20211220002229-add-attendee-checks.up.sql
+++ /dev/null
@@ -1,7 +0,0 @@
-CREATE TABLE attendee_check (
-    "id" UUID PRIMARY KEY NOT NULL DEFAULT uuid_generate_v4(),
-    "attendee_id" UUID NOT NULL REFERENCES attendee ("id"),
-    "user_id" UUID NOT NULL REFERENCES "public"."user" ("id"),
-    "last_dose_at" DATE,
-    "checked_at" TIMESTAMP WITHOUT TIME ZONE NOT NULL DEFAULT now()
-);
diff --git a/users/grfn/bbbg/resources/migrations/20211224161028-add-attendee-unique-meetup-id.down.sql b/users/grfn/bbbg/resources/migrations/20211224161028-add-attendee-unique-meetup-id.down.sql
deleted file mode 100644
index cbee0c00acd9..000000000000
--- a/users/grfn/bbbg/resources/migrations/20211224161028-add-attendee-unique-meetup-id.down.sql
+++ /dev/null
@@ -1 +0,0 @@
-drop index attendee_uniq_meetup_user_id;
diff --git a/users/grfn/bbbg/resources/migrations/20211224161028-add-attendee-unique-meetup-id.up.sql b/users/grfn/bbbg/resources/migrations/20211224161028-add-attendee-unique-meetup-id.up.sql
deleted file mode 100644
index 5895cad56bdf..000000000000
--- a/users/grfn/bbbg/resources/migrations/20211224161028-add-attendee-unique-meetup-id.up.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-create unique index "attendee_uniq_meetup_user_id" on attendee (meetup_user_id);
--- ;;
diff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500.woff b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500.woff
deleted file mode 100644
index 1c83d8518d3d..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500.woff
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500.woff2 b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500.woff2
deleted file mode 100644
index 9dc5c7f158af..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500.woff2
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500italic.woff b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500italic.woff
deleted file mode 100644
index 71476d858fd5..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500italic.woff
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500italic.woff2 b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500italic.woff2
deleted file mode 100644
index 0fb9838c9d76..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-500italic.woff2
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-600.woff b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-600.woff
deleted file mode 100644
index e7f8a31ba35c..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-600.woff
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-600.woff2 b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-600.woff2
deleted file mode 100644
index 29cc1a973450..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-600.woff2
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800.woff b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800.woff
deleted file mode 100644
index 79203dd7801d..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800.woff
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800.woff2 b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800.woff2
deleted file mode 100644
index 0abb707aeddf..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800.woff2
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800italic.woff b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800italic.woff
deleted file mode 100644
index 65415571a7f4..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800italic.woff
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800italic.woff2 b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800italic.woff2
deleted file mode 100644
index 674e6eabe747..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-800italic.woff2
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-italic.woff b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-italic.woff
deleted file mode 100644
index 67f1e85379c2..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-italic.woff
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-italic.woff2 b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-italic.woff2
deleted file mode 100644
index 469aede09c6b..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-italic.woff2
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-regular.woff b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-regular.woff
deleted file mode 100644
index 676a065e24ff..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-regular.woff
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-regular.woff2 b/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-regular.woff2
deleted file mode 100644
index 70788c273207..000000000000
--- a/users/grfn/bbbg/resources/public/fonts/montserrat-v15-latin-regular.woff2
+++ /dev/null
Binary files differdiff --git a/users/grfn/bbbg/resources/public/main.js b/users/grfn/bbbg/resources/public/main.js
deleted file mode 100644
index 87c0b64d0a37..000000000000
--- a/users/grfn/bbbg/resources/public/main.js
+++ /dev/null
@@ -1,73 +0,0 @@
-window.onload = () => {
-  const input = document.getElementById("name-autocomplete");
-  if (input != null) {
-    const attendeeList = document.getElementById("attendees-list");
-    const filterAttendees = (filter) => {
-      if (filter == "") {
-        for (let elt of attendeeList.querySelectorAll("li")) {
-          elt.classList.remove("hidden");
-        }
-
-        return;
-      }
-
-      let re = "";
-      for (let c of filter) {
-        re += `${c}.*`;
-      }
-      let filterRe = new RegExp(re, "i");
-
-      for (let elt of attendeeList.querySelectorAll("li")) {
-        const attendee = JSON.parse(elt.dataset.attendee);
-        if (attendee["bbbg.attendee/meetup-name"].match(filterRe) == null) {
-          elt.classList.add("hidden");
-        } else {
-          elt.classList.remove("hidden");
-        }
-      }
-    };
-
-    const attendeeIDInput = document.getElementById("attendee-id");
-    const submit = document.querySelector("#submit-button");
-    const signupForm = document.getElementById("signup-form");
-
-    input.oninput = (e) => {
-      filterAttendees(e.target.value);
-      attendeeIDInput.value = null;
-      submit.classList.add("hidden");
-      submit.setAttribute("disabled", "disabled");
-      signupForm.setAttribute("disabled", "disabled");
-    };
-
-    attendeeList.addEventListener("click", (e) => {
-      if (!(e.target instanceof HTMLLIElement)) {
-        return;
-      }
-      if (e.target.dataset.attendee == null) {
-        return;
-      }
-
-      const attendee = JSON.parse(e.target.dataset.attendee);
-      input.value = attendee["bbbg.attendee/meetup-name"];
-      attendeeIDInput.value = attendee["bbbg.attendee/id"];
-
-      submit.classList.remove("hidden");
-      submit.removeAttribute("disabled");
-      signupForm.removeAttribute("disabled");
-    });
-  }
-
-  document.querySelectorAll("form").forEach((form) => {
-    form.addEventListener("submit", (e) => {
-      if (e.target.attributes.disabled) {
-        e.preventDefault();
-      }
-
-      const confirmMessage = e.target.dataset.confirm;
-      if (confirmMessage != null && !confirm(confirmMessage)) {
-        e.stopImmediatePropagation();
-        e.preventDefault();
-      }
-    });
-  });
-};
diff --git a/users/grfn/bbbg/resources/public/robots.txt b/users/grfn/bbbg/resources/public/robots.txt
deleted file mode 100644
index 1f53798bb4fe..000000000000
--- a/users/grfn/bbbg/resources/public/robots.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-User-agent: *
-Disallow: /