== Admin review of a component suggestion == === Actors === Admin === Scenario === 1. The admin opens the admin dashboard 2. A table with all the component suggestions is displayed [[Image(adminDashboard.png)]] 3. The admin can choose whether to approve or reject the suggestions 4. Upon choosing, a popup asking for reasoning behind the choice is displayed 5. The admin gives their reasoning and the status of the suggestion is changed {{{ UPDATE suggestions SET admin_id = $adminId, status = $status, admin_comment = $adminComment WHERE id = $suggestionId }}} [[Image(suggestionApproved.png)]]