Pole Tracker

Sign in to view and update your team's project

Select a Project

Choose a project to open

?
Sign in
⚠️ Offline

📊 Station Details — Whole Project

0
Total Labor Hrs
0
Completed Hrs
0%
Overall Complete
Pole
WO
CU / Description
Qty
Type
Workfunction
Work Type
Labor Hrs
% Complete

Create your profile

Enter your name so your updates can be attributed to you. Everything you mark complete or note is recorded against this name in the activity log.

Activity Log

Version History

Snapshots capture progress state (completion, percentages, notes) so a bad upload or mistaken bulk edit can be rolled back. Photos are not included — they are too large to snapshot in browser storage.

Projects

Each project has its own link and its own stored data. Share a project link to send someone straight to it.

Team Sync & Accounts

1. Create your free Supabase project

  1. Go to supabase.com/dashboard and sign in
  2. Click New Project (create an Organization first if asked)
  3. Name it pole-tracker, generate a database password, region East US, plan Free
  4. Wait ~2 minutes for it to finish setting up
  5. Click the Connect button at the top of the dashboard (fastest way to get both values), or open Project Settings → API Keys in the left sidebar

Do not copy the service_role or secret key — that one is admin-level and must stay private. Use the anon public key (or the newer publishable key) instead.

2. Connect this app

3. Set up the database (once)

In Supabase open SQL Editor → New query, paste this, and click Run. It creates the tables and the permission rules that enforce user roles.

Already ran an earlier version of this before Team Management existed? Run this small update instead of the full script above:

4. Sign in

Your crew signs up with their work email. New members get the editor role (can update progress); owners and admins can also upload data and manage the team.

Manage Team

Assign a role to an email address before that person even signs up — the role attaches automatically the first time they sign in with it. Owners can only be changed directly in Supabase, to avoid accidentally locking everyone out.

Add or update a member