diff --git a/README.md b/README.md index 4895020..05a2bab 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,55 @@ Or with Node: `npm install && npm start` --- +## Screenshots + + + + + + + + + + + + + + +
+ +**Guided dashboard on day one** +![Beginner PM Command Center dashboard](docs/screenshots/02-dashboard.png) + + + +**Every task, owned and tracked** +![Tracking view with a department expanded](docs/screenshots/03-tracking-tasks.png) + +
+ +**Org flow at a glance** +![SVG map view showing departments and owners](docs/screenshots/04-map-view.png) + + + +**Auto-assign and workload balancing** +![Team Manager with workload dashboard](docs/screenshots/05-team-manager.png) + +
+ +**Maintenance pipeline** +![Work Orders kanban board](docs/screenshots/06-work-orders.png) + + + +**Rent, leases, and delinquency** +![Portfolio tab showing lease and past-due chips](docs/screenshots/07-portfolio.png) + +
+ +--- + ## Features ### Task Tracking — The Core View @@ -394,6 +443,33 @@ Chrome 80+, Firefox 74+, Safari 13.1+, Edge 80+. Mobile touch targets are optimi --- +## Roadmap + +This is an actively developed proof of concept, not a finished product — here's the honest state of things. + +**Shipped:** +- Task ownership tracking across 17 departments with auto-assign and workload balancing +- Maintenance work order pipeline (intake → scheduled → in progress → completed) +- Property, tenant, and vendor registry with lease dates, rent, and delinquency tracking +- Document links (lease PDFs, COIs, W9s) via external URL — no file storage needed +- CSV bulk import/export for the whole portfolio +- Optional self-hosted Team Sync so more than one person can use this at once +- Operations handbook export, audit log, auto-backups, guided first-week setup + +**Next up:** +- Real notifications (email/SMS) instead of same-session browser alerts +- Actual file uploads for documents, not just external links +- Exportable rent-roll and delinquency reports formatted for owners +- Field-level conflict resolution for Team Sync (right now a true conflict resolves as "take theirs or take mine," not a merge) + +**Further out, not committed to:** +- A tenant-facing portal (payment status, maintenance requests) +- Real user accounts/roles instead of the shared-passphrase workspace model + +If you're evaluating this for real use today: the core ownership/maintenance/portfolio workflow is solid and tested. Team Sync is genuinely useful for a small trusted team but intentionally skips enterprise auth. Treat it as what it is — a fast, honest way to see whether this kind of tool is worth building further for your company. + +--- + ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md). PRs welcome — especially department templates, mobile UX improvements, and visualization options. diff --git a/docs/screenshots/01-onboarding.png b/docs/screenshots/01-onboarding.png new file mode 100644 index 0000000..5b7d2bd Binary files /dev/null and b/docs/screenshots/01-onboarding.png differ diff --git a/docs/screenshots/02-dashboard.png b/docs/screenshots/02-dashboard.png new file mode 100644 index 0000000..7eac065 Binary files /dev/null and b/docs/screenshots/02-dashboard.png differ diff --git a/docs/screenshots/03-tracking-tasks.png b/docs/screenshots/03-tracking-tasks.png new file mode 100644 index 0000000..cd818aa Binary files /dev/null and b/docs/screenshots/03-tracking-tasks.png differ diff --git a/docs/screenshots/04-map-view.png b/docs/screenshots/04-map-view.png new file mode 100644 index 0000000..6651388 Binary files /dev/null and b/docs/screenshots/04-map-view.png differ diff --git a/docs/screenshots/05-team-manager.png b/docs/screenshots/05-team-manager.png new file mode 100644 index 0000000..f1a0130 Binary files /dev/null and b/docs/screenshots/05-team-manager.png differ diff --git a/docs/screenshots/06-work-orders.png b/docs/screenshots/06-work-orders.png new file mode 100644 index 0000000..3fccd6a Binary files /dev/null and b/docs/screenshots/06-work-orders.png differ diff --git a/docs/screenshots/07-portfolio.png b/docs/screenshots/07-portfolio.png new file mode 100644 index 0000000..f0e1fd8 Binary files /dev/null and b/docs/screenshots/07-portfolio.png differ