Changes for version 0.002.0 - 2026-08-26
- Enhancements
- Add "Combine data" feature (GET /combine): stack rows from two or more data files vertically into a unified view. All columns from all sources appear as headers; cells are blank where a source file lacks that column. Equivalent to a SQL UNION ALL across heterogeneous schemas.
- New "Combine data..." toolbar button (teal) sits next to "Merge data..."; both panels are mutually exclusive (opening one closes the other).
- Export pipeline (GET /export, POST /export) now handles c= params so combined views can be downloaded or saved to disk.
- Internal helpers migrated from Sub::Private (:Private) to Sub::Protected (:Protected) in Dashboard.pm and DataSource.pm for correct OO dispatch in production (morbo/hypnotoad) without the CHECK-phase stash-deletion side-effect that made :Private OO calls fail at runtime.
- "Merge data" button tooltip improved; join chip no longer shows key annotation for combine summaries that have no join key.
Documentation
Modules
Web-based Business Intelligence viewer for flat data files
Home picker, filesystem browser, table viewer, left-join engine, result filter, export, and file upload
Table-agnostic adapter around Database::Abstraction