== Forge a new build == === Actors === User, Admin === Scenario === 1. The user clicks on the "FORGE" button [[Image(clickForge.png)]] 2. A new build is created and a new forge page is displayed {{{ INSERT INTO build (user_id, name, created_at, description, total_price, is_approved) VALUES ($userId, $name, CURRENT_DATE, $description, 0.00, false) }}} [[Image(showForge.png)]]