== Submit a build for review == === Actors === User, Admin === Scenario === 1. In the forge, after the user is satisfied with their components, they scroll to the bottom of the page and click "SUBMIT BUILD FOR REVIEW" [[Image(clickSubmitBuild.png, width=800, height=420)]] 2. The user has the option to enter a description for the build, describing the use case for the machine. [[Image(description.png, width=800, height=420)]] 3. The server saves the build and sends it to the admin for approval {{{ SELECT id, is_approved FROM build WHERE id = $buildId AND user_id = $userId LIMIT 1; UPDATE build SET name = $name, description = $description WHERE id = $buildId }}} [[Image(newBuild.png, width=800, height=420)]]