From 748e2ed9c9d91cc1e90ab44669e3b64eacc02ad3 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 28 Nov 2023 21:35:59 -0500 Subject: add lessons learned about pad --- 2023/organizers-notebook.md | 64 +++++++++++++++++++++++++++++---------------- 1 file changed, 42 insertions(+), 22 deletions(-) (limited to '2023/organizers-notebook.md') diff --git a/2023/organizers-notebook.md b/2023/organizers-notebook.md index 5bb168a7..e5af5fde 100644 --- a/2023/organizers-notebook.md +++ b/2023/organizers-notebook.md @@ -30,6 +30,7 @@ Help wanted: - [Prepare for the conference](#status) - [Get ready for production](#go-live) - [Volunteers](#coordinate-volunteers) + - [Lessons learned](#orgabf844a) - [Progress reports](#progress) - [E-mail templates](#templates) - [Review](#review) @@ -1208,6 +1209,7 @@ Creating new rooms "Create a BBB room for this group of talks. GROUP is (email . (talk talk talk)). Needs a Spookfox connection." + (interactive (list (emacsconf-mail-complete-email-group))) (let* ((bbb-name (format "%s (%s) - %s%s" (mapconcat (lambda (o) (plist-get o :slug)) (cdr group) ", ") @@ -1743,7 +1745,7 @@ AM: 9-12 PM EST, PM: 1-5 PM EST (plus a little extra for setup/transition) Saturday Dec 2 2023 - +
@@ -1776,9 +1778,9 @@ Saturday Dec 2 2023 - + - + @@ -1787,9 +1789,9 @@ Saturday Dec 2 2023 - + - + @@ -1798,9 +1800,9 @@ Saturday Dec 2 2023 - + - + @@ -1809,9 +1811,9 @@ Saturday Dec 2 2023 - + - + @@ -1821,7 +1823,7 @@ Saturday Dec 2 2023 Sunday Dec 3 2023 -
Gen AM zaeph sachac FlowyCoder     sachac
Gen PM zaph sachac FlowyCoder     sachac
Dev AM bandali sachac FlowyCoder     sachac
Dev PM bandali sachac FlowyCoder     sachac
+
@@ -1854,9 +1856,9 @@ Sunday Dec 3 2023 - + - + @@ -1865,9 +1867,9 @@ Sunday Dec 3 2023 - + - + @@ -1876,9 +1878,9 @@ Sunday Dec 3 2023 - + - + @@ -1887,9 +1889,9 @@ Sunday Dec 3 2023 - + - + @@ -1910,8 +1912,17 @@ Interested in a shift? Please e-mail and ,@(apply #'append (mapcar (lambda (day) - (let ((headers (mapcar (lambda (field) (intern (concat ":" (downcase field)))) - (cdr (car (cadr day)))))) + (let ((headers + (mapcar + (lambda (field) + (intern + (concat + ":" + (downcase + (if (string-match org-link-bracket-re field) + (match-string 2 field) + field))))) + (cdr (car (cadr day)))))) (mapcar (lambda (row) (apply #'append @@ -1941,8 +1952,8 @@ Interested in a shift? Please e-mail and (cdr (cadr day))) )) (list - (list "sat" sat "2022-12-03") - (list "sun" sun "2022-12-04")))))) + (list "sat" sat "2023-12-02") + (list "sun" sun "2023-12-03")))))) ### DONE Document volunteer roles @@ -1950,6 +1961,15 @@ Interested in a shift? Please e-mail and Copied it over from the previous year + + +## Lessons learned + +- Make sure timezones are on anything that has time (schedule page, watch pages, etc.) +- Remember to publish the icals and schedule org files: `emacsconf-update-schedule`. Added to the schedule-details.md. +- For really late submissions, make sure you also create the pad (`emacsconf-pad-prepopulate-talk-pad`) and the BBB room (`emacsconf-spookfox-create-bbb`). + + # Progress reports -- cgit v1.2.3
Gen AM zaeph sachac FlowyCoder     sachac
Gen PM zaeph sachac FlowyCoder     sachac
Dev AM bandali sachac FlowyCoder     sachac
Dev PM bandali sachac FlowyCoder     sachac