vikunja/pkg/modules/migration/csv
kolaente 13106a03ff refactor(migration): extract file/CSV migrate orchestration into shared funcs
Pull the StartMigration -> Migrate -> FinishMigration orchestration out of
the v1 echo handlers into handler.RunFileMigration and csv.RunMigration so
the v2 API can reuse the exact same business logic. v1 is refactored onto
them and stays byte-identical on the wire.

Also tag the CSV detect/preview/config DTOs with doc:/enum: so they carry
descriptions in the v2 OpenAPI schema (ignored by v1 swaggo/xorm).
2026-06-12 10:05:28 +02:00
..
csv.go refactor(migration): extract file/CSV migrate orchestration into shared funcs 2026-06-12 10:05:28 +02:00
csv_test.go feat(migration): add generic CSV import with column mapping 2026-04-07 15:20:06 +00:00
handler.go refactor(migration): extract file/CSV migrate orchestration into shared funcs 2026-06-12 10:05:28 +02:00