diff options
-rw-r--r-- | app/views/request/_describe_state.rhtml | 56 | ||||
-rw-r--r-- | todo.txt | 19 |
2 files changed, 40 insertions, 35 deletions
diff --git a/app/views/request/_describe_state.rhtml b/app/views/request/_describe_state.rhtml index 463a76795..8ba32f7b3 100644 --- a/app/views/request/_describe_state.rhtml +++ b/app/views/request/_describe_state.rhtml @@ -2,27 +2,39 @@ <% form_for(:incoming_message, @info_request, :url => describe_state_url(:id => @info_request.id)) do |f| %> <h2>What is the status of this request now?</h2> <p> - <%= radio_button "incoming_message", "described_state", "waiting_response", :id => 'waiting_response' + id_suffix %> - <label for="waiting_response<%=id_suffix%>">I'm still <strong>waiting</strong> for my information / a rejection (e.g. if the new response was just an acknowledgement)</label> - <br> - <%= radio_button "incoming_message", "described_state", "waiting_clarification", :id => 'waiting_clarification' + id_suffix %> - <label for="waiting_clarification<%=id_suffix%>">I'm about to <strong>clarify</strong> my request</label> - <br> - <%= radio_button "incoming_message", "described_state", "not_held", :id => 'not_held' + id_suffix %> - <label for="not_held<%=id_suffix%>">The authority <strong>does not have</strong> the information (perhaps they suggest making the request elsewhere)</label> - <br> - <%= radio_button "incoming_message", "described_state", "rejected", :id => 'rejected' + id_suffix %> - <label for="rejected<%=id_suffix%>">My request has been <strong>rejected</strong></label> - <br> - <%= radio_button "incoming_message", "described_state", "successful", :id => 'successful' + id_suffix %> - <label for="successful<%=id_suffix%>">I've received <strong>all the information</strong> (or equivalents) that I asked for</label> - <br> - <%= radio_button "incoming_message", "described_state", "partially_successful", :id => 'partially_successful' + id_suffix %> - <label for="partially_successful<%=id_suffix%>">I've received <strong>some of the information</strong> that I asked for</label> - <br> - <%= radio_button "incoming_message", "described_state", "requires_admin", :id => 'requires_admin' + id_suffix %> - <label for="requires_admin<%=id_suffix%>"><strong>None</strong> of the above - enter quick summary here:</label> - <%= text_field "incoming_message", 'requires_admin_details', :class => 'requires_admin_details', :id => 'requires_admin_details' + id_suffix, :size => 60 %> + <hr> + <div> + <%= radio_button "incoming_message", "described_state", "waiting_response", :id => 'waiting_response' + id_suffix %> + <label for="waiting_response<%=id_suffix%>">I'm still <strong>waiting</strong> for my information / a rejection (e.g. if the new response was just an acknowledgement)</label> + </div> + <div> + <%= radio_button "incoming_message", "described_state", "waiting_clarification", :id => 'waiting_clarification' + id_suffix %> + <label for="waiting_clarification<%=id_suffix%>">I'm about to <strong>clarify</strong> my request</label> + </div> + <hr> + <div> + <%= radio_button "incoming_message", "described_state", "not_held", :id => 'not_held' + id_suffix %> + <label for="not_held<%=id_suffix%>">The authority does <strong>not have</strong> the information (perhaps they suggest making the request elsewhere)</label> + </div> + <div> + <%= radio_button "incoming_message", "described_state", "partially_successful", :id => 'partially_successful' + id_suffix %> + <label for="partially_successful<%=id_suffix%>">I've received <strong>some of the information</strong> that I asked for</label> + </div> + <div> + <%= radio_button "incoming_message", "described_state", "successful", :id => 'successful' + id_suffix %> + <label for="successful<%=id_suffix%>">I've received <strong>all the information</strong> (or equivalents) that I asked for</label> + </div> + <div> + <%= radio_button "incoming_message", "described_state", "rejected", :id => 'rejected' + id_suffix %> + <label for="rejected<%=id_suffix%>">My request has been <strong>rejected</strong></label> + </div> + <hr> + <div> + <%= radio_button "incoming_message", "described_state", "requires_admin", :id => 'requires_admin' + id_suffix %> + <label for="requires_admin<%=id_suffix%>"><strong>None</strong> of the above - enter quick summary here:</label> + <%= text_field "incoming_message", 'requires_admin_details', :class => 'requires_admin_details', :id => 'requires_admin_details' + id_suffix, :size => 60 %> + </div> + <hr> </p> <p>Filling this in helps everyone track the progress of your request. </p> @@ -30,7 +42,7 @@ <p> <%= hidden_field_tag 'last_info_request_event_id', @last_info_request_event_id, :id => 'last_info_request_event_id' + id_suffix %> <%= hidden_field_tag 'submitted_describe_state', 1, :id => 'submitted_describe_state' + id_suffix %> - <%= submit_tag "Next ..." %> + <%= submit_tag "Submit status" %> (and we'll advise you on <strong>what to do next</strong>) </p> <% end %> <% else %> @@ -1,15 +1,5 @@ -Rails migrate: -- check all monkey patches - -Test anti-spam bounce - - Test data for Tony -Check speed of upload -Look for pass by value efficiencies - - Site move: Install PostgresSQL 8.3 Move database @@ -19,9 +9,6 @@ Next When tracking a person, send comments that they've made too? -"The authority does not have the information (perhaps they suggest making the request elsewhere) " -- highlight only "not have", not "does"? - Maybe move "send followup" into actions? Call this @@ -98,6 +85,11 @@ Google search within website of authority. Show similar requests after you have filed yours - maybe on preview too. Use spelling correction for public bodies search (in addition to substring?) +frontpage things: + - browse public authorities gone + - telling us public authority not found gone + - doesn't have successful requests + Add count of comments to admin summary page Flag bad comments, delete comments from admin interface - perhaps via contact form, and form sending refering URL? @@ -267,6 +259,7 @@ Quoting fixing TODO: http://www.whatdotheyknow.com/request/errors_in_list_of_postbox_locati#incoming-3577 http://www.whatdotheyknow.com/request/public_inspection_periods_for_lo_2#outgoing-1707 # square bracket in link + http://www.whatdotheyknow.com/request/digital_tv_switchover_in_local_a#incoming-4931 http://www.whatdotheyknow.com/request/415/response/1041/attach/3/CONF%20FOI%209508%20Ian%20Holton.doc |