Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/18F/omniauth_login_dot_gov.git
revision: 616a865a0d2ac8b5e01c07a5809bc37a10cfc42b
revision: b4d30dc92f2659e46680161bf02550ba424d768e
branch: main
specs:
omniauth_login_dot_gov (2.2.0)
omniauth_login_dot_gov (3.0.0)
faraday (~> 2.0)
json-jwt (~> 1.11)
jwt (~> 2.2)
Expand Down Expand Up @@ -102,11 +102,11 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
aes_key_wrap (1.1.0)
ast (2.4.2)
aws-eventstream (1.3.1)
aws-partitions (1.1056.0)
aws-eventstream (1.3.2)
aws-partitions (1.1064.0)
aws-record (2.13.2)
aws-sdk-dynamodb (~> 1, >= 1.85.0)
aws-sdk-core (3.219.0)
aws-sdk-core (3.220.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
Expand Down Expand Up @@ -345,7 +345,7 @@ GEM
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2025.0220)
mime-types-data (3.2025.0304)
mini_magick (5.2.0)
benchmark
logger
Expand Down Expand Up @@ -431,7 +431,7 @@ GEM
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.10)
rack (3.1.12)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-cors (2.0.2)
Expand Down Expand Up @@ -494,7 +494,7 @@ GEM
psych (>= 4.0.0)
redis (5.4.0)
redis-client (>= 0.22.0)
redis-client (0.23.2)
redis-client (0.24.0)
connection_pool
redis-namespace (1.11.0)
redis (>= 4)
Expand Down Expand Up @@ -527,7 +527,7 @@ GEM
rspec-support (3.13.2)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.73.1)
rubocop (1.73.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -540,7 +540,7 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.1)
parser (>= 3.3.1.0)
rubocop-rails (2.30.2)
rubocop-rails (2.30.3)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
Expand Down Expand Up @@ -571,12 +571,12 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sidekiq (7.3.9)
base64
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq (8.0.1)
connection_pool (>= 2.5.0)
json (>= 2.9.0)
logger (>= 1.6.2)
rack (>= 3.1.0)
redis-client (>= 0.23.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -601,9 +601,9 @@ GEM
thread_safe (0.3.6)
tilt (2.6.0)
timeout (0.4.3)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
turbo-rails (2.0.13)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.4)
Expand Down
63 changes: 0 additions & 63 deletions app/controllers/admin/cx_action_plans_controller.rb

This file was deleted.

22 changes: 0 additions & 22 deletions app/views/admin/cx_action_plans/_cx_action_plan.html.erb

This file was deleted.

37 changes: 0 additions & 37 deletions app/views/admin/cx_action_plans/_form.html.erb

This file was deleted.

13 changes: 0 additions & 13 deletions app/views/admin/cx_action_plans/edit.html.erb

This file was deleted.

44 changes: 0 additions & 44 deletions app/views/admin/cx_action_plans/index.html.erb

This file was deleted.

11 changes: 0 additions & 11 deletions app/views/admin/cx_action_plans/new.html.erb

This file was deleted.

46 changes: 0 additions & 46 deletions app/views/admin/cx_action_plans/show.html.erb

This file was deleted.

2 changes: 0 additions & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
resources :forms, only: %i[index show]
resources :websites, only: [:index]
resources :service_providers, only: [:index]
resources :cx_action_plans, only: %i[index show]
resources :services, only: %i[index show]
resources :personas, only: [:index]
resources :users, only: [:index]
Expand Down Expand Up @@ -105,7 +104,6 @@
delete 'remove_service_provider_manager', to: 'service_providers#remove_service_provider_manager', as: :remove_service_provider_manager
end
end
resources :cx_action_plans
resources :services do
collection do
get 'catalog', to: 'services#catalog', as: :catalog
Expand Down
5 changes: 5 additions & 0 deletions db/migrate/20250307211304_rm_cx_action_plans.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RmCxActionPlans < ActiveRecord::Migration[8.0]
def change
drop_table :cx_action_plans
end
end
11 changes: 1 addition & 10 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[8.0].define(version: 2025_02_27_193906) do
ActiveRecord::Schema[8.0].define(version: 2025_03_07_211304) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_catalog.plpgsql"

Expand Down Expand Up @@ -69,15 +69,6 @@
t.index ["user_id"], name: "index_collections_on_user_id"
end

create_table "cx_action_plans", force: :cascade do |t|
t.integer "service_provider_id"
t.integer "year"
t.text "delivered_current_year"
t.text "to_deliver_next_year"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end

create_table "cx_collection_detail_uploads", force: :cascade do |t|
t.integer "user_id"
t.integer "cx_collection_detail_id"
Expand Down
Loading