File tree 2 files changed +3
-17
lines changed
2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 8
8
(require 'java-time-literals.core)
9
9
10
10
(defn locations []
11
- [{:location/name " Het Depot"
12
- :db/ident :location.type/depot }
13
- {:location/name " Hal 5 - Workshop Zone"
14
- :db/ident :location.type/hal5 }
15
- {:location/name " Hal 5 - Presentation Zone"
16
- :db/ident :location.type/hal5-zone-b }
17
- {:location/name " Hal 5 - Open Zone"
18
- :db/ident :location.type/hal5-hoc-cafe }
19
- {:location/name " Hal 5 - Foodcourt"
20
- :db/ident :location.type/hal5-foodcourt }
21
- {:location/name " Hal 5 - Park"
22
- :db/ident :location.type/hal5-park }
23
- {:location/name " Hal 5 - Outside seating"
24
- :db/ident :location.type/hal5-outside-seating }
25
- {:location/name " Hal 5 - Long table"
26
- :db/ident :location.type/hal5-long-table }])
11
+ [{:location/name " Het Depot" }
12
+ {:location/name " Hal 5" }])
27
13
28
14
(defn session-types []
29
15
[{:session.type/name " Talk"
Original file line number Diff line number Diff line change 61
61
[:session.type/name :string " Type of session, e.g. talk, activity" ]
62
62
[:session.type/color :string " CSS color or var reference used for rendering" ]
63
63
64
- [:location/name :string " Name of the location" :identity ]
64
+ [:location/name :string " Name of the location" ]
65
65
[:oauth/state-id :uuid " State parameter passed along with the oauth flow" :identity ]
66
66
[:oauth/redirect-url :string " Location to redirect to after login" ]
67
67
You can’t perform that action at this time.
0 commit comments