[deployer] Create many member instances at once from a saved setup and a list of names #288
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/home#288
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?
The operator should be able to pick a saved setup, enter a list of names, and have the deployer create all of those accounts in one action, provisioning a member instance for each. Each account becomes a real identity on forge.ourworld.tf with its own email and password, and we recommend the person enables Forge two factor sign in. The admin view should show progress and the final state of each member instance in the organization. This depends on the saved setups work and on the per member instance reliability and login guarantees in home#253, so creating an organization never produces a member instance that is stuck or reachable without signing in. Each member instance created this way should also be tagged with its organization, setup, and release channel, so the organization layer (home#289) can later manage the organization as one unit and update it to the latest build without a rebuild. Tracked under home#285.
Signed-by: mik-tf mik-tf@noreply.invalid
mik-tf referenced this issue2026-06-15 22:15:42 +00:00
mik-tf referenced this issue2026-06-15 22:53:17 +00:00
[deployer] Create many accounts at once from a saved setup and a list of namesto [deployer] Create many member instances at once from a saved setup and a list of namesmik-tf referenced this issue2026-06-16 05:58:55 +00:00
Shipped and live. The deployer can create many member instances at once from a saved setup and a list of usernames, tagging each member with its organization, setup, and release channel so the group is managed and refreshed as one unit. This has since been folded into the broader Launcher and organization object in #291. Closing as done.