Excel Replacement Dashboard

<%= form_with url: dashboard_path, method: :get, id: "filter-form" do |f| %>
<%= f.label :joint, "Select Joint:", style: "font-weight: bold;" %> <%= f.select :joint, options_for_select(@available_joints, params[:joint]), include_blank: "Select a joint", id: "joint" %>
<% end %>

Dashboard Results