Files
bincio-activity/bincio/extract
Davide Scaini 7dcb1e6dd0 refactor: extract/ingest facade, merge_one, deduplicate ops constants
- Add bincio/extract/ingest.py as a facade over the extract internals (ingest_parsed, strava_sync), reducing coupling from 6+ imports to one
  - Add merge_one() to merge.py — fast single-activity path for interactive edits (rewrites one file + index, skips full directory rebuild)
  - Rewrite edit/ops.py to delegate to the new facade; fix broken run_strava_sync return (was referencing undefined locals)
  - Remove duplicated SPORTS, STAT_PANELS, VALID_ACTIVITY_ID from edit/server.py — now imported from ops.py
2026-04-09 12:05:01 +02:00
..
2026-04-01 19:00:28 +02:00
2026-03-28 13:59:36 +01:00
2026-04-01 11:05:00 +02:00
2026-03-31 23:22:12 +02:00
2026-03-28 13:59:36 +01:00
2026-04-06 22:25:57 +02:00
2026-04-06 12:38:41 +02:00
2026-03-28 13:59:36 +01:00
2026-03-31 23:22:12 +02:00
2026-04-01 19:00:28 +02:00