- <%= form_with url: next_path, method: :post, data: { 'cbv-flows-target': "form" } do |f| %>
-
-
-
-
-
-
- <%= f.submit "Continue",
- class: "usa-button usa-button--outline",
- disabled: "disabled",
- type: "submit",
- data: { action: "click->cbv-flows#submit", 'cbv-flows-target': "continue" }
- %>
-
+
Search for an employer
+ <%= form_with url: cbv_flow_employer_search_path, method: :get, class: 'usa-search usa-search--big', html: { role: 'search' }, data: { turbo_frame: 'employers', turbo_action: 'advance' } do |f| %>
+ <%= f.label :query, "Search for your employer", class: "usa-sr-only" %>
+ <%= f.text_field :query, value: @query, class: "usa-input", type: 'search', data: { "cbv-flows-target": "searchTerms" } %>
+
+ <% end %>
+
+
Results
+ <%= render partial: 'employer', locals: { employer: @employers } %>
+
+ <%= form_with url: next_path, method: :post, class: 'display-none', data: { 'cbv-flows-target': "form" } do |f| %>
+
<% end %>
+
Welcome to Verify.gov
-
This website can help you get approved for Medicaid
+
This website can help you get approved for your benefits.
Get started here by requesting a link from your caseworker.
diff --git a/db/schema.rb b/db/schema.rb
index ae447aed5..bbada8ef8 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -27,10 +27,11 @@
t.date "payroll_data_available_from"
end
- create_table "connected_argyle_accounts", id: :uuid, default: -> { "gen_random_uuid()" }, force: :cascade do |t|
+ create_table "connected_argyle_accounts", force: :cascade do |t|
t.uuid "user_id", null: false
t.uuid "account_id", null: false
- t.datetime "created_at", default: -> { "CURRENT_TIMESTAMP" }, null: false
+ t.datetime "created_at", null: false
+ t.datetime "updated_at", null: false
t.index ["user_id", "account_id"], name: "index_connected_argyle_accounts_on_user_id_and_account_id", unique: true
end
diff --git a/doc/compliance/rendered/apps/data.logical.pdf b/doc/compliance/rendered/apps/data.logical.pdf
index 0b07fc535..3909a5209 100644
Binary files a/doc/compliance/rendered/apps/data.logical.pdf and b/doc/compliance/rendered/apps/data.logical.pdf differ