== Editing their build == === Actors === User, Admin === Scenario === 1. In their dashboard, the user clicks on the desired build, and in the details popup on "EDIT" 2. They are redirected to the forge where they can proceed with editing their build {{{ SELECT id FROM build WHERE id = $buildId AND user_id = $userId AND is_approved = false LIMIT 1; }}}