== Admin review of a component suggestion == === Actors === Admin === Scenario === 1. The admin opens the admin dashboard [[Image(clickAdmin.png, width=800, height=420)]] 2. A table with all the component suggestions is displayed [[Image(adminDashboard.png, width=800, height=420)]] 3. The admin can choose whether to approve or reject the suggestions, and after choosing, a popup asking for reasoning behind the choice is displayed [[Image(adminComment.png, width=800, height=420)]] 4. 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, width=800, height=420)]]