Changelog — TrackerLive
[2026-05-11] — Standalone-app pivot (shared-DB → per-user)
- TrackerLive is now a single-tenant app. Each install owner gets their own isolated TrackerLive workspace; the previous cross-tenant shared-DB model is gone.
- Coming next: in-app staff accounts so multiple people in your operation can log in (DryCleanPro reference build).
Internal
app.json: shared_database flipped to false. members route + permissions removed.
- Schema:
members table dropped.
require_role() / current_member() rewritten to require_auth(). apps/trackerlive/api/members.php and views/members.php deleted.
[2026-04-18] — Renamed
- Renamed from Tracker Pro to TrackerLive (slug
trackerpro → trackerlive).
- Every display string, marketing copy, schema reference, code-comment, folder path, DB filename, and
subscriptions.app_id value now uses the new slug. Platform had not gone live yet, so old URLs are not preserved.
All notable changes to this app are recorded here. Newest entries on top.
[Baseline] — 2026-04-16
- Existing feature set captured as the baseline. Subsequent changes will be prepended above this entry.