feat: CSAT response collection public page (#2685)

This commit is contained in:
Muhsin Keloth
2021-08-03 18:22:50 +05:30
committed by GitHub
parent 9b01b82cc7
commit 92c14fa87d
18 changed files with 371 additions and 10 deletions

View File

@@ -20,6 +20,9 @@ Rails.application.routes.draw do
get '/app/accounts/:account_id/settings/inboxes/new/:inbox_id/agents', to: 'dashboard#index', as: 'app_twitter_inbox_agents'
resource :widget, only: [:show]
namespace :survey do
resources :responses, only: [:show]
end
end
get '/api', to: 'api#index'

View File

@@ -6,6 +6,7 @@ const resolve = {
vue$: 'vue/dist/vue.common.js',
dashboard: path.resolve('./app/javascript/dashboard'),
widget: path.resolve('./app/javascript/widget'),
survey: path.resolve('./app/javascript/survey'),
assets: path.resolve('./app/javascript/dashboard/assets'),
components: path.resolve('./app/javascript/dashboard/components'),
'./iconfont.eot': 'vue-easytable/libs/font/iconfont.eot',