Skip to content

Commit

Permalink
update FAQ's abt timezones
Browse files Browse the repository at this point in the history
  • Loading branch information
quick007 committed Feb 16, 2024
1 parent c62dbb9 commit 955807d
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions components/faq/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,29 @@ import { ComponentChildren } from "preact";

export const faqs: FAQ[] = [
{
q: "How can I get beta access?",
a: "DM quick007 on Discord for beta access",
q: "How can I get alpha access?",
a: "We are currently in a closed alpha and not accepting new clients",
},
{
q: "Is Events open source?",
a: "Yes! We are open source with an Apache 2.0 license.",
},
{
q: "Is Events free?",
a: "We have a generous free tier that allows for a good amount of usage.",
a: "We have a generous free tier that allows for a decent amount of usage. You can easily run a small to medium sized event for free!",
},
{
q: "Can users register after my event has started?",
a: "By default, users can sign up before the event and a few minutes into it. You can change this in your event settings.",
a: "By default, users can sign up before the event and a few minutes after it has started.",
},
{
q: "How do timezones work for events without a time?",
a: "Events without a specific time of day set will always have the same date, regardless of timezone. Note that the event settings page may display an incorrect date if you're in a different timezone than when the date was selected."
},
{
q: "How do timezones work for events with a time?",
a: "Events with a time of day set will always convert to the user's timezone that is viewing the event. The event settings page will do it's best to convert to the user's local timezone."
}
];

export interface FAQ {
Expand Down

0 comments on commit 955807d

Please sign in to comment.