- Add tracker-db.json: NocoDB version of location tracker workflow - Replaces file-based storage with NocoDB database - Unlimited storage instead of 100-entry limit - Includes CREATE and READ operations for locations table - Add locations-example.csv: Sample location data for NocoDB import - 8 example entries with Munich coordinates - Demonstrates expected data structure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1.1 KiB
1.1 KiB
| 1 | latitude | longitude | timestamp | user_id | first_name | last_name | username | marker_label | display_time | chat_id |
|---|---|---|---|---|---|---|---|---|---|---|
| 2 | 48.1351 | 11.5820 | 2025-01-15T10:30:00.000Z | 123456789 | Max | Mustermann | maxmustermann | Max Mustermann | 15.1.2025, 11:30:00 | 987654321 |
| 3 | 48.1375 | 11.5750 | 2025-01-15T11:45:00.000Z | 123456789 | Max | Mustermann | maxmustermann | Max Mustermann | 15.1.2025, 12:45:00 | 987654321 |
| 4 | 48.1400 | 11.5680 | 2025-01-15T13:15:00.000Z | 123456789 | Max | Mustermann | maxmustermann | Max Mustermann | 15.1.2025, 14:15:00 | 987654321 |
| 5 | 48.1425 | 11.5610 | 2025-01-15T14:30:00.000Z | 123456789 | Max | Mustermann | maxmustermann | Max Mustermann | 15.1.2025, 15:30:00 | 987654321 |
| 6 | 48.1450 | 11.5540 | 2025-01-15T15:45:00.000Z | 123456789 | Max | Mustermann | maxmustermann | Max Mustermann | 15.1.2025, 16:45:00 | 987654321 |
| 7 | 48.1475 | 11.5470 | 2025-01-15T17:00:00.000Z | 987654321 | Anna | Schmidt | annaschmidt | Anna Schmidt | 15.1.2025, 18:00:00 | 123456789 |
| 8 | 48.1500 | 11.5400 | 2025-01-15T18:15:00.000Z | 987654321 | Anna | Schmidt | annaschmidt | Anna Schmidt | 15.1.2025, 19:15:00 | 123456789 |
| 9 | 48.1525 | 11.5330 | 2025-01-15T19:30:00.000Z | 987654321 | Anna | Schmidt | annaschmidt | Anna Schmidt | 15.1.2025, 20:30:00 | 123456789 |