docs: update docs
This commit is contained in:
parent
31624e460b
commit
80fe73a561
2 changed files with 7 additions and 2 deletions
|
|
@ -152,7 +152,9 @@ lib/
|
||||||
│ │ ├── membership_fee_settings_live.ex # Membership fee settings
|
│ │ ├── membership_fee_settings_live.ex # Membership fee settings
|
||||||
│ │ ├── global_settings_live.ex # Global settings
|
│ │ ├── global_settings_live.ex # Global settings
|
||||||
│ │ ├── group_live/ # Group management LiveViews
|
│ │ ├── group_live/ # Group management LiveViews
|
||||||
│ │ ├── import_export_live.ex # CSV import/export LiveView
|
│ │ ├── import_export_live.ex # CSV import/export LiveView (mount/events/glue only)
|
||||||
|
│ │ ├── import_export_live/ # Import/Export UI components
|
||||||
|
│ │ │ └── components.ex # custom_fields_notice, template_links, import_form, progress, results
|
||||||
│ │ └── contribution_type_live/ # Contribution types (mock-up)
|
│ │ └── contribution_type_live/ # Contribution types (mock-up)
|
||||||
│ ├── auth_overrides.ex # AshAuthentication overrides
|
│ ├── auth_overrides.ex # AshAuthentication overrides
|
||||||
│ ├── endpoint.ex # Phoenix endpoint
|
│ ├── endpoint.ex # Phoenix endpoint
|
||||||
|
|
|
||||||
|
|
@ -696,11 +696,14 @@ lib/
|
||||||
│ └── membership/
|
│ └── membership/
|
||||||
│ └── import/
|
│ └── import/
|
||||||
│ ├── member_csv.ex # prepare + process_chunk
|
│ ├── member_csv.ex # prepare + process_chunk
|
||||||
|
│ ├── import_runner.ex # orchestration: file read, progress merge, chunk process, error format
|
||||||
│ ├── csv_parser.ex # delimiter detection + parsing + BOM handling
|
│ ├── csv_parser.ex # delimiter detection + parsing + BOM handling
|
||||||
│ └── header_mapper.ex # normalization + header mapping
|
│ └── header_mapper.ex # normalization + header mapping
|
||||||
└── mv_web/
|
└── mv_web/
|
||||||
└── live/
|
└── live/
|
||||||
└── global_settings_live.ex # add import section + LV message loop
|
├── import_export_live.ex # mount / handle_event / handle_info + glue only
|
||||||
|
└── import_export_live/
|
||||||
|
└── components.ex # UI: custom_fields_notice, template_links, import_form, import_progress, import_results
|
||||||
|
|
||||||
priv/
|
priv/
|
||||||
└── static/
|
└── static/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue