Karl Hakkarainen
My feedback
139 results found
-
159 votes
Evgeny Zaritovskiy responded
No progress
Karl Hakkarainen supported this idea ·
-
45 votes
An error occurred while saving the comment Karl Hakkarainen supported this idea ·
-
3 votes
Karl Hakkarainen supported this idea ·
-
14 votes
Karl Hakkarainen supported this idea ·
-
98 votes
Karl Hakkarainen supported this idea ·
-
5 votes
Karl Hakkarainen supported this idea ·
-
73 votes
Karl Hakkarainen supported this idea ·
-
83 votes
Karl Hakkarainen supported this idea ·
-
1 vote
Karl Hakkarainen shared this idea ·
-
2 votes
Karl Hakkarainen shared this idea ·
-
28 votes
Karl Hakkarainen supported this idea ·
-
12 votes
Karl Hakkarainen supported this idea ·
-
42 votes
Karl Hakkarainen supported this idea ·
-
86 votes
Karl Hakkarainen supported this idea ·
-
27 votes
Karl Hakkarainen supported this idea ·
-
14 votes
Karl Hakkarainen supported this idea ·
-
30 votes
Karl Hakkarainen supported this idea ·
An error occurred while saving the comment Karl Hakkarainen commented
We'd be willing to pay for additional storage. We need to keep an archive of meeting minutes and other organizational documents. At present, we are storing these docs on a Google Drive and linking from our WA site. This gets unwieldy because we need to give our admins write-access to the Google Drive as well as their WA admin privs.
-
1 vote
An error occurred while saving the comment Karl Hakkarainen commented
Answered my own question. I used split() to unpack the datetime string, remove the errant colon in the timezone field, and repack the string:
def xDate(d): d | split(":") | .[0] + ":" + .[1] + ":" + .[2] + .[3] | strptime("%Y-%m-%dT%H:%M:%S%z") ; .| xDate(.StartDate) | strftime("%B %m")
Karl Hakkarainen shared this idea ·
-
2 votes
Karl Hakkarainen shared this idea ·
-
6 votes
Karl Hakkarainen shared this idea ·
We need to be able to include Zoom meeting links for our events. Because we need to ensure that people have registered and paid for the events, we cannot include the Zoom link in the event description.
We've tried putting the Zoom link in the confirmation email. People often do not keep the confirmation email handy, particularly when they're registering a month or two in advance.
We do send emails to people who are registered, but we've also had recurring issues of people not receiving the emails.
So, it would be very helpful to be able to include information on the webpage or in the event itself that's visible only to the registrants.