== Suggestion for a missing component == === Actors === User === Scenario === 1. The user clicks on the "COMPONENTS" dropdown 2. A dropdown list is displayed and then upon selection a popup with components. 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) }}}