mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-09 15:06:49 +02:00
📝 Update Documentation (#881)
This commit is contained in:
parent
fc34858f86
commit
7ca9bd5a82
28 changed files with 239 additions and 212 deletions
38
apps/docs/workflow/create.mdx
Normal file
38
apps/docs/workflow/create.mdx
Normal file
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
icon: "circle-1"
|
||||
title: "Create a Poll"
|
||||
description: "How to create a scheduling poll with Rallly"
|
||||
---
|
||||
|
||||
Go to [app.rallly.co](https://app.rallly.co) and click
|
||||
on [New Poll](https://app.rallly.co/new).
|
||||
|
||||
<Steps>
|
||||
<Step title="Enter Event Details">
|
||||
Enter the title of your poll. You can also add a description to your poll if
|
||||
you want to give your participants more information about the event.
|
||||
|
||||
<Frame></Frame>
|
||||
|
||||
</Step>
|
||||
<Step title="Select Dates or Times">
|
||||
Use the calendar to select various options for your participants to vote for.
|
||||
<Tabs>
|
||||
<Tab title="Month View">
|
||||
<Frame caption="Use Month View to select dates or create repeating time slots">
|
||||

|
||||
</Frame>
|
||||
</Tab>
|
||||
<Tab title="Week View">
|
||||
<Frame caption="Use Week View to draw time slot options on a calendar">
|
||||

|
||||
</Frame>
|
||||
</Tab>
|
||||
</Tabs>
|
||||
</Step>
|
||||
<Step title="Click Create Poll">
|
||||
Click the <strong>Create Poll</strong> button to create your poll and get your **Invite Link**.
|
||||
</Step>
|
||||
</Steps>
|
||||
|
||||
Once your poll is created you can start [inviting participants](/workflow/invite) to your poll.
|
27
apps/docs/workflow/finalize.mdx
Normal file
27
apps/docs/workflow/finalize.mdx
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
icon: "circle-3"
|
||||
title: "Finalize"
|
||||
description: "Pick a final date for your event"
|
||||
---
|
||||
|
||||
<Steps>
|
||||
<Step title="Review your results">
|
||||
Click **Manage** and select **Finalize** from the dropdown menu.
|
||||
|
||||
<Frame></Frame>
|
||||
|
||||
</Step>
|
||||
<Step title="Finalize">
|
||||
Select your preferred date from the list and click **Finalize**.
|
||||
|
||||
This will:
|
||||
|
||||
1. Send an email to you with a calendar invite for the selected date
|
||||
2. Send an email to the attendees with the calendar invite.
|
||||
3. Close the poll and prevent any further votes.
|
||||
|
||||
The selected date will be displayed on your finalized poll for everyone to see.
|
||||
|
||||
<Frame></Frame>
|
||||
</Step>
|
||||
</Steps>
|
29
apps/docs/workflow/invite.mdx
Normal file
29
apps/docs/workflow/invite.mdx
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
icon: "circle-2"
|
||||
title: "Invite Participants"
|
||||
description: "Collect responses from your participants by sharing your invite link"
|
||||
---
|
||||
|
||||
<Steps>
|
||||
<Step title="Share your Invite Link">
|
||||
Click the **Share** button to open the dialog containing your **Invite
|
||||
Link**.
|
||||
<Frame caption="Hint: You can copy the link by clicking on it">
|
||||

|
||||
</Frame>
|
||||
</Step>
|
||||
<Step title="Wait for participants to vote">
|
||||
Participants can submit their votes by following the instructions.
|
||||
|
||||
<Note>Have a look at the [Participant Guide](/guide/participant-guide) for details on how participants can vote.</Note>
|
||||
|
||||
<Frame></Frame>
|
||||
|
||||
As participants respond, you can review the results to see which dates are preferred.
|
||||
|
||||
<Frame></Frame>
|
||||
|
||||
</Step>
|
||||
</Steps>
|
||||
|
||||
Once all participants have responded you can proceed with [finalizing your poll](/workflow/finalize).
|
Loading…
Add table
Add a link
Reference in a new issue