Commit Graph

4 Commits

Author SHA1 Message Date
a021f00d1b Fix NocoDB API query to sort locations by timestamp
Add sorting to the "Lade Daten aus NocoDB" node to return locations
in descending chronological order (newest first). This ensures the
web interface displays all location entries correctly, not just the
first unsorted entry.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-14 10:53:16 +00:00
39b3ec418f Dateien nach "/" hochladen 2025-11-14 10:47:25 +00:00
d4a5bf7c0a Add NocoDB-based workflow and example data
- 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>
2025-11-14 10:06:27 +00:00
bf10598861 first commit 2025-11-14 09:58:21 +00:00