Skip to content

Commit

Permalink
Update technical fault options as per March 2024 review
Browse files Browse the repository at this point in the history
On @nicholsj' suggestion:

- We should have a "Search" option for general tech support issues
  (as opposed to the existing https://support.publishing.service.gov.uk/report_an_issue_with_govuk_search_results_request/new
  form, which is for reporting search results themselves)
- We should have an option for "Feedback explorer" (it's part of
  the Support app, but users don't necessarily know that, and it
  may well move into Content Data in future)
- We can make it clearer that "Do not know" is also for times where
  the user _does_ know the area, but it doesn't fit into any of
  the existing options.
  • Loading branch information
ChrisBAshton committed Mar 19, 2024
1 parent 932e83a commit 8a92440
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/models/support/requests/technical_fault_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ class TechnicalFaultReport < Request
"content_tagger" => "Content Tagger",
"datagovuk" => "data.gov.uk",
"email_alerts" => "Email alerts",
"feedback_explorer" => "Feedback explorer",
"gov_uk_content" => "GOV.UK: content",
"imminence" => "Imminence",
"local_links_manager" => "Local Links Manager",
"mainstream_publisher" => "Mainstream Publisher",
"manuals_publisher" => "Manuals Publisher",
"maslow" => "Maslow",
"search" => "Search",
"service_manual_publisher" => "Service Manual Publisher",
"short_url_manager" => "Short URL Manager",
"signon" => "Signon",
Expand All @@ -42,7 +44,7 @@ class TechnicalFaultReport < Request
"transition" => "Transition",
"travel_advice_publisher" => "Travel Advice Publisher",
"whitehall" => "Whitehall",
"do_not_know" => "Do not know",
"do_not_know" => "Other / do not know",
}.freeze

validates :fault_context, :fault_specifics, :actions_leading_to_problem, :what_happened, :what_should_have_happened, presence: true
Expand Down

0 comments on commit 8a92440

Please sign in to comment.