mirror of
https://github.com/svm0n/datadeck.git
synced 2026-07-22 08:31:46 +00:00
No description
- Travel: headers were Country/Notes but analyzeTravel reads literal
lowercase keys — the scaffolded file opened in Travel view with every
row silently dropped. Now exactly travel.py's flat-CSV columns,
including city/visa_status/resolved (tourist detection + residency
exemptions read them).
- Tasks: added Type + Project (the columns the view's sections/grouping
are designed around — without Project, grouping fell back to Priority
headings), and Status is no longer typed Checkbox: the Add-form toggle
wrote 1/0 that the view's DONE_WORDS vocabulary didn't recognise.
DONE_WORDS also gains "1" so files from the old template still read.
- Habits: habitColumns pinned (auto-detect needs a row of values, so a
fresh file had zero toggles) and statusColumn explicitly disabled
("Read" is a status alias that polluted Stats/Library).
- New: Create chart file — a Date/Value/Notes measurement log pinned to
the Chart view with Value on Y and the fit line on.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
||
|---|---|---|
| src | ||
| test-support | ||
| bench-load.mjs | ||
| esbuild.config.mjs | ||
| main.js | ||
| main.ts | ||
| styles.css | ||
| test-csv-parser.mjs | ||
| test-plugin-logic.mjs | ||
| test-view-smoke.mjs | ||
| world-map.svg | ||