iachat/app/javascript/dashboard
Muhsin Keloth 91b9168fae
feat: Add the ability to add new automation rule (#3459)
* Add automation modal

* Fix the v-model for automations

* Actions and Condition dropdowns for automations

* Fix merge conflicts

* Handle event change and confirmation

* Appends new action

* Removes actions

* Automation api integration

* Api integration for creating automations

* Registers vuex module to the global store

* Automations table

* Updarted labels and actions

* Integrate automation api

* Fixes the mutation error - removed the data key wrapper

* Fixed the automation condition models to work with respective event types

* Remove temporary fixes added to the api request

* Displa timestamp and automation status values

* Added the clone buton

* Removed uncessary helper method

* Specs for automations

* Handle WIP code

* Remove the payload wrap

* Fix the action query payload

* Removed unnecessary files

* Disabled Automations routes

* Ability to delete automations

* Fix specs

* Fixed merge conflicts

Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
Co-authored-by: fayazara <fayazara@gmail.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
2022-02-02 18:46:07 +05:30
..
api feat: Add the ability to add new automation rule (#3459) 2022-02-02 18:46:07 +05:30
assets feat: Shows agent avatar for message sent by agent (#3884) 2022-02-01 16:34:54 +05:30
components feat: Add the ability to add new automation rule (#3459) 2022-02-02 18:46:07 +05:30
helper feat: Add the ability to add new automation rule (#3459) 2022-02-02 18:46:07 +05:30
i18n feat: Add the ability to add new automation rule (#3459) 2022-02-02 18:46:07 +05:30
mixins feat: Use Fluent SVG icons on the dashboard (#3482) 2021-11-30 21:03:18 -08:00
modules Chore: Fixes icon size in button (#3555) 2021-12-14 17:37:25 +05:30
routes feat: Add the ability to add new automation rule (#3459) 2022-02-02 18:46:07 +05:30
store feat: Add the ability to add new automation rule (#3459) 2022-02-02 18:46:07 +05:30
App.vue feat: Show refresh prompt on network disconnect (#3165) 2021-10-12 11:57:36 +05:30
App.Vue.spec.js Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
constants.js feat: Add all filter for conversations (#3102) 2021-09-29 16:23:39 +05:30