chore: rename ImportExport module to Import
This commit is contained in:
parent
ce542eae3e
commit
b18f895939
10 changed files with 161 additions and 197 deletions
|
|
@ -1,7 +1,7 @@
|
|||
defmodule Mv.Membership.Import.ImportRunner do
|
||||
@moduledoc """
|
||||
Orchestrates CSV member import: file reading, progress tracking, chunk processing,
|
||||
and error formatting. Used by `MvWeb.ImportExportLive` to keep LiveView thin.
|
||||
and error formatting. Used by `MvWeb.ImportLive` to keep LiveView thin.
|
||||
|
||||
This module does not depend on Phoenix or LiveView. It provides pure functions for
|
||||
progress/merge and side-effectful helpers (read_file_entry, process_chunk) that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue