Files
spoolman2/client
tonym 613176dd42
Some checks failed
CI / style (push) Has been cancelled
CI / build-client (push) Has been cancelled
CI / build-amd64 (push) Has been cancelled
CI / build-tester (push) Has been cancelled
CI / test (cockroachdb) (push) Has been cancelled
CI / test (mariadb) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / test (sqlite) (push) Has been cancelled
CI / build-arm64 (push) Has been cancelled
CI / build-armv7 (push) Has been cancelled
CI / publish-images (push) Has been cancelled
CI / publish-release (push) Has been cancelled
feat: Add database import/export functionality (Issue #10)
Backend:
- New /api/v1/backup/export endpoint - exports all data as single JSON
- New /api/v1/backup/import endpoint - imports JSON with merge or replace
- Handles vendors, filaments, spools, adjustments, settings
- Remaps IDs to maintain relationships during import

Frontend:
- Added Backup & Restore section to Settings page
- Download Backup button for export
- Import with merge or replace options
- Warning confirmation for replace mode

This enables migrating between PostgreSQL and SQLite databases.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 22:47:09 -06:00
..
2024-05-16 12:27:52 +00:00
2024-05-12 21:57:43 +02:00
2026-01-06 00:28:31 +01:00
2023-05-28 23:10:36 +02:00
2023-10-14 13:28:48 +02:00
2026-01-06 01:54:09 +01:00
2026-01-06 13:05:54 +01:00
2026-01-06 13:05:54 +01:00
2023-05-10 21:11:10 +02:00
2024-08-05 19:20:29 +02:00
2023-05-10 21:11:10 +02:00

Spoolman UI

A simple refine based UI for manipulating the data in the Spoolman database.