[FEATURE]: Implement Admin Global Settings LiveView UI for import #335
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
optional
question
S
UX research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#337 [FEATURE]: Import: Documentation Polish (Inline Help Text + Docs)
local-it/mitgliederverwaltung
#334 [FEATURE]: Implement persistence via Ash Create
local-it/mitgliederverwaltung
Reference: local-it/mitgliederverwaltung#335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
UI section with upload, progress, results, and template links.
Tasks:
allow_upload/3:.csvonly,max_entries: 1,max_file_size: 10MB,auto_upload: falsehandle_event("start_import", ...):MemberCSV.prepare/2import_statein assigns (chunks + column_map + metadata)send(self(), {:process_chunk, 0})handle_info({:process_chunk, idx}, socket):import_stateMemberCSV.process_chunk/3;delimiter fixtureTemplate links:
/templates/member_import_en.csvand/templates/member_import_de.csvvia Phoenix static path helpers.External or internal Dependencies
#334