Invite links for existing users with profile pre-population #30
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?
Generate invite links for existing/known users that pre-populate their profile from data we already have.
Privacy: the profile stays private until the user themselves opts in to make it public — pre-population must not auto-publish.
Filed from the conference-organiser action items (2026-06-24).
Implemented + merged to
development(commitf46945c, merged viaed7b961).The importer engine for #36. Admin pastes a CSV → participant profiles are pre-populated, kept private until the user opts in to publish.
participants_import_csv(admin-gated): header-based, case/space-insensitive,email= dedup key, unknown columns ignored, list columns split on;. Recognized: email, name, title, country, org, sector, bio, linkedin, website, here_to, ask_me_about, can_help_with, love_to_meet, priority_topics.profile_published=false, role=participant, blank/unknown sector → newUnspecified). Existing rows merged fill-empty-only — never clobbers a user's own edits, role, or publish state.Verified at build + test level (clean server/wasm builds, passing test). #36 is now just running this with the real CSV.