mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-16 21:14:27 +08:00
* Renamed concern from Feature to Featurable * Feature: Installation config (#839) * Added new model installtion config with corresponding migrations and specs * Created an installation config yml (key value store model) * Created a config loader module to load the installaltion configs * Added this to the config loader seeder * Changed the account before create hook for default feature enabling to use the feature values from installtion config * Renamed the feature concern to Featurable to follow the naming pattern for concerns * Added comments and specs for modules and places that deemed necessary * Refactored config loader to reduce cognitive complexity (#839) |
||
|---|---|---|
| .. | ||
| channel | ||
| concerns | ||
| access_token.rb | ||
| account_user.rb | ||
| account.rb | ||
| agent_bot_inbox.rb | ||
| agent_bot.rb | ||
| application_record.rb | ||
| attachment.rb | ||
| canned_response.rb | ||
| contact_inbox.rb | ||
| contact.rb | ||
| conversation.rb | ||
| event.rb | ||
| inbox_member.rb | ||
| inbox.rb | ||
| installation_config.rb | ||
| message.rb | ||
| notification_setting.rb | ||
| notification_subscription.rb | ||
| notification.rb | ||
| plan.rb | ||
| subscription.rb | ||
| telegram_bot.rb | ||
| user.rb | ||
| webhook.rb | ||