== Suggestion for a missing component == === Actors === User === Scenario === 1. The user clicks on the "COMPONENTS" dropdown [[Image(componentsDropdown.png)]] 2. A dropdown list is displayed and then upon selection a popup with components. [[Image(componentsList.png)]] 3. If the component the user is looking for is missing, they can click on the "SUGGEST COMPONENT" dropdown {{{ INSERT INTO suggestions (user_id, link, description, component_type) VALUES ($userId, $link, $description, $componentType) }}} [[Image(componentSuggestion.png)]]