Skip to content

Commit

Permalink
Bring back old location stub data for now
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Aug 29, 2024
1 parent 08189f1 commit 166c3f2
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions src/co/gaiwan/compass/db/data.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,28 @@
(require 'java-time-literals.core)

(defn locations []
[{:location/name "Het Depot"}
{:location/name "Hal 5"}])
[{:location/name "Het Depot"
:db/ident :location.type/depot}
{:location/name "Het Depot - main stage"
:db/ident :location.type/depot-main-stage}
{:location/name "Het Depot - Bar"
:db/ident :location.type/depot-bar}
{:location/name "Hal 5"
:db/ident :location.type/hal5}
{:location/name "Hal 5 - zone A"
:db/ident :location.type/hal5-zone-a}
{:location/name "Hal 5 - zone B"
:db/ident :location.type/hal5-zone-b}
{:location/name "Hal 5 - HoC Café"
:db/ident :location.type/hal5-hoc-cafe}
{:location/name "Hal 5 - Foodcourt"
:db/ident :location.type/hal5-foodcourt}
{:location/name "Hal 5 - park"
:db/ident :location.type/hal5-park}
{:location/name "Hal 5 - outside seating"
:db/ident :location.type/hal5-outside-seating}
{:location/name "Hal 5 - long table"
:db/ident :location.type/hal5-long-table}])

(defn session-types []
[{:session.type/name "Talk"
Expand Down

0 comments on commit 166c3f2

Please sign in to comment.