feat: Phase 1 — mycelium IP auto-fill in add node form (#72) #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik02"
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?
Summary
Phase 1 of the scaling architecture initiative (#72) — adds a "Mycelium IPv6 (optional, auto-fill)" field to the farmer Register Node form. If populated, the form POSTs to the new backend
/dashboard/nodes/from-explorerendpoint which auto-fills capacity from real heartbeat data. If empty, falls back to the existing manual entry flow — zero regression.Changes
src/pages/dashboard_nodes.rs:42-205— new optionalmycelium_ipinput at the top of the form, info alert explaining the flow, and conditional POST target based on whether the field is populated.Validation
Deployed as
:development_mik02via docker-compose override ondev-app.projectmycelium.org. Visual check on/dashboard/nodesconfirms the new field appears and the empty-field path still uses/dashboard/resource_provider-nodes-enhanced.from-explorer.Related