Bunch of updates to scheduling
This commit is contained in:
@@ -2570,6 +2570,7 @@ body.cm-search-active .md-header--cm-hidden .md-search__output {
|
||||
<hr />
|
||||
<h2 id="1-log-in">1. Log In<a class="headerlink" href="#1-log-in" title="Permanent link">¶</a></h2>
|
||||
<p>Open the admin panel at <code>http://localhost:3000</code> (or <code>app.DOMAIN</code> in production) and sign in with the admin email and password you configured during setup.</p>
|
||||
<p><img alt="Login Page" loading="lazy" src="../../../assets/images/screenshots/getting-started/login.png" /></p>
|
||||
<div class="admonition warning">
|
||||
<p class="admonition-title">Change your password</p>
|
||||
<p>If you used the wizard's generated password, change it immediately from <strong>Settings > Organization</strong>.</p>
|
||||
@@ -2577,6 +2578,7 @@ body.cm-search-active .md-header--cm-hidden .md-search__output {
|
||||
<hr />
|
||||
<h2 id="2-explore-the-dashboard">2. Explore the Dashboard<a class="headerlink" href="#2-explore-the-dashboard" title="Permanent link">¶</a></h2>
|
||||
<p>The dashboard gives you an at-a-glance view of platform activity. Initially it will be empty — that's normal.</p>
|
||||
<p><img alt="Admin Dashboard" loading="lazy" src="../../../assets/images/screenshots/getting-started/dashboard.png" /></p>
|
||||
<hr />
|
||||
<h2 id="3-configure-settings">3. Configure Settings<a class="headerlink" href="#3-configure-settings" title="Permanent link">¶</a></h2>
|
||||
<p>Visit <strong>Settings</strong> (<code>/app/settings</code>) to:</p>
|
||||
@@ -2587,6 +2589,7 @@ body.cm-search-active .md-header--cm-hidden .md-search__output {
|
||||
<li>Configure email delivery (MailHog for testing, production SMTP for live use)</li>
|
||||
<li>Check the <strong>System</strong> tab to verify your installation and check for updates</li>
|
||||
</ul>
|
||||
<p><img alt="Settings Page" loading="lazy" src="../../../assets/images/screenshots/getting-started/settings-organization.png" /></p>
|
||||
<hr />
|
||||
<h2 id="4-create-your-first-campaign">4. Create Your First Campaign<a class="headerlink" href="#4-create-your-first-campaign" title="Permanent link">¶</a></h2>
|
||||
<p>Go to <strong>Campaigns</strong> (<code>/app/campaigns</code>) and click <strong>Create Campaign</strong>:</p>
|
||||
@@ -2596,6 +2599,7 @@ body.cm-search-active .md-header--cm-hidden .md-search__output {
|
||||
<li>Select government levels to target</li>
|
||||
<li>Publish — the campaign appears at <code>/campaigns</code></li>
|
||||
</ol>
|
||||
<p><img alt="Campaigns Page" loading="lazy" src="../../../assets/images/screenshots/getting-started/campaigns.png" /></p>
|
||||
<hr />
|
||||
<h2 id="5-add-locations">5. Add Locations<a class="headerlink" href="#5-add-locations" title="Permanent link">¶</a></h2>
|
||||
<p>Go to <strong>Locations</strong> (<code>/app/map</code>) and add addresses:</p>
|
||||
@@ -2604,6 +2608,7 @@ body.cm-search-active .md-header--cm-hidden .md-search__output {
|
||||
<li>Import a CSV of addresses</li>
|
||||
<li>Use the NAR (National Address Register) import for Canadian data</li>
|
||||
</ul>
|
||||
<p><img alt="Locations Page" loading="lazy" src="../../../assets/images/screenshots/getting-started/locations.png" /></p>
|
||||
<hr />
|
||||
<h2 id="6-schedule-a-shift">6. Schedule a Shift<a class="headerlink" href="#6-schedule-a-shift" title="Permanent link">¶</a></h2>
|
||||
<p>Go to <strong>Shifts</strong> (<code>/app/map/shifts</code>) and create your first volunteer shift:</p>
|
||||
@@ -2612,6 +2617,7 @@ body.cm-search-active .md-header--cm-hidden .md-search__output {
|
||||
<li>Optionally link it to a canvassing area</li>
|
||||
<li>Share the public shifts page (<code>/shifts</code>) with volunteers</li>
|
||||
</ol>
|
||||
<p><img alt="Shifts Page" loading="lazy" src="../../../assets/images/screenshots/getting-started/shifts.png" /></p>
|
||||
<hr />
|
||||
<h2 id="7-invite-volunteers">7. Invite Volunteers<a class="headerlink" href="#7-invite-volunteers" title="Permanent link">¶</a></h2>
|
||||
<p>Share the shifts page link or generate QR codes for in-person events. Volunteers sign up with just an email address.</p>
|
||||
|
||||
Reference in New Issue
Block a user