thoughtspile / hippotable

👩🏻‍🔬📊 Lightweight data analysis in your browser
https://thoughtspile.github.io/hippotable/
GNU General Public License v3.0
74 stars 3 forks source link

[feat] Multi-table import #7

Open thoughtspile opened 10 months ago

thoughtspile commented 10 months ago
  1. Add a "plus" FAB to add a new table, open file picker on click.
  2. When several tables are open, tabs at the top of the screen (above header) should switch between tables.
  3. Pipelines for all the tables should be independent.
  4. All the active files should be URL-persisted.
  5. Show only one table at once, but keep the data (including evaluated pipelines) for all the tables in memory.

Additional context

This feature should prepare us for multi-table mode (join / concat). Features explicitly removed from MVP scope: