docs: CLAUDE.md audit — add backup sidecar, missing files, update open items
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
108c1be057
commit
778686e7ce
1 changed files with 7 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ This repository ingests the Tracksolid Pro API into a TimescaleDB/PostGIS databa
|
||||||
| Visualisation | Grafana (provisioned via custom image) |
|
| Visualisation | Grafana (provisioned via custom image) |
|
||||||
| Workflow automation | n8n |
|
| Workflow automation | n8n |
|
||||||
| API source | Tracksolid Pro / Jimi IoT Open Platform (`eu-open.tracksolidpro.com/route/rest`) |
|
| API source | Tracksolid Pro / Jimi IoT Open Platform (`eu-open.tracksolidpro.com/route/rest`) |
|
||||||
|
| Backup | pg_dump sidecar → rustfs S3 (`fleet-db` bucket), nightly |
|
||||||
| Version control | Forgejo at `repo.rahamafresh.com` |
|
| Version control | Forgejo at `repo.rahamafresh.com` |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -84,6 +85,11 @@ docs/ # Reference docs (connections, API, KPIs, project co
|
||||||
docs/superpowers/ # Pitch specs and implementation plans (not deployed code)
|
docs/superpowers/ # Pitch specs and implementation plans (not deployed code)
|
||||||
02_tracksolid_full_schema_rev.sql # Full schema bootstrap
|
02_tracksolid_full_schema_rev.sql # Full schema bootstrap
|
||||||
03..06_*.sql # Incremental migrations (06 adds assigned_city, dispatch_log, ops.*)
|
03..06_*.sql # Incremental migrations (06 adds assigned_city, dispatch_log, ops.*)
|
||||||
|
07_analytics_views.sql # Analytics views migration (applied 2026-04-21)
|
||||||
|
Dockerfile # Custom image for ingest/webhook containers
|
||||||
|
pyproject.toml # Python project + uv dependency spec
|
||||||
|
OPERATIONS_MANUAL.md # Day-to-day ops runbook
|
||||||
|
backup/ # pg_dump sidecar scripts and config
|
||||||
01_BusinessAnalytics.md # SQL analytics library — read before writing queries
|
01_BusinessAnalytics.md # SQL analytics library — read before writing queries
|
||||||
20260414_FS__Logistics - final_fixed.csv # 144-device driver/vehicle source data
|
20260414_FS__Logistics - final_fixed.csv # 144-device driver/vehicle source data
|
||||||
tracksolidApiDocumentation.md # API endpoint reference
|
tracksolidApiDocumentation.md # API endpoint reference
|
||||||
|
|
@ -209,7 +215,7 @@ Latest full snapshot: `260412_baseline_report.md`
|
||||||
| Priority | Item |
|
| Priority | Item |
|
||||||
|---|---|
|
|---|---|
|
||||||
| HIGH | Run `import_drivers_csv.py --apply` — 144 X3/JC400P devices with names + plates waiting |
|
| HIGH | Run `import_drivers_csv.py --apply` — 144 X3/JC400P devices with names + plates waiting |
|
||||||
| HIGH | Register webhooks: `/pushobd` `/pushoil` `/pushtem` `/pushlbs` `/pushevent` |
|
| HIGH | Register webhooks: `/pushoil` `/pushtem` `/pushlbs` (auto-register on push now done — commit 257643c) |
|
||||||
| HIGH | Investigate X3-63282 in Kampala — legitimate or unauthorised? |
|
| HIGH | Investigate X3-63282 in Kampala — legitimate or unauthorised? |
|
||||||
| MEDIUM | Set `fuel_100km` per vehicle type to activate fuel cost calculations |
|
| MEDIUM | Set `fuel_100km` per vehicle type to activate fuel cost calculations |
|
||||||
| MEDIUM | Investigate 44 silent devices (only 19 of 63 reporting) — SIM installed? Activated? |
|
| MEDIUM | Investigate 44 silent devices (only 19 of 63 reporting) — SIM installed? Activated? |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue